/linux-4.4.14/arch/x86/crypto/ |
D | glue_helper-asm-avx.S | 18 #define load_8way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 25 vmovdqu (6*16)(src), x6; \ 28 #define store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 35 vmovdqu x6, (6*16)(dst); \ 38 #define store_cbc_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 44 vpxor (5*16)(src), x6, x6; \ 46 store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7); 54 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \ argument 75 vpshufb t1, x7, x6; \ 82 #define store_ctr_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument [all …]
|
D | glue_helper-asm-avx2.S | 13 #define load_16way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 20 vmovdqu (6*32)(src), x6; \ 23 #define store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 30 vmovdqu x6, (6*32)(dst); \ 33 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \ argument 42 vpxor (5*32+16)(src), x6, x6; \ 44 store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7); 60 #define load_ctr_16way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t0x, t1, \ argument 86 vpshufb t1, t2, x6; \ 93 #define store_ctr_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument [all …]
|
D | camellia-aesni-avx-asm_64.S | 49 #define roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument 67 vpshufb t4, x6, x6; \ 82 filter_8bit(x6, t2, t3, t7, t6); \ 94 vaesenclast t4, x6, x6; \ 102 filter_8bit(x6, t0, t1, t7, t6); \ 134 vpxor x6, x1, x1; \ 140 vpxor x0, x6, x6; \ 146 vpxor x6, x3, x3; \ 150 vpxor x1, x6, x6; \ 167 vpxor t1, x6, x6; \ [all …]
|
D | camellia-aesni-avx2-asm_64.S | 66 #define roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ argument 82 vpshufb t4, x6, x6; \ 95 filter_8bit(x6, t2, t3, t7, t4); \ 97 vextracti128 $1, x6, t2##_x; \ 117 vaesenclast t4##_x, x6##_x, x6##_x; \ 119 vinserti128 $1, t2##_x, x6, x6; \ 143 filter_8bit(x6, t0, t1, t7, t6); \ 165 vpxor x6, x1, x1; \ 177 vpxor x0, x6, x6; \ 187 vpxor x6, x3, x3; \ [all …]
|
D | salsa20-x86_64-asm_64.S | 123 # x6 = x7 215 # c = x6 + x10 231 # x6 ^= c 233 # c = x2 + x6 281 # x6 ^= b 289 # b = x5 + x6 301 # b = x6 + x7 431 # c = x6 + x10 447 # x6 ^= c 449 # c = x2 + x6 [all …]
|
D | chacha20-avx2-x86_64.S | 90 # x2 += x6, x14 = rotl32(x14 ^ x2, 16) 113 # x10 += x14, x6 = rotl32(x6 ^ x10, 12) 136 # x2 += x6, x14 = rotl32(x14 ^ x2, 8) 159 # x10 += x14, x6 = rotl32(x6 ^ x10, 7) 177 # x1 += x6, x12 = rotl32(x12 ^ x1, 16)%ymm0 199 # x11 += x12, x6 = rotl32(x6 ^ x11, 12) 223 # x1 += x6, x12 = rotl32(x12 ^ x1, 8) 245 # x11 += x12, x6 = rotl32(x6 ^ x11, 7)
|
D | chacha20-ssse3-x86_64.S | 217 # x2 += x6, x14 = rotl32(x14 ^ x2, 16) 244 # x10 += x14, x6 = rotl32(x6 ^ x10, 12) 271 # x2 += x6, x14 = rotl32(x14 ^ x2, 8) 298 # x10 += x14, x6 = rotl32(x6 ^ x10, 7) 319 # x1 += x6, x12 = rotl32(x12 ^ x1, 16) 345 # x11 += x12, x6 = rotl32(x6 ^ x11, 12) 373 # x1 += x6, x12 = rotl32(x12 ^ x1, 8) 399 # x11 += x12, x6 = rotl32(x6 ^ x11, 7) 450 # x6[0-3] += s1[2]
|
D | salsa20-i586-asm_32.S | 156 # x6 = in6 211 # t += x6 289 # t ^= x6 305 # x6 = t 365 # r ^= x6 377 # x6 = r 475 # t += x6 553 # t ^= x6 569 # x6 = t 629 # r ^= x6 [all …]
|
/linux-4.4.14/arch/arm64/kernel/ |
D | head.S | 328 add x6, x26, #SWAPPER_DIR_SIZE 333 cmp x0, x6 374 adr_l x6, idmap_t0sz 375 str x5, [x6] 377 dc ivac, x6 // Invalidate potentially stale cache line 379 create_table_entry x0, x3, EXTRA_SHIFT, EXTRA_PTRS, x5, x6 383 create_pgd_entry x0, x3, x5, x6 385 adr_l x6, __idmap_text_end // __pa(__idmap_text_end) 386 create_block_map x0, x7, x3, x5, x6 393 create_pgd_entry x0, x5, x3, x6 [all …]
|
D | entry-ftrace.S | 187 stp x6, x7, [sp, #48] 195 ldp x6, x7, [sp, #48]
|
D | sleep.S | 94 compute_mpidr_hash x8, x3, x4, x5, x6, x7, x10 167 compute_mpidr_hash x7, x3, x4, x5, x6, x1, x2
|
D | entry.S | 48 ldp x6, x7, [sp, #S_X6] 76 stp x6, x7, [sp, #16 * 3] 149 ldp x6, x7, [sp, #16 * 3] 712 ldp x6, x7, [sp, #S_X6]
|
/linux-4.4.14/arch/arm64/crypto/ |
D | aes-modes.S | 43 encrypt_block2x v0, v1, w3, x2, x6, w7 48 decrypt_block2x v0, v1, w3, x2, x6, w7 55 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7 60 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7 89 encrypt_block2x v0, v1, w3, x2, x6, w7 93 decrypt_block2x v0, v1, w3, x2, x6, w7 97 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7 101 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7 282 enc_prepare w3, x2, x6 344 encrypt_block v0, w3, x2, x6, w7 [all …]
|
D | aes-ce-ccm-core.S | 37 add x6, x4, #16 44 ld1 {v5.2d}, [x6], #16 /* load 2nd round key */ 47 4: ld1 {v3.2d}, [x6], #16 /* load next round key */ 50 5: ld1 {v4.2d}, [x6], #16 /* load next round key */ 54 ld1 {v5.2d}, [x6], #16 /* load next round key */ 128 ldr x8, [x6, #8] /* load lower ctr */ 132 ld1 {v1.1d}, [x6] /* load upper ctr */ 182 str x8, [x6, #8] /* store lsb end of ctr (BE) */
|
D | sha1-ce-core.S | 74 adr x6, .Lsha1_rcon 75 ld1r {k0.4s}, [x6], #4 76 ld1r {k1.4s}, [x6], #4 77 ld1r {k2.4s}, [x6], #4 78 ld1r {k3.4s}, [x6]
|
/linux-4.4.14/arch/arm64/mm/ |
D | proc.S | 68 mrs x6, cpacr_el1 77 stp x6, x7, [x0, #32] 100 ldp x6, x7, [x0, #32] 108 msr cpacr_el1, x6 186 orr x0, x0, x6 // set bits
|
/linux-4.4.14/arch/arm64/kvm/ |
D | hyp.S | 131 stp x6, x7, [x3, #16] 139 pop x6, x7 // x2, x3 144 stp x6, x7, [x3, #16] 157 ldp x6, x7, [x3, #16] 159 push x6, x7 163 ldp x6, x7, [x3, #48] 199 mrs x6, sctlr_el1 221 stp x6, x7, [x3, #16] 257 mrs x6, \type\()0_el1 278 str x6, [x4, #(0 * 8)] [all …]
|
D | vgic-v3-switch.S | 52 mrs_s x6, ICH_MISR_EL2 86 mrs_s x6, ICH_LR1_EL2 108 str x6, [x3, #LR_OFFSET(1)] 214 ldr x6, [x3, #LR_OFFSET(1)] 236 msr_s ICH_LR1_EL2, x6
|
/linux-4.4.14/arch/arm64/lib/ |
D | copy_page.S | 34 ldp x6, x7, [x1, #32] 40 stnp x6, x7, [x0, #32]
|
D | Makefile | 14 -ffixed-x3 -ffixed-x4 -ffixed-x5 -ffixed-x6 \
|
D | strlen.S | 47 has_nul2 .req x6
|
D | strnlen.S | 48 has_nul1 .req x6
|
D | copy_template.S | 43 dst .req x6
|
D | memset.S | 49 zva_bits_x .req x6
|
D | memmove.S | 49 dst .req x6
|
D | strcmp.S | 56 syndrome .req x6
|
D | memcmp.S | 52 diff .req x6
|
D | strncmp.S | 56 diff .req x6
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | brcm,brcmstb-gpio.txt | 69 interrupts = <0x6>; 81 interrupts = <0x6>; 82 interrupts-extended = <&irq0_aon_intc 0x6>,
|
/linux-4.4.14/arch/sparc/lib/ |
D | NG2memcpy.S | 88 #define FREG_FROB(x0, x1, x2, x3, x4, x5, x6, x7, x8) \ argument 94 faligndata %x5, %x6, %f10; \ 95 faligndata %x6, %x7, %f12; \ 125 #define FREG_MOVE_7(x0, x1, x2, x3, x4, x5, x6) \ argument 132 fsrc2 %x6, %f12; 133 #define FREG_MOVE_8(x0, x1, x2, x3, x4, x5, x6, x7) \ argument 140 fsrc2 %x6, %f12; \ 169 #define FREG_LOAD_7(base, x0, x1, x2, x3, x4, x5, x6) \ argument 176 EX_LD_FP(LOAD(ldd, base + 0x30, %x6));
|
/linux-4.4.14/Documentation/input/ |
D | alps.txt | 105 byte 1: 0 x6 x5 x4 x3 x2 x1 x0 115 byte 1: 0 x6 x5 x4 x3 x2 x1 x0 131 byte 1: 0 x6 x5 x4 x3 x2 x1 x0 155 byte 1: 0 x10 x9 x8 x7 x6 x5 x4 171 byte 1: 0 x8 x7 x6 x5 x4 x3 x2 184 byte 1: 0 x6 x5 x4 x3 x2 x1 x0 196 byte 1: 0 x10 x9 x8 x7 x6 x5 x4 208 byte 0: 0 1 x7 x6 x5 x4 x3 x2 244 byte 1: 0 x6 x5 x4 x3 x2 x1 x0 256 byte 4: 0 x9 x8 x7 x6 x5 x4 x3 [all …]
|
D | elantech.txt | 342 x7 x6 x5 x4 x3 x2 x1 x0 440 x7 x6 x5 x4 x3 x2 x1 x0 583 x7 x6 x5 x4 x3 x2 x1 x0 704 x7 x6 x5 x4 x3 x2 x1 x0 745 x7 x6 x5 x4 x3 x2 x1 x0 766 x7 x6 x5 x4 x3 x2 x1 x0 806 x7 x6 x5 x4 x3 x2 x1 x0
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | sbc8548.dts | 31 0x6 0x0 0xec000000 0x04000000>; /*64MB Flash*/ 91 reg = <0x6 0x0 0x04000000>;
|
D | sbc8548-altflash.dts | 34 0x6 0x0 0xef800000 0x00800000>; /*8MB Flash*/ 95 reg = <0x6 0x0 0x800000>;
|
D | redwood.dts | 125 interrupts = < /*TXEOB*/ 0x6 0x4 154 interrupts = <0x6 0x4>; 316 0x0 0x0 0x0 0x3 &UIC3 0x6 0x4 /* swizzled int C */
|
D | arches.dts | 165 interrupts = < /*TXEOB*/ 0x6 0x4 187 interrupts = <0x6 0x4>;
|
D | mpc5121ads.dts | 174 0xb800 0x0 0x0 0x1 &cpld_pic 0x6 0x8
|
D | eiger.dts | 129 interrupts = < /*TXEOB*/ 0x6 0x4 158 interrupts = <0x6 0x4>;
|
D | bluestone.dts | 159 interrupts = < /*TXEOB*/ 0x6 0x4 181 interrupts = <0x6 0x4>;
|
D | mvme5100.dts | 121 0x6800 0x0 0x0 0x2 &mpic 0x6 0x1
|
D | acadia.dts | 109 interrupts = <0x6 0x4>;
|
D | icon.dts | 145 interrupt-map = </*TXEOB*/ 0x0 &UIC1 0x6 0x4 396 0x0 0x0 0x0 0x3 &UIC3 0x6 0x4 /* swizzled int C */
|
D | klondike.dts | 128 interrupts = </*TXEOB*/ 0x6 0x4
|
D | katmai.dts | 149 interrupt-map = </*TXEOB*/ 0x0 &UIC1 0x6 0x4 400 0x0 0x0 0x0 0x3 &UIC3 0x6 0x4 /* swizzled int C */
|
D | ac14xx.dts | 50 0x6 0x0 0xe0200000 0x00080000>; /* CS6: asi2 */
|
D | sbc8548-post.dtsi | 138 interrupts = <0x6 0x1>;
|
D | canyonlands.dts | 159 interrupts = < /*TXEOB*/ 0x6 0x4 215 interrupts = <0x6 0x4>;
|
D | glacier.dts | 153 interrupts = < /*TXEOB*/ 0x6 0x4 175 interrupts = <0x6 0x4>;
|
D | haleakala.dts | 96 0x6 0x4>; /* ECC SEC Error */
|
D | obs600.dts | 110 0x6 0x4>; /* ECC SEC Error */
|
D | gef_sbc310.dts | 441 0x0000 0x0 0x0 0x3 &mpic 0x6 0x2
|
D | makalu.dts | 97 0x6 0x4 /* ECC SEC Error */ >;
|
D | kilauea.dts | 106 0x6 0x4>; /* ECC SEC Error */
|
D | xpedite5301.dts | 586 0x0 0x0 0x0 0x3 &mpic 0x6 0x1
|
D | xpedite5370.dts | 584 0x0 0x0 0x0 0x3 &mpic 0x6 0x1
|
D | xpedite5330.dts | 653 0x0 0x0 0x0 0x3 &mpic 0x6 0x1
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | mdio-mux-mmioreg.txt | 25 A bitmask of 0x6 means that bits 1 and 2 (bit 0 is lsb) are the bits on 42 mux-mask = <0x6>; // EMI2
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | spear-keyboard.txt | 9 - st,mode: keyboard mode: 0 - 9x9, 1 - 6x6, 2 - 2x2
|
/linux-4.4.14/Documentation/frv/ |
D | gdbinit | 13 …: L:%08lx P:%08lx\n",__debug_mmu.damr[0x6].L,__debug_mmu.damr[0x6].P,__debug_mmu.iamr[0x6].L,__deb… 31 …lx %08lx %08lx\n",__debug_mmu.tlb[0x6].L,__debug_mmu.tlb[0x6].P,__debug_mmu.tlb[0x40+0x6].L,__deb…
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-xp-mv78460.dtsi | 140 0x82000000 0x6 0 MBUS_ID(0x08, 0xd8) 0 1 0 /* Port 1.1 MEM */ 141 0x81000000 0x6 0 MBUS_ID(0x08, 0xd0) 0 1 0 /* Port 1.1 IO */ 245 ranges = <0x82000000 0 0 0x82000000 0x6 0 1 0 246 0x81000000 0 0 0x81000000 0x6 0 1 0>;
|
D | armada-xp-mv78260.dtsi | 122 0x82000000 0x6 0 MBUS_ID(0x08, 0xd8) 0 1 0 /* Port 1.1 MEM */ 123 0x81000000 0x6 0 MBUS_ID(0x08, 0xd0) 0 1 0 /* Port 1.1 IO */ 224 ranges = <0x82000000 0 0 0x82000000 0x6 0 1 0 225 0x81000000 0 0 0x81000000 0x6 0 1 0>;
|
D | mt6592.dtsi | 60 reg = <0x6>;
|
D | armada-385-linksys-cobra.dts | 83 reg = <0x6>;
|
D | armada-385-linksys-caiman.dts | 83 reg = <0x6>;
|
D | bcm7445.dtsi | 220 interrupts-extended = <&irq0_aon_intc 0x6>,
|
D | armada-xp-linksys-mamba.dts | 190 reg = <0x6>;
|
D | omap3-gta04.dtsi | 345 reg = <0x6>;
|
D | at91sam9x5.dtsi | 1075 trigger-value = <0x6>;
|
D | at91sam9g45.dtsi | 1070 trigger-value = <0x6>;
|
D | sama5d3.dtsi | 350 trigger-value = <0x6>;
|
D | sama5d4.dtsi | 1239 trigger-value = <0x6>;
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | mvebu-pci.txt | 118 0x82000000 0x6 0 MBUS_ID(0x08, 0xd8) 0 1 0 /* Port 1.1 MEM */ 119 0x81000000 0x6 0 MBUS_ID(0x08, 0xd0) 0 1 0 /* Port 1.1 IO */ 227 ranges = <0x82000000 0 0 0x82000000 0x6 0 1 0 228 0x81000000 0 0 0x81000000 0x6 0 1 0>;
|
D | host-generic-pci.txt | 96 0x1000 0x0 0x0 0x1 &gic 0x0 0x6 0x1
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | tca6507.txt | 45 reg = <0x6>;
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | mvme2500.dts | 161 0x6 0x0 0x0 0xffc80000 0x00010000 209 reg = <0x6 0x0 0x10000>;
|
D | mpc8568mds.dts | 183 0x4 0x6 0x3 0x0 0x2 0x0 /* MDIO */ 263 0x9000 0x0 0x0 0x2 &mpic 0x6 0x1 0 0 268 0x9800 0x0 0x0 0x1 &mpic 0x6 0x1 0 0
|
D | ge_imp3a.dts | 34 0x6 0x0 0x0 0xfee00000 0x00040000 121 reg = <0x6 0x0 0x40000>;
|
D | mpc8572ds_camp_core1.dts | 90 0x6 0x7 0xe 0x5 /* Audio elgacy SATA */
|
D | p2020ds.dts | 29 0x6 0x0 0x0 0xffac0000 0x00040000>;
|
D | mpc8572ds.dts | 31 0x6 0x0 0x0 0xffac0000 0x00040000>;
|
D | mpc8572ds_36b.dts | 31 0x6 0x0 0xf 0xffac0000 0x00040000>;
|
D | mpc8569mds.dts | 154 0x0 0x6 0x2 0x0 0x3 0x0 /* ENET1_RXD0_SER1_RXD0 */ 197 0x1 0x6 0x2 0x0 0x3 0x0 /* ENET3_RXD3_SER3_RXD3 */ 299 reg = <0x6>;
|
D | p1021mds.dts | 216 0x0 0x6 0x2 0x0 0x2 0x0 /* ENET1_RXD0_SER1_RXD0 */ 236 0x1 0x6 0x2 0x0 0x2 0x0 /* ENET5_RXD0_SER5_RXD0 */
|
D | p2020ds.dtsi | 130 reg = <0x6 0x0 0x40000>; 252 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
|
D | p1025twr.dtsi | 186 0x0 0x6 0x2 0x0 0x2 0x0 /* ENET1_RXD0_SER1_RXD0 */ 206 0x1 0x6 0x2 0x0 0x2 0x0 /* ENET5_RXD0_SER5_RXD0 */
|
D | qoriq-fman-0.dtsi | 84 cell-index = <0x6>;
|
D | qoriq-fman-1.dtsi | 84 cell-index = <0x6>;
|
D | qoriq-fman3-0.dtsi | 77 cell-index = <0x6>;
|
D | qoriq-fman3-1.dtsi | 77 cell-index = <0x6>;
|
D | p1025rdb.dtsi | 259 0x0 0x6 0x2 0x0 0x2 0x0 /* ENET1_RXD0_SER1_RXD0 */ 279 0x1 0x6 0x2 0x0 0x2 0x0 /* ENET5_RXD0_SER5_RXD0 */
|
D | p1025rdb_32b.dts | 107 reg = <0x6>;
|
D | mpc8544ds.dtsi | 131 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
|
D | mpc8572ds.dtsi | 143 reg = <0x6 0x0 0x40000>; 352 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
|
D | mpc8572si-post.dtsi | 94 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
|
D | mpc8544si-post.dtsi | 76 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
|
D | p2020si-post.dtsi | 93 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
|
D | p1020si-post.dtsi | 65 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
|
D | p1010si-post.dtsi | 64 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
|
D | p1021si-post.dtsi | 65 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
|
D | mpc8536si-post.dtsi | 76 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
|
D | p1022si-post.dtsi | 69 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
|
D | mpc8548cds.dtsi | 183 /* IDSEL 0x6 (PCIX Slot 4) */
|
D | b4si-post.dtsi | 268 cell-index = <0x6>;
|
D | t1040si-post.dtsi | 338 cell-index = <0x6>;
|
D | t2081si-post.dtsi | 384 cell-index = <0x6>;
|
D | t4240si-post.dtsi | 614 cell-index = <0x6>;
|
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/ |
D | nvmem.txt | 50 reg = <0x6 0x2>
|
/linux-4.4.14/arch/ia64/kernel/ |
D | kprobes.c | 257 int x6=(kprobe_inst >> 27) & 0x3F; in unsupported_inst() local 258 if ((x6 == 0x10) || (x6 == 0x11)) { in unsupported_inst()
|
/linux-4.4.14/Documentation/ |
D | pnp.txt | 65 port 0x3f0-0x3f0, align 0x7, size 0x6, 16-bit address decoding 70 port 0x370-0x370, align 0x7, size 0x6, 16-bit address decoding
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | at91_adc.txt | 85 trigger-value = <0x6>;
|
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_dp.txt | 48 LINK_RATE_1_62GBPS = 0x6, LINK_RATE_2_70GBPS = 0x0A
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 28 vdso_data .req x6
|
/linux-4.4.14/arch/blackfin/configs/ |
D | CM-BF548_defconfig | 38 CONFIG_EBIU_FCTLVAL=0x6
|
D | BF548-EZKIT_defconfig | 38 CONFIG_EBIU_FCTLVAL=0x6
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Tuners | 68 40x6: Tuner 5V
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | emu10k1-jack.txt | 64 capture_9 asio6 FXBUS2(0x6)
|
/linux-4.4.14/lib/fonts/ |
D | Kconfig | 79 bool "Mini 4x6 font"
|
/linux-4.4.14/Documentation/hwmon/ |
D | coretemp | 7 CPUID: family 0x6, models 0xe (Pentium M DC), 0xf (Core 2 DC 65nm),
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | selection.png.b64 | 49 h98QHn1cPzQYFPR5+6x6+4RFRJ7IN40AAAA19dGfwp+Yx6HHPr4cQFgEAADQuNfwZy08inkEOzAu
|
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/ |
D | hip05_hns.dtsi | 45 0x6 0x4 0x7 0x4 0x8 0x4 0x9 0x4
|
/linux-4.4.14/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_3xxx.dts | 274 reg = <0x6>; /* Port */
|
/linux-4.4.14/Documentation/scsi/ |
D | ncr53c8xx.txt | 367 860 0x6
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 774 bash-4000 [01] 1477.606694: simple_strtoul+0x6/0xa0
|