Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dpatch.c102 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()
[all …]
Dunwind.c715 alloc_spill_area (unsigned long *offp, unsigned long regsize, in alloc_spill_area() argument
723 *offp -= regsize; in alloc_spill_area()
724 reg->val = *offp; in alloc_spill_area()
/arch/mips/sibyte/common/
Dsb_tbprof.c453 size_t size, loff_t *offp) in sbprof_tb_read() argument
459 long cur_off = *offp; in sbprof_tb_read()
478 *offp = cur_off + cur_count - err; in sbprof_tb_read()
497 *offp = cur_off; in sbprof_tb_read()
/arch/um/drivers/
Drandom.c48 loff_t *offp) in rng_dev_read() argument
/arch/sparc/kernel/
Dmdesc.c1021 size_t len, loff_t *offp) in mdesc_read() argument
1027 if (*offp >= hp->handle_size) in mdesc_read()
1030 bytes_left = hp->handle_size - *offp; in mdesc_read()
1035 mdesc += *offp; in mdesc_read()
1037 *offp += count; in mdesc_read()
/arch/powerpc/xmon/
Dxmon.c159 static struct bpt *in_breakpoint_table(unsigned long pc, unsigned long *offp);
747 static struct bpt *in_breakpoint_table(unsigned long nip, unsigned long *offp) in in_breakpoint_table() argument
758 *offp = off - offsetof(struct bpt, instr[0]); in in_breakpoint_table()