/arch/mips/bcm47xx/ |
D | board.c | 218 const struct bcm47xx_board_type_list2 *e2; in bcm47xx_board_get_nvram() local 251 for (e2 = bcm47xx_board_list_hw_version_num; e2->value1; e2++) { in bcm47xx_board_get_nvram() 252 if (!strstarts(buf1, e2->value1) && in bcm47xx_board_get_nvram() 253 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram() 254 return &e2->board; in bcm47xx_board_get_nvram() 283 for (e2 = bcm47xx_board_list_boot_hw; e2->value1; e2++) { in bcm47xx_board_get_nvram() 284 if (!strcmp(buf1, e2->value1) && in bcm47xx_board_get_nvram() 285 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram() 286 return &e2->board; in bcm47xx_board_get_nvram() 311 for (e2 = bcm47xx_board_list_board_type_rev; e2->value1; e2++) { in bcm47xx_board_get_nvram() [all …]
|
/arch/mips/include/asm/txx9/ |
D | tx3927.h | 56 #define endian_def_s2(e1, e2) \ argument 57 volatile unsigned short e1, e2 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 65 #define endian_def_s2(e1, e2) \ argument 66 volatile unsigned short e2, e1 [all …]
|
/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 53 mov (__iobase,a3),e2 84 movhu (SCxSTR,e2),d2 86 movbu (SCxRXB,e2),d2 124 movbu (SCxSTR,e2),d2 # don't try and transmit a char if the 177 movhu (SCxCTR,e2),d2 # turn on break mode 179 movhu d2,(SCxCTR,e2) 189 movbu d2,(SCxTXB,e2)
|
D | head.S | 193 mov 0xed00e2ed,e2 230 mov 0xfd00e2ed,e2 247 mov init_task,e2
|
D | process.c | 182 c_regs->e2 = current_frame()->d3; in copy_thread()
|
D | kgdb.c | 53 gdb_regs[GDB_FR_E2] = regs->e2; in pt_regs_to_gdb_regs() 105 regs->e2 = gdb_regs[GDB_FR_E2]; in gdb_regs_to_pt_regs()
|
D | asm-offsets.c | 43 OFFSET(REG_E2, pt_regs, e2); 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 | switch_to.S | 65 mov a2,e2
|
D | gdb-stub.c | 1400 ptr = mem2hex(®s->e2, ptr, 4, 0); in gdbstub() 1450 ptr = hex2mem(ptr, ®s->e2, 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/mn10300/include/uapi/asm/ |
D | sigcontext.h | 31 unsigned long e2; member
|
D | ptrace.h | 63 unsigned long e2; member
|
/arch/mn10300/include/asm/ |
D | elf.h | 79 _ur->e5 = 0; _ur->e4 = 0; _ur->e3 = 0; _ur->e2 = 0; \ 118 pr_reg[15] = regs->e2; \
|
D | gdb-stub.h | 82 u32 e0, e1, e2, e3, e4, e5, e6, e7; member
|
D | frame.inc | 53 mov (__current),e2
|
/arch/ia64/kernel/ |
D | module.c | 859 struct unw_table_entry tmp, *e1, *e2, *core, *init; in register_unwind_table() local 874 for (e2 = e1 + 1; e2 < end; ++e2) { in register_unwind_table() 875 if (e2->start_offset < e1->start_offset) { in register_unwind_table() 877 *e1 = *e2; in register_unwind_table() 878 *e2 = tmp; in register_unwind_table()
|
/arch/arc/kernel/ |
D | unwind.c | 225 const struct eh_frame_hdr_table_entry *e2 = p2; in cmp_eh_frame_hdr_table_entries() local 227 return (e1->start > e2->start) - (e1->start < e2->start); in cmp_eh_frame_hdr_table_entries() 233 struct eh_frame_hdr_table_entry *e2 = p2; in swap_eh_frame_hdr_table_entries() local 237 e1->start = e2->start; in swap_eh_frame_hdr_table_entries() 238 e2->start = v; in swap_eh_frame_hdr_table_entries() 240 e1->fde = e2->fde; in swap_eh_frame_hdr_table_entries() 241 e2->fde = v; in swap_eh_frame_hdr_table_entries()
|
/arch/mn10300/ |
D | Makefile | 33 KBUILD_CFLAGS += -ffixed-e2 -fcall-saved-e5
|
/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 76 # r4 = {e7 e6 e5 e4 e3 e2 e1 e0} 84 # r2 = {h2 g2 f2 e2 d2 c2 b2 a2} 106 vshufps $0xEE, \r5, \r4, \r4 # r4 = {f7 f6 e7 e6 f3 f2 e3 e2} 110 vshufps $0x88, \r6, \r4, \r5 # r5 = {h6 g6 f6 e6 h2 g2 f2 e2}
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 278 e2: LOOP Jb (f64) 563 e2: psrad Pq,Qq | vpsrad Vx,Hx,Wx (66),(v1)
|
/arch/m68k/ifpsp060/ |
D | itest.sa | 89 dc.l $000049e2,$4a0066ff,$00004a08,$52aeff78 876 dc.l $00024cfb,$3fff0170,$000018e2,$42827602
|