Lines Matching refs:storep
326 u8 *storep; /* user data storage (ram) */
882 if (!sip || !sip->storep) {
886 return lsip->storep + lba * sdebug_sector_size;
3025 fsp = sip->storep;
3060 /* If sip->storep+lba compares equal to arr(num), then copy top half of
3061 * arr into sip->storep+lba and return true. If comparison fails then
3070 u8 *fsp = sip->storep;
3554 u8 *fsp = sip->storep;
3906 fsp = sip->storep;
4249 u8 *fsp = sip->storep;
4830 memset(sip->storep + zsp->z_start * sdebug_sector_size, 0,
7087 vfree(sip->storep);
7139 sip->storep = vzalloc(sz);
7140 if (!sip->storep) {
7145 sdebug_build_parts(sip->storep, sz);