/arch/mips/bcm47xx/ |
D | board.c | 234 const struct bcm47xx_board_type_list2 *e2; in bcm47xx_board_get_nvram() local 253 for (e2 = bcm47xx_board_list_hw_version_num; e2->value1; e2++) { in bcm47xx_board_get_nvram() 254 if (!strstarts(buf1, e2->value1) && in bcm47xx_board_get_nvram() 255 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram() 256 return &e2->board; in bcm47xx_board_get_nvram() 285 for (e2 = bcm47xx_board_list_boot_hw; e2->value1; e2++) { in bcm47xx_board_get_nvram() 286 if (!strcmp(buf1, e2->value1) && in bcm47xx_board_get_nvram() 287 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram() 288 return &e2->board; in bcm47xx_board_get_nvram() 313 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/h8300/lib/ |
D | udivsi3.S | 32 mov.w e2,e2 36 mov.w e2,e2 42 mov.w e2,e2
|
D | mulsi3.S | 27 add.w r3,e2 ; ( 2 states) 33 add.w r3,e2 ; ( 2 states)
|
D | libgcc.h | 47 #define A2E e2
|
/arch/x86/kvm/ |
D | cpuid.c | 235 static int kvm_set_cpuid(struct kvm_vcpu *vcpu, struct kvm_cpuid_entry2 *e2, in kvm_set_cpuid() argument 240 r = kvm_check_cpuid(e2, nent); in kvm_set_cpuid() 245 vcpu->arch.cpuid_entries = e2; in kvm_set_cpuid() 261 struct kvm_cpuid_entry2 *e2 = NULL; in kvm_vcpu_ioctl_set_cpuid() local 271 e2 = kvmalloc_array(cpuid->nent, sizeof(*e2), GFP_KERNEL_ACCOUNT); in kvm_vcpu_ioctl_set_cpuid() 272 if (!e2) { in kvm_vcpu_ioctl_set_cpuid() 278 e2[i].function = e[i].function; in kvm_vcpu_ioctl_set_cpuid() 279 e2[i].eax = e[i].eax; in kvm_vcpu_ioctl_set_cpuid() 280 e2[i].ebx = e[i].ebx; in kvm_vcpu_ioctl_set_cpuid() 281 e2[i].ecx = e[i].ecx; in kvm_vcpu_ioctl_set_cpuid() [all …]
|
/arch/ia64/kernel/ |
D | module.c | 851 struct unw_table_entry tmp, *e1, *e2, *core, *init; in register_unwind_table() local 866 for (e2 = e1 + 1; e2 < end; ++e2) { in register_unwind_table() 867 if (e2->start_offset < e1->start_offset) { in register_unwind_table() 869 *e1 = *e2; in register_unwind_table() 870 *e2 = tmp; in register_unwind_table()
|
/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 55 .long R(e2, 71, 71, 93), R(ab, d8, d8, 73) 62 .long R(1b, 80, 80, 9b), R(df, e2, e2, 3d) 111 .long R(a7, de, de, 79), R(bc, 5e, 5e, e2) 190 .long R(ab, 73, d3, 23), R(72, 4b, 02, e2) 197 .long R(f3, 07, f2, f0), R(4e, 69, e2, a1) 224 .long R(e2, 93, ba, 0a), R(c0, a0, 2a, e5) 286 .long R(16, 1d, c3, 72), R(bc, e2, 25, 0c)
|
/arch/arc/kernel/ |
D | unwind.c | 239 const struct eh_frame_hdr_table_entry *e2 = p2; in cmp_eh_frame_hdr_table_entries() local 241 return (e1->start > e2->start) - (e1->start < e2->start); in cmp_eh_frame_hdr_table_entries() 247 struct eh_frame_hdr_table_entry *e2 = p2; in swap_eh_frame_hdr_table_entries() local 251 e1->start = e2->start; in swap_eh_frame_hdr_table_entries() 252 e2->start = v; in swap_eh_frame_hdr_table_entries() 254 e1->fde = e2->fde; in swap_eh_frame_hdr_table_entries() 255 e2->fde = v; in swap_eh_frame_hdr_table_entries()
|
/arch/powerpc/mm/nohash/ |
D | kaslr_booke.c | 96 static __init bool regions_overlap(u32 s1, u32 e1, u32 s2, u32 e2) in regions_overlap() argument 98 return e1 >= s2 && e2 >= s1; in regions_overlap()
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 286 e2: LOOP Jb (f64) 580 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
|
/arch/s390/tools/ |
D | opcodes.txt | 731 e2 unpku SS_L0RDRD
|