/arch/mips/include/asm/txx9/ |
D | tx3927.h | 58 #define endian_def_sb2(e1, e2, e3) \ argument 59 volatile unsigned short e1;volatile unsigned char e2, e3 60 #define endian_def_b2s(e1, e2, e3) \ argument 61 volatile unsigned char e1, e2;volatile unsigned short e3 62 #define endian_def_b4(e1, e2, e3, e4) \ argument 63 volatile unsigned char e1, e2, e3, e4 67 #define endian_def_sb2(e1, e2, e3) \ argument 68 volatile unsigned char e3, e2;volatile unsigned short e1 69 #define endian_def_b2s(e1, e2, e3) \ argument 70 volatile unsigned short e3;volatile unsigned char e2, e1 [all …]
|
/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 69 mov (__rx_icr,a3),e3 71 movbu d2,(e3) # ACK the interrupt 72 movhu (e3),d2 # flush 116 mov (__tx_icr,a3),e3 118 movbu d2,(e3) # ACK the interrupt 119 movhu (e3),d2 # flush 168 movhu d2,(e3) # disable the interrupt 169 movhu (e3),d2 # flush 182 movhu d2,(e3) # disable transmit interrupts on this 184 movhu (e3),d2 # flush
|
D | head.S | 194 mov 0xed00e3ed,e3 231 mov 0xfd00e3ed,e3
|
D | kgdb.c | 54 gdb_regs[GDB_FR_E3] = regs->e3; in pt_regs_to_gdb_regs() 106 regs->e3 = gdb_regs[GDB_FR_E3]; in gdb_regs_to_pt_regs()
|
D | asm-offsets.c | 44 OFFSET(REG_E3, pt_regs, e3); in foo()
|
D | signal.c | 51 COPY(e0); COPY(e1); COPY(e2); COPY(e3); in restore_sigcontext() 166 COPY(e0); COPY(e1); COPY(e2); COPY(e3); in setup_sigcontext()
|
D | gdb-stub.c | 1401 ptr = mem2hex(®s->e3, ptr, 4, 0); in gdbstub() 1451 ptr = hex2mem(ptr, ®s->e3, 4, 0); in gdbstub() 1722 regs->e0, regs->e1, regs->e2, regs->e3); in debugger_intercept()
|
D | traps.c | 312 regs->e0, regs->e1, regs->e2, regs->e3); in show_registers_only()
|
/arch/mips/bcm47xx/ |
D | board.c | 219 const struct bcm47xx_board_type_list3 *e3; in bcm47xx_board_get_nvram() local 300 for (e3 = bcm47xx_board_list_board; e3->value1; e3++) { in bcm47xx_board_get_nvram() 301 if (!strcmp(buf1, e3->value1) && in bcm47xx_board_get_nvram() 302 !strcmp(buf2, e3->value2) && in bcm47xx_board_get_nvram() 303 !strcmp(buf3, e3->value3)) in bcm47xx_board_get_nvram() 304 return &e3->board; in bcm47xx_board_get_nvram()
|
/arch/mn10300/lib/ |
D | do_csum.S | 68 mov (a0+),e3 72 addc e3,d1 76 mov (a0+),e3 80 addc e3,d1 96 mov (a0+),e3 100 addc e3,d1
|
D | memset.S | 29 mov d0,e3 # the return value 93 sub e3,a0,d2 102 mov e3,a0 117 mov e3,a0
|
D | memcpy.S | 30 mov d0,e3 # the return value 106 sub e3,a0,d2 115 mov e3,a0 131 mov e3,a0
|
D | memmove.S | 36 mov d0,e3 # the return value 129 sub e3,a0,d2 136 mov e3,a0 153 mov e3,a0
|
/arch/mn10300/include/uapi/asm/ |
D | sigcontext.h | 32 unsigned long e3; member
|
D | ptrace.h | 62 unsigned long e3; member
|
/arch/mn10300/include/asm/ |
D | elf.h | 79 _ur->e5 = 0; _ur->e4 = 0; _ur->e3 = 0; _ur->e2 = 0; \ 117 pr_reg[14] = regs->e3; \
|
D | gdb-stub.h | 82 u32 e0, e1, e2, e3, e4, e5, e6, e7; member
|
/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 76 # r4 = {e7 e6 e5 e4 e3 e2 e1 e0} 85 # r3 = {h3 g3 f3 e3 d3 c3 b3 a3} 106 vshufps $0xEE, \r5, \r4, \r4 # r4 = {f7 f6 e7 e6 f3 f2 e3 e2} 111 vshufps $0xDD, \r6, \r4, \r4 # r4 = {h7 g7 f7 e7 h3 g3 f3 e3}
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 279 e3: JrCXZ Jb (f64) 564 e3: pavgw Pq,Qq | vpavgw Vx,Hx,Wx (66),(v1)
|
/arch/m68k/ifpsp060/ |
D | fplsp.sa | 1221 dc.l $4800b7de,$60ff0000,$27283fdc,$000082e3
|