Lines Matching refs:offp
103 s32 *offp = (s32 *) start; in ia64_patch_vtop() local
106 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() local
129 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() local
159 while (offp < (s32 *) end) { in ia64_patch_mckinley_e9()
160 wp = (u64 *) ia64_imva((char *) offp + *offp); in ia64_patch_mckinley_e9()
166 ++offp; in ia64_patch_mckinley_e9()
195 s32 *offp = (s32 *) start; in patch_fsyscall_table() local
198 while (offp < (s32 *) end) { in patch_fsyscall_table()
199 ip = (u64) ia64_imva((char *) offp + *offp); in patch_fsyscall_table()
202 ++offp; in patch_fsyscall_table()
212 s32 *offp = (s32 *) start; in patch_brl_fsys_bubble_down() local
215 while (offp < (s32 *) end) { in patch_brl_fsys_bubble_down()
216 ip = (u64) offp + *offp; in patch_brl_fsys_bubble_down()
220 ++offp; in patch_brl_fsys_bubble_down()
240 s32 * offp = (s32 *) __start___phys_stack_reg_patchlist; in ia64_patch_phys_stack_reg() local
248 while (offp < end) { in ia64_patch_phys_stack_reg()
249 ip = (u64) offp + *offp; in ia64_patch_phys_stack_reg()
252 ++offp; in ia64_patch_phys_stack_reg()