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()
176 s32 *offp = (s32 *) start; in patch_fsyscall_table() local
179 while (offp < (s32 *) end) { in patch_fsyscall_table()
180 ip = (u64) ia64_imva((char *) offp + *offp); in patch_fsyscall_table()
183 ++offp; in patch_fsyscall_table()
193 s32 *offp = (s32 *) start; in patch_brl_fsys_bubble_down() local
196 while (offp < (s32 *) end) { in patch_brl_fsys_bubble_down()
197 ip = (u64) offp + *offp; in patch_brl_fsys_bubble_down()
201 ++offp; in patch_brl_fsys_bubble_down()
221 s32 * offp = (s32 *) __start___phys_stack_reg_patchlist; in ia64_patch_phys_stack_reg() local
229 while (offp < end) { in ia64_patch_phys_stack_reg()
230 ip = (u64) offp + *offp; in ia64_patch_phys_stack_reg()
233 ++offp; in ia64_patch_phys_stack_reg()