Home
last modified time | relevance | path

Searched refs:offp (Results 1 – 6 of 6) 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.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.c927 size_t len, loff_t *offp) in mdesc_read() argument
933 if (*offp >= hp->handle_size) in mdesc_read()
936 bytes_left = hp->handle_size - *offp; in mdesc_read()
941 mdesc += *offp; in mdesc_read()
943 *offp += count; in mdesc_read()
/arch/powerpc/xmon/
Dxmon.c139 static struct bpt *in_breakpoint_table(unsigned long pc, unsigned long *offp);
687 static struct bpt *in_breakpoint_table(unsigned long nip, unsigned long *offp) in in_breakpoint_table() argument
698 *offp = off - offsetof(struct bpt, instr[0]); in in_breakpoint_table()