/arch/x86/lib/ |
D | x86-opcode-map.txt | 32 # - (F3): the last prefix is 0xF3 34 # - (!F3) : the last prefix is not 0xF3 (including non-last prefix case) 194 90: NOP | PAUSE (F3) | XCHG r8,rAX 336 09: WBINVD | WBNOINVD (F3) 351 10: vmovups Vps,Wps | vmovupd Vpd,Wpd (66) | vmovss Vx,Hx,Wss (F3),(v1) | vmovsd Vx,Hx,Wsd (F2),(v1) 352 11: vmovups Wps,Vps | vmovupd Wpd,Vpd (66) | vmovss Wss,Hx,Vss (F3),(v1) | vmovsd Wsd,Hx,Vsd (F2),(… 353 …) | vmovhlps Vq,Hq,Uq (v1) | vmovlpd Vq,Hq,Mq (66),(v1) | vmovsldup Vx,Wx (F3) | vmovddup Vx,Wx (F… 357 …ovhps Vdq,Hq,Mq (v1) | vmovlhps Vdq,Hq,Uq (v1) | vmovhpd Vdq,Hq,Mq (66),(v1) | vmovshdup Vx,Wx (F3) 365 1a: BNDCL Gv,Ev (F3) | BNDCU Gv,Ev (F2) | BNDMOV Gv,Ev (66) | BNDLDX Gv,Ev 366 1b: BNDCN Gv,Ev (F2) | BNDMOV Ev,Gv (66) | BNDMK Gv,Ev (F3) | BNDSTX Ev,Gv [all …]
|
/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 34 #define F3(X, Y) (OP(X) | OP3(Y)) macro 71 (F3(2, 0x02) | IMMED | RS1(REG) | ((K) & 0x3ff) | RD(REG)) 73 #define ADD F3(2, 0x00) 74 #define AND F3(2, 0x01) 75 #define ANDCC F3(2, 0x11) 76 #define OR F3(2, 0x02) 77 #define XOR F3(2, 0x03) 78 #define SUB F3(2, 0x04) 79 #define SUBCC F3(2, 0x14) 80 #define MUL F3(2, 0x0a) /* umul */ [all …]
|
D | bpf_jit_comp_64.c | 64 #define F3(X, Y) (OP(X) | OP3(Y)) macro 139 (F3(2, 0x02) | IMMED | RS1(REG) | ((K) & 0x3ff) | RD(REG)) 141 #define ADD F3(2, 0x00) 142 #define AND F3(2, 0x01) 143 #define ANDCC F3(2, 0x11) 144 #define OR F3(2, 0x02) 145 #define XOR F3(2, 0x03) 146 #define SUB F3(2, 0x04) 147 #define SUBCC F3(2, 0x14) 148 #define MUL F3(2, 0x0a) [all …]
|
/arch/x86/crypto/ |
D | sha1_ssse3_asm.S | 151 RR F3,A,B,C,D,E,40 152 RR F3,D,E,A,B,C,42 153 RR F3,B,C,D,E,A,44 154 RR F3,E,A,B,C,D,46 155 RR F3,C,D,E,A,B,48 157 RR F3,A,B,C,D,E,50 158 RR F3,D,E,A,B,C,52 159 RR F3,B,C,D,E,A,54 160 RR F3,E,A,B,C,D,56 161 RR F3,C,D,E,A,B,58 [all …]
|
/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 463 _R( _a, _b, _c, _d, _e, F3, 40, 466 _R( _e, _a, _b, _c, _d, F3, 41, 469 _R( _d, _e, _a, _b, _c, F3, 42, 472 _R( _c, _d, _e, _a, _b, F3, 43, 478 _R( _b, _c, _d, _e, _a, F3, 44, 481 _R( _a, _b, _c, _d, _e, F3, 45, 484 _R( _e, _a, _b, _c, _d, F3, 46, 487 _R( _d, _e, _a, _b, _c, F3, 47, 491 _R( _c, _d, _e, _a, _b, F3, 48, 494 _R( _b, _c, _d, _e, _a, F3, 49, [all …]
|
/arch/x86/kernel/cpu/mce/ |
D | inject.c | 425 struct pci_dev *F3; in toggle_nb_mca_mst_cpu() local 433 F3 = nb->misc; in toggle_nb_mca_mst_cpu() 434 if (!F3) in toggle_nb_mca_mst_cpu() 437 err = pci_read_config_dword(F3, NBCFG, &val); in toggle_nb_mca_mst_cpu() 440 __func__, PCI_FUNC(F3->devfn), NBCFG); in toggle_nb_mca_mst_cpu() 451 err = pci_write_config_dword(F3, NBCFG, val); in toggle_nb_mca_mst_cpu() 454 __func__, PCI_FUNC(F3->devfn), NBCFG); in toggle_nb_mca_mst_cpu()
|
/arch/m68k/hp300/ |
D | hp300map.map | 91 keycode 74 = F3 159 string F3 = "\033[[C"
|
/arch/ia64/kernel/ |
D | entry.h | 45 .spillsp f2,SW(F2)+16+(off); .spillsp f3,SW(F3)+16+(off); \
|
D | mca_asm.S | 568 add temp2=SW(F3), regs 727 add temp2=SW(F3), regs
|
D | entry.S | 279 add r3=SW(F3)+16,sp // r3 = &sw->f3
|
/arch/arm/boot/dts/ |
D | imx6dl-prtvt7.dts | 81 label = "GPIO Key F3";
|
/arch/arm64/boot/dts/rockchip/ |
D | rk3326-odroid-go2.dts | 98 label = "F3";
|