Lines Matching refs:offp
102 s32 *offp = (s32 *) start; in ia64_patch_vtop() local
105 while (offp < (s32 *) end) { in ia64_patch_vtop()
106 ip = (u64) offp + *offp; in ia64_patch_vtop()
111 ++offp; in ia64_patch_vtop()
125 s32 *offp = (s32 *) start; in ia64_patch_rse() local
128 while (offp < (s32 *) end) { in ia64_patch_rse()
129 ip = (u64) offp + *offp; in ia64_patch_rse()
134 ++offp; in ia64_patch_rse()
145 s32 *offp = (s32 *) start; in ia64_patch_mckinley_e9() local
158 while (offp < (s32 *) end) { in ia64_patch_mckinley_e9()
159 wp = (u64 *) ia64_imva((char *) offp + *offp); in ia64_patch_mckinley_e9()
165 ++offp; in ia64_patch_mckinley_e9()
175 s32 *offp = (s32 *) start; in patch_fsyscall_table() local
178 while (offp < (s32 *) end) { in patch_fsyscall_table()
179 ip = (u64) ia64_imva((char *) offp + *offp); in patch_fsyscall_table()
182 ++offp; in patch_fsyscall_table()
192 s32 *offp = (s32 *) start; in patch_brl_fsys_bubble_down() local
195 while (offp < (s32 *) end) { in patch_brl_fsys_bubble_down()
196 ip = (u64) offp + *offp; in patch_brl_fsys_bubble_down()
200 ++offp; in patch_brl_fsys_bubble_down()
220 s32 * offp = (s32 *) __start___phys_stack_reg_patchlist; in ia64_patch_phys_stack_reg() local
228 while (offp < end) { in ia64_patch_phys_stack_reg()
229 ip = (u64) offp + *offp; in ia64_patch_phys_stack_reg()
232 ++offp; in ia64_patch_phys_stack_reg()