Searched defs:fp (Results 1 - 25 of 142) sorted by relevance

123456

/arch/m68k/coldfire/
H A Dvectors.c24 asmlinkage void dbginterrupt_c(struct frame *fp) argument
26 extern void dump(struct pt_regs *fp);
28 dump((struct pt_regs *) fp);
/arch/arm64/include/asm/
H A Dstacktrace.h20 unsigned long fp; member in struct:stackframe
/arch/metag/include/asm/
H A Dstacktrace.h5 unsigned long fp; member in struct:stackframe
12 unsigned long fp; member in struct:metag_frame
/arch/sh/kernel/cpu/
H A Dfpu.c26 struct sh_fpu_hard_struct *fp = &tsk->thread.xstate->hardfpu; local
27 memset(fp, 0, xstate_size);
28 fp->fpscr = FPSCR_INIT;
30 struct sh_fpu_soft_struct *fp = &tsk->thread.xstate->softfpu; local
31 memset(fp, 0, xstate_size);
32 fp->fpscr = FPSCR_INIT;
/arch/unicore32/include/asm/
H A Dstacktrace.h17 unsigned long fp; member in struct:stackframe
/arch/arc/kernel/
H A Darc_hostlink.c21 static int arc_hl_mmap(struct file *fp, struct vm_area_struct *vma) argument
/arch/arm/include/asm/
H A Dstacktrace.h11 unsigned long fp; member in struct:stackframe
20 frame->fp = frame_pointer(regs);
/arch/arm/nwfpe/
H A Dfpa11.c85 void nwfpe_init_fpa(union fp_state *fp) argument
87 FPA11 *fpa11 = (FPA11 *)fp;
/arch/avr32/kernel/
H A Dstacktrace.c19 unsigned long fp; member in struct:stackframe
28 unsigned long fp; local
34 fp = current_frame_pointer;
36 while (fp >= low && fp <= (high - 8)) {
37 frame = (struct stackframe *)fp;
51 low = fp + 8;
52 fp = frame->fp;
/arch/blackfin/kernel/
H A Dstacktrace.c16 unsigned long fp; member in struct:stackframe
26 unsigned long fp; local
32 fp = current_frame_pointer;
34 while (fp >= low && fp <= (high - sizeof(*frame))) {
35 frame = (struct stackframe *)fp;
49 low = fp + sizeof(*frame);
50 fp = frame->fp;
H A Dearly_printk.c203 asmlinkage void __init early_trap_c(struct pt_regs *fp, void *retaddr) argument
218 early_shadow_reg(fp->ipend, 16);
219 if (fp->seqstat & SEQSTAT_EXCAUSE) {
221 early_shadow_reg(fp->seqstat & SEQSTAT_EXCAUSE, 8);
223 if (fp->seqstat & SEQSTAT_HWERRCAUSE) {
226 (fp->seqstat & SEQSTAT_HWERRCAUSE) >> 14, 8);
229 if (fp->ipend & EVT_EVX)
230 early_shadow_reg(fp->retx, 32);
232 early_shadow_reg(fp->pc, 32);
263 show_regs(fp);
[all...]
H A Ddumpstack.c38 unsigned int *addr, *endstack, *fp = 0, *frame; local
78 fp = addr - 1;
80 if (fp) {
82 while (fp >= (addr - 1) && fp < endstack
83 && fp && ((unsigned int) fp & 0x3) == 0)
84 fp = (unsigned int *)*fp;
85 if (fp
[all...]
/arch/hexagon/kernel/
H A Dstacktrace.c29 unsigned long fp; member in struct:stackframe
39 unsigned long fp; local
45 fp = current_frame_pointer;
47 while (fp >= low && fp <= (high - sizeof(*frame))) {
48 frame = (struct stackframe *)fp;
62 low = fp + sizeof(*frame);
63 fp = frame->fp;
/arch/metag/oprofile/
H A Dbacktrace.c16 static void user_backtrace_fp(unsigned long __user *fp, unsigned int depth) argument
18 while (depth-- && access_ok(VERIFY_READ, fp, 8)) {
21 if (__copy_from_user_inatomic(&addr, fp + 1, sizeof(addr)))
28 if (__copy_from_user_inatomic(&fpnew, fp + 0, sizeof(fpnew)))
30 if (fpnew >= fp)
32 fp = fpnew;
53 unsigned long *fp = (unsigned long *)regs->ctx.AX[1].U0; local
54 user_backtrace_fp((unsigned long __user __force *)fp, depth);
57 frame.fp = regs->ctx.AX[1].U0; /* A0FrP */
/arch/microblaze/kernel/
H A Dtraps.c36 u32 fp = (u32) sp; local
38 if (fp == 0) {
40 fp = ((struct thread_info *)
44 fp = (u32)&sp - 8;
48 words_to_show = (THREAD_SIZE - (fp & (THREAD_SIZE - 1))) >> 2;
58 if (fp & 0xF) {
59 unsigned long line1_words = (0x10 - (fp & 0xF)) >> 2;
62 4, (void *)fp, line1_words << 2, 0);
63 fp += line1_words << 2;
67 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS, 32, 4, (void *)fp,
[all...]
H A Dexceptions.c39 void die(const char *str, struct pt_regs *fp, long err) argument
44 show_regs(fp);
/arch/sparc/include/asm/
H A Dhibernate.h11 unsigned long fp; member in struct:saved_context
/arch/avr32/oprofile/
H A Dbacktrace.c24 struct frame_head *fp; member in struct:frame_head
49 if (bufhead[0].fp <= head)
52 return bufhead[0].fp;
69 if (head->fp <= head)
71 head = head->fp;
/arch/blackfin/include/asm/
H A Dftrace.h36 unsigned long *endstack, *fp, *ret_addr; local
42 fp = (unsigned long *)__builtin_frame_address(0);
45 while (((unsigned long)fp & 0x3) == 0 && fp &&
46 (fp + 1) < endstack && current_level < level) {
47 fp = (unsigned long *)*fp;
51 if (((unsigned long)fp & 0x3) == 0 && fp &&
52 (fp
[all...]
/arch/m68k/68000/
H A Dints.c77 void process_int(int vec, struct pt_regs *fp) argument
128 do_IRQ(irq, fp);
/arch/mips/include/asm/
H A Dasmmacro-64.h26 LONG_S fp, THREAD_REG30(\thread) variable
39 LONG_L fp, THREAD_REG30(\thread) variable
/arch/sparc/kernel/
H A Dsigutil_32.c84 unsigned long fp; local
87 fp = current_thread_info()->rwbuf_stkptrs[i];
90 err |= __put_user(fp, &rwin->rwbuf_stkptrs[i]);
H A Dsigutil_64.c61 unsigned long fp = current_thread_info()->rwbuf_stkptrs[i]; local
65 err |= __put_user(fp, &rwin->rwbuf_stkptrs[i]);
H A Dstacktrace.c15 unsigned long ksp, fp; local
23 __asm__ __volatile__("mov %%fp, %0" : "=r" (ksp));
28 fp = ksp + STACK_BIAS;
37 if (!kstack_valid(tp, fp))
40 sf = (struct sparc_stackf *) fp;
47 fp = regs->u_regs[UREG_I6] + STACK_BIAS;
50 fp = (unsigned long)sf->fp + STACK_BIAS;
/arch/arm64/kernel/
H A Dstacktrace.c41 unsigned long fp = frame->fp; local
46 if (fp < low || fp > high - 0x18 || fp & 0xf)
49 frame->sp = fp + 0x10;
50 frame->fp = *(unsigned long *)(fp);
55 frame->pc = *(unsigned long *)(fp + 8) - 4;
110 frame.fp
[all...]

Completed in 586 milliseconds

123456