Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 130) sorted by relevance

123456

/arch/nios2/kernel/
Dtraps.c113 asmlinkage void breakpoint_c(struct pt_regs *fp) in breakpoint_c()
126 asmlinkage void handle_unaligned_c(struct pt_regs *fp, int cause) in handle_unaligned_c()
151 asmlinkage void handle_illegal_c(struct pt_regs *fp) in handle_illegal_c()
158 asmlinkage void handle_supervisor_instr(struct pt_regs *fp) in handle_supervisor_instr()
165 asmlinkage void handle_diverror_c(struct pt_regs *fp) in handle_diverror_c()
187 asmlinkage void handle_trap_1_c(struct pt_regs *fp) in handle_trap_1_c()
192 asmlinkage void handle_trap_2_c(struct pt_regs *fp) in handle_trap_2_c()
197 asmlinkage void handle_trap_3_c(struct pt_regs *fp) in handle_trap_3_c()
Dmisaligned.c51 static inline u32 get_reg_val(struct pt_regs *fp, int reg) in get_reg_val()
57 static inline void put_reg_val(struct pt_regs *fp, int reg, u32 val) in put_reg_val()
66 asmlinkage void handle_unaligned_c(struct pt_regs *fp, int cause) in handle_unaligned_c()
Dprocess.c151 void dump(struct pt_regs *fp) in dump()
222 unsigned long fp, pc; in get_wchan() local
/arch/m68k/kernel/
Dtraps.c133 static inline void access_error060 (struct frame *fp) in access_error060()
235 static inline void fix_xframe040(struct frame *fp, unsigned long wba, unsigned short wbs) in fix_xframe040()
243 static inline void do_040writebacks(struct frame *fp) in do_040writebacks()
288 asmlinkage void berr_040cleanup(struct frame *fp) in berr_040cleanup()
296 static inline void access_error040(struct frame *fp) in access_error040()
376 static inline void bus_error030 (struct frame *fp) in bus_error030()
501 static inline void bus_error030 (struct frame *fp) in bus_error030()
702 static inline void access_errorcf(unsigned int fs, struct frame *fp) in access_errorcf()
757 asmlinkage void buserr_c(struct frame *fp) in buserr_c()
848 struct frame *fp = (struct frame *)regs; in show_registers() local
[all …]
/arch/microblaze/kernel/
Dunwind.c125 static int lookup_prev_stack_frame(unsigned long fp, unsigned long pc, in lookup_prev_stack_frame()
165 unsigned long fp, struct stack_trace *trace) in unwind_trap()
171 unsigned long fp, struct stack_trace *trace) in unwind_trap()
189 unsigned long pc, unsigned long fp, in microblaze_unwind_inner()
305 unsigned long pc, fp; in microblaze_unwind() local
Dtraps.c37 u32 fp = (u32) sp; in show_stack() local
/arch/riscv/kernel/
Dperf_callchain.c9 unsigned long fp; member
18 unsigned long fp, unsigned long reg_ra) in user_backtrace()
63 unsigned long fp = 0; in perf_callchain_user() local
/arch/powerpc/net/
Dbpf_jit_comp.c24 static void bpf_jit_build_prologue(struct bpf_prog *fp, u32 *image, in bpf_jit_build_prologue()
110 static int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, in bpf_jit_build_body()
551 void bpf_jit_compile(struct bpf_prog *fp) in bpf_jit_compile()
678 void bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
/arch/csky/kernel/
Dperf_callchain.c9 unsigned long fp; member
43 unsigned long fp, unsigned long reg_lr) in user_backtrace()
84 unsigned long fp = 0; in perf_callchain_user() local
Ddumpstack.c12 unsigned long *fp; in show_trace() local
/arch/hexagon/kernel/
Dstacktrace.c15 unsigned long fp; member
25 unsigned long fp; in save_stack_trace() local
/arch/sh/kernel/cpu/
Dfpu.c30 struct sh_fpu_hard_struct *fp = &tsk->thread.xstate->hardfpu; in init_fpu() local
34 struct sh_fpu_soft_struct *fp = &tsk->thread.xstate->softfpu; in init_fpu() local
/arch/h8300/kernel/
Dtraps.c55 static void dump(struct pt_regs *fp) in dump()
100 void die(const char *str, struct pt_regs *fp, unsigned long err) in die()
/arch/sh/kernel/cpu/sh5/
Dunwind.c43 static int lookup_prev_stack_frame(unsigned long fp, unsigned long pc, in lookup_prev_stack_frame()
217 unsigned long pc, unsigned long fp) in unwind_nested()
227 unsigned long pc, fp; in sh64_unwind_inner() local
/arch/m68k/coldfire/
Dvectors.c25 asmlinkage void dbginterrupt_c(struct frame *fp) in dbginterrupt_c()
/arch/x86/kernel/
Dstacktrace.c99 copy_stack_frame(const void __user *fp, struct stack_frame_user *frame) in copy_stack_frame()
118 const void __user *fp = (const void __user *)regs->bp; in arch_stack_walk_user() local
/arch/x86/tools/
Dinsn_sanity.c56 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field()
67 static void dump_insn(FILE *fp, struct insn *insn) in dump_insn()
85 static void dump_stream(FILE *fp, const char *msg, unsigned long nr_iter, in dump_stream()
Dinsn_decoder_test.c59 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field()
70 static void dump_insn(FILE *fp, struct insn *insn) in dump_insn()
/arch/powerpc/perf/
Dcallchain.c53 unsigned long *fp; in perf_callchain_kernel() local
205 static int is_sigreturn_64_address(unsigned long nip, unsigned long fp) in is_sigreturn_64_address()
240 unsigned long __user *fp, *uregs; in perf_callchain_user_64() local
364 static int is_sigreturn_32_address(unsigned int nip, unsigned int fp) in is_sigreturn_32_address()
374 static int is_rt_sigreturn_32_address(unsigned int nip, unsigned int fp) in is_rt_sigreturn_32_address()
446 unsigned int __user *fp, *uregs; in perf_callchain_user_32() local
/arch/arc/kernel/
Darc_hostlink.c18 static int arc_hl_mmap(struct file *fp, struct vm_area_struct *vma) in arc_hl_mmap()
/arch/sparc/kernel/
Dprocess_32.c153 unsigned long pc, fp; in show_stack() local
237 unsigned long size, fp; local
463 unsigned long pc, fp, bias = 0; local
/arch/arm64/kernel/
Dperf_callchain.c14 struct frame_tail __user *fp; member
65 compat_uptr_t fp; /* a (struct compat_frame_tail *) in compat mode */ member
/arch/unicore32/include/asm/
Dstacktrace.h14 unsigned long fp; member
/arch/arm/include/asm/
Dstacktrace.h12 unsigned long fp; member
/arch/s390/kernel/
Dperf_regs.c13 freg_t fp; in perf_reg_value() local

123456