Searched refs:offp (Results 1 – 5 of 5) sorted by relevance
103 s32 *offp = (s32 *) start; in ia64_patch_vtop() local106 while (offp < (s32 *) end) { in ia64_patch_vtop()107 ip = (u64) offp + *offp; in ia64_patch_vtop()112 ++offp; in ia64_patch_vtop()126 s32 *offp = (s32 *) start; in ia64_patch_rse() local129 while (offp < (s32 *) end) { in ia64_patch_rse()130 ip = (u64) offp + *offp; in ia64_patch_rse()135 ++offp; in ia64_patch_rse()146 s32 *offp = (s32 *) start; in ia64_patch_mckinley_e9() local159 while (offp < (s32 *) end) { in ia64_patch_mckinley_e9()[all …]
716 alloc_spill_area (unsigned long *offp, unsigned long regsize, in alloc_spill_area() argument724 *offp -= regsize; in alloc_spill_area()725 reg->val = *offp; in alloc_spill_area()
441 size_t size, loff_t *offp) in sbprof_tb_read() argument447 long cur_off = *offp; in sbprof_tb_read()466 *offp = cur_off + cur_count - err; in sbprof_tb_read()485 *offp = cur_off; in sbprof_tb_read()
1265 size_t len, loff_t *offp) in mdesc_read() argument1271 if (*offp >= hp->handle_size) in mdesc_read()1274 bytes_left = hp->handle_size - *offp; in mdesc_read()1279 mdesc += *offp; in mdesc_read()1281 *offp += count; in mdesc_read()
168 static struct bpt *in_breakpoint_table(unsigned long pc, unsigned long *offp);869 static struct bpt *in_breakpoint_table(unsigned long nip, unsigned long *offp) in in_breakpoint_table() argument876 *offp = off & (BPT_SIZE - 1); in in_breakpoint_table()