Home
last modified time | relevance | path

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

123456

/arch/nios2/kernel/
Dtraps.c114 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()
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()
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/
Dunwind.c125 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
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()
64 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()
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/
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/powerpc/platforms/powernv/
Dvas-api.c57 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/
Dperf_callchain.c9 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/
Dtraps.c56 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/
Dvectors.c25 asmlinkage void dbginterrupt_c(struct frame *fp) in dbginterrupt_c()
/arch/x86/kernel/
Dstacktrace.c94 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/
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_32.c58 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/
Dprocess_32.c151 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/
Darc_hostlink.c18 static int arc_hl_mmap(struct file *fp, struct vm_area_struct *vma) in arc_hl_mmap()
/arch/s390/kernel/
Dperf_regs.c13 freg_t fp; in perf_reg_value() local
/arch/x86/ia32/
Dia32_signal.c194 #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/
Dstacktrace.h12 unsigned long fp; member
/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/arm/nwfpe/
Dfpa11.c73 void nwfpe_init_fpa(union fp_state *fp) in nwfpe_init_fpa()

123456