Searched refs:ea (Results 1 - 25 of 159) sorted by path

1234567

/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S95 | Frame is an unimp frame possible resulting from an fmove <ea>,fp0
325 | by doing an fmove <ea>,fp0. The exception operand, in
H A Dres_func.S10 | For packed move out (fmove.p fpm,<ea>) the operation is
H A Dx_fline.S9 | <ea> field. If so, handle here and return. Otherwise, it
42 | fmovecr with non-zero <ea> handling here
H A Dx_operr.S272 | Destination is memory. Get <ea> from integer exception frame
H A Dx_snan.S144 movel EXC_EA(%a6),%a0 |get <ea> from exc frame
173 tstl %a0 |check if <ea> is 0
195 tstl %a0 |check if <ea> is 0
217 tstl %a0 |check if <ea> is 0
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S281 set EXC_EA, 0xc # stacked <ea>
527 set mia7_flg, 0x04 # flag bit: (a7)+ <ea>
528 set mda7_flg, 0x08 # flag bit: -(a7) <ea>
530 set immed_flg, 0x80 # flag bit: &<data> <ea>
H A Dfpsp.S301 set EXC_EA, 0xc # stacked <ea>
547 set mia7_flg, 0x04 # flag bit: (a7)+ <ea>
548 set mda7_flg, 0x08 # flag bit: -(a7) <ea>
550 set immed_flg, 0x80 # flag bit: &<data> <ea>
1222 # stack an ea. however, we don't need an a7' for this case anyways.
1581 # is the ea mode pre-decrement of the stack pointer from supervisor mode?
1752 cmpi.b SPCOND_FLG(%a6),&mda7_flg # was the <ea> mode -(sp)?
1905 btst &mia7_bit,SPCOND_FLG(%a6) # was ea mode (a7)+
1914 # shift the stack frame "up". we don't really care about the <ea> field.
2028 # shift stack frame "up". who cares about <ea> fiel
[all...]
H A Disp.S390 # access these register files for things like data retrieval and <ea> #
433 # muls.l 0100 1100 00 |<ea>| 0*** 1100 0000 0*** #
434 # mulu.l 0100 1100 00 |<ea>| 0*** 0100 0000 0*** #
436 # divs.l 0100 1100 01 |<ea>| 0*** 1100 0000 0*** #
437 # divu.l 0100 1100 01 |<ea>| 0*** 0100 0000 0*** #
444 # cas.w 0000 1100 11 |<ea>| 0000 000* **00 0*** #
445 # cas.l 0000 1110 11 |<ea>| 0000 000* **00 0*** #
452 # chk2.b 0000 0000 11 |<ea>| **** 1000 0000 0000 #
453 # chk2.w 0000 0010 11 |<ea>| **** 1000 0000 0000 #
454 # chk2.l 0000 0100 11 |<ea>| **** 100
[all...]
H A Ditest.S120 ### ea
1285 cas.w %d1,%d2,(%a0) # Dc,Du,<ea>
1312 cas.w %d1,%d2,(%a0) # Dc,Du,<ea>
1340 cas.l %d1,%d2,(%a0) # Dc,Du,<ea>
1367 cas.l %d1,%d2,(%a0) # Dc,Du,<ea>
1395 cas.l %d1,%d2,(%a0) # Dc,Du,<ea>
1422 cas.l %d1,%d2,(%a0) # Dc,Du,<ea>
H A Dpfpsp.S300 set EXC_EA, 0xc # stacked <ea>
546 set mia7_flg, 0x04 # flag bit: (a7)+ <ea>
547 set mda7_flg, 0x08 # flag bit: -(a7) <ea>
549 set immed_flg, 0x80 # flag bit: &<data> <ea>
1221 # stack an ea. however, we don't need an a7' for this case anyways.
1580 # is the ea mode pre-decrement of the stack pointer from supervisor mode?
1751 cmpi.b SPCOND_FLG(%a6),&mda7_flg # was the <ea> mode -(sp)?
1904 btst &mia7_bit,SPCOND_FLG(%a6) # was ea mode (a7)+
1913 # shift the stack frame "up". we don't really care about the <ea> field.
2027 # shift stack frame "up". who cares about <ea> fiel
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h91 | .long "f<op> <ea>,fpx","fmove fpx,<ea>"
92 | .long "fmovem <ea>,fpcr","fmovem <ea>,fpx"
93 | .long "fmovem fpcr,<ea>","fmovem fpx,<ea>"
102 | decode destination format for fmove reg,ea
107 | decode source register for fmove reg,ea
H A Dfp_scan.S104 fp_fgen_ea: | source is <ea>
/linux-master/arch/nios2/include/asm/
H A Delf.h59 pr_reg[21] = regs->ea; \
/linux-master/arch/nios2/kernel/
H A Dasm-offsets.c44 OFFSET(PT_EA, pt_regs, ea);
H A Dhead.S107 subi ea, ea, 4
H A Dinsnemu.S41 ldw ea, PT_EA(sp)
62 * the exception return address register (ea) as a destination because
76 * The instruction that causes the exception is found at address -4(ea).
146 stw ea, 116(sp)
154 ldw r2,-4(ea) /* r2 = AAAAA,BBBBB,IIIIIIIIIIIIIIII,PPPPPP */
574 ldw ea, 116(sp)
H A Dkgdb.c49 { "ea", GDB_SIZEOF_REG, -1 },
52 { "pc", GDB_SIZEOF_REG, offsetof(struct pt_regs, ea) },
101 gdb_regs[GDB_PC] = p->thread.kregs->ea;
106 regs->ea = pc;
122 regs->ea = addr;
137 regs->ea -= 4;
H A Dmisaligned.c75 fp->ea -= 4;
83 isn = *(unsigned long *)(fp->ea);
156 fp->ea, (unsigned int)addr,
160 fp->ea,
164 _exception(SIGSEGV, fp, SEGV_MAPERR, fp->ea);
174 fp->ea += 4;
178 fp->ea,
193 pr_err("user unaligned access @ %#lx; isn=0x%08lx ea=0x%08lx ra=0x%08lx sp=0x%08lx\n",
195 fp->ea, fp->ra, fp->sp);
199 _exception(SIGBUS, fp, BUS_ADRALN, fp->ea);
[all...]
/linux-master/arch/nios2/mm/
H A Dextable.c18 fixup = search_exception_tables(regs->ea);
20 regs->ea = fixup->fixup;
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S46 .long R(5f, a2, a2, fd), R(45, af, af, ea)
64 .long R(7f, b2, b2, cd), R(ea, 75, 75, 9f)
126 .long R(f3, f4, f4, 07), R(cf, ea, ea, 25)
173 .long R(45, ea, 0e, 98), R(5d, fe, c0, e1)
261 .long R(ea, 9f, 09, d4), R(29, b0, 7c, d6)
272 .long R(9d, 5e, ea, 04), R(01, 8c, 35, 5d)
282 .long R(53, f7, cd, ea), R(5f, fd, aa, 5b)
/linux-master/arch/powerpc/include/asm/
H A Dcopro.h16 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea,
19 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb);
H A Disa-bridge.h13 unsigned long ea = (unsigned long)address; local
14 return ea >= ISA_IO_BASE && ea < ISA_IO_END;
/linux-master/arch/powerpc/math-emu/
H A Dlfd.c10 lfd(void *frD, void *ea) argument
12 if (copy_from_user(frD, ea, sizeof(double)))
15 printk("%s: D %p, ea %p: ", __func__, frD, ea);
H A Dlfs.c12 lfs(void *frD, void *ea) argument
20 printk("%s: D %p, ea %p\n", __func__, frD, ea);
23 if (copy_from_user(&f, ea, sizeof(float)))
H A Dstfd.c7 stfd(void *frS, void *ea) argument
11 printk("%s: S %p, ea %p: ", __func__, frS, ea);
17 if (copy_to_user(ea, frS, sizeof(double)))

Completed in 292 milliseconds

1234567