Home
last modified time | relevance | path

Searched refs:offp (Results 1 – 5 of 5) sorted by relevance

/arch/ia64/kernel/
Dpatch.c103 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()
[all …]
Dunwind.c716 alloc_spill_area (unsigned long *offp, unsigned long regsize, in alloc_spill_area() argument
724 *offp -= regsize; in alloc_spill_area()
725 reg->val = *offp; in alloc_spill_area()
/arch/mips/sibyte/common/
Dsb_tbprof.c441 size_t size, loff_t *offp) in sbprof_tb_read() argument
447 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()
/arch/sparc/kernel/
Dmdesc.c1265 size_t len, loff_t *offp) in mdesc_read() argument
1271 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()
/arch/powerpc/xmon/
Dxmon.c168 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() argument
876 *offp = off & (BPT_SIZE - 1); in in_breakpoint_table()