/arch/nios2/kernel/ |
D | traps.c | 114 asmlinkage void breakpoint_c(struct pt_regs *fp) in breakpoint_c() 127 asmlinkage void handle_unaligned_c(struct pt_regs *fp, int cause) in handle_unaligned_c() 152 asmlinkage void handle_illegal_c(struct pt_regs *fp) in handle_illegal_c() 159 asmlinkage void handle_supervisor_instr(struct pt_regs *fp) in handle_supervisor_instr() 166 asmlinkage void handle_diverror_c(struct pt_regs *fp) in handle_diverror_c() 188 asmlinkage void handle_trap_1_c(struct pt_regs *fp) in handle_trap_1_c() 193 asmlinkage void handle_trap_2_c(struct pt_regs *fp) in handle_trap_2_c() 198 asmlinkage void handle_trap_3_c(struct pt_regs *fp) in handle_trap_3_c()
|
D | misaligned.c | 51 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()
|
D | process.c | 151 void dump(struct pt_regs *fp) in dump() 222 unsigned long fp, pc; in get_wchan() local
|
/arch/m68k/kernel/ |
D | traps.c | 133 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() 703 static inline void access_errorcf(unsigned int fs, struct frame *fp) in access_errorcf() 758 asmlinkage void buserr_c(struct frame *fp) in buserr_c() 849 struct frame *fp = (struct frame *)regs; in show_registers() local [all …]
|
/arch/microblaze/kernel/ |
D | unwind.c | 125 static int lookup_prev_stack_frame(unsigned long fp, unsigned long pc, in lookup_prev_stack_frame() 166 unsigned long fp, struct stack_trace *trace, in unwind_trap() 173 unsigned long fp, struct stack_trace *trace, in unwind_trap() 193 unsigned long pc, unsigned long fp, in microblaze_unwind_inner() 313 unsigned long pc, fp; in microblaze_unwind() local
|
D | traps.c | 37 u32 fp = (u32) sp; in show_stack() local
|
/arch/riscv/kernel/ |
D | perf_callchain.c | 9 unsigned long fp; member 18 unsigned long fp, unsigned long reg_ra) in user_backtrace() 64 unsigned long fp = 0; in perf_callchain_user() local
|
/arch/powerpc/net/ |
D | bpf_jit_comp.c | 24 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() 550 void bpf_jit_compile(struct bpf_prog *fp) in bpf_jit_compile() 677 void bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
|
/arch/hexagon/kernel/ |
D | stacktrace.c | 15 unsigned long fp; member 25 unsigned long fp; in save_stack_trace() local
|
/arch/sh/kernel/cpu/ |
D | fpu.c | 30 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/powerpc/platforms/powernv/ |
D | vas-api.c | 57 static int coproc_open(struct inode *inode, struct file *fp) in coproc_open() 72 static int coproc_ioc_tx_win_open(struct file *fp, unsigned long arg) in coproc_ioc_tx_win_open() 125 static int coproc_release(struct inode *inode, struct file *fp) in coproc_release() 148 static int coproc_mmap(struct file *fp, struct vm_area_struct *vma) in coproc_mmap() 189 static long coproc_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in coproc_ioctl()
|
/arch/csky/kernel/ |
D | perf_callchain.c | 9 unsigned long fp; member 48 unsigned long fp, unsigned long reg_lr) in user_backtrace() 90 unsigned long fp = 0; in perf_callchain_user() local
|
/arch/h8300/kernel/ |
D | traps.c | 56 static void dump(struct pt_regs *fp) in dump() 101 void die(const char *str, struct pt_regs *fp, unsigned long err) in die()
|
/arch/m68k/coldfire/ |
D | vectors.c | 25 asmlinkage void dbginterrupt_c(struct frame *fp) in dbginterrupt_c()
|
/arch/x86/kernel/ |
D | stacktrace.c | 94 copy_stack_frame(const struct stack_frame_user __user *fp, in copy_stack_frame() 115 const void __user *fp = (const void __user *)regs->bp; in arch_stack_walk_user() local
|
/arch/x86/tools/ |
D | insn_sanity.c | 56 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()
|
D | insn_decoder_test.c | 59 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/ |
D | callchain_32.c | 58 static int is_sigreturn_32_address(unsigned int nip, unsigned int fp) in is_sigreturn_32_address() 68 static int is_rt_sigreturn_32_address(unsigned int nip, unsigned int fp) in is_rt_sigreturn_32_address() 140 unsigned int __user *fp, *uregs; in perf_callchain_user_32() local
|
/arch/sparc/kernel/ |
D | process_32.c | 151 unsigned long pc, fp; in show_stack() local 235 unsigned long size, fp; local 385 unsigned long pc, fp, bias = 0; local
|
/arch/arc/kernel/ |
D | arc_hostlink.c | 18 static int arc_hl_mmap(struct file *fp, struct vm_area_struct *vma) in arc_hl_mmap()
|
/arch/s390/kernel/ |
D | perf_regs.c | 13 freg_t fp; in perf_reg_value() local
|
/arch/x86/ia32/ |
D | ia32_signal.c | 194 #define unsafe_put_sigcontext32(sc, fp, regs, set, label) \ argument 239 void __user *fp = NULL; in ia32_setup_frame() local 305 void __user *fp = NULL; in ia32_setup_rt_frame() local
|
/arch/arm/include/asm/ |
D | stacktrace.h | 12 unsigned long fp; member
|
/arch/arm64/kernel/ |
D | perf_callchain.c | 14 struct frame_tail __user *fp; member 65 compat_uptr_t fp; /* a (struct compat_frame_tail *) in compat mode */ member
|
/arch/arm/nwfpe/ |
D | fpa11.c | 73 void nwfpe_init_fpa(union fp_state *fp) in nwfpe_init_fpa()
|