/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 26 vmovdqu (7*16)(src), x7; 28 #define store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 36 vmovdqu x7, (7*16)(dst); 38 #define store_cbc_8way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 45 vpxor (6*16)(src), x7, x7; \ 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 60 vmovdqu (iv), x7; \ 61 vpshufb t1, x7, x0; \ [all …]
|
D | glue_helper-asm-avx2.S | 13 #define load_16way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 21 vmovdqu (7*32)(src), x7; 23 #define store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 31 vmovdqu x7, (7*32)(dst); 33 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \ argument 43 vpxor (6*32+16)(src), x7, x7; \ 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 88 vpshufb t1, t2, x7; \ 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 61 vpshufb t4, x7, x7; \ 73 filter_8bit(x7, t0, t1, t7, t6); \ 88 vaesenclast t4, x7, x7; \ 100 filter_8bit(x7, t0, t1, t7, t6); \ 135 vpxor x7, x2, x2; \ 141 vpxor x1, x7, x7; \ 143 vpxor x7, x0, x0; \ 151 vpxor x2, x7, x7; /* note: high and low parts swapped */ \ 170 vpxor t0, x7, x7; \ [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 80 vpshufb t4, x7, x7; \ 91 filter_8bit(x7, t5, t6, t7, t4); \ 93 vextracti128 $1, x7, t1##_x; \ 111 vaesenclast t4##_x, x7##_x, x7##_x; \ 113 vinserti128 $1, t1##_x, x7, x7; \ 141 filter_8bit(x7, t0, t1, t7, t6); \ 166 vpxor x7, x2, x2; \ 178 vpxor x1, x7, x7; \ 184 vpxor x7, x0, x0; \ [all …]
|
D | salsa20-x86_64-asm_64.S | 121 # x7 = j6 123 # x6 = x7 125 # (uint64) x7 >>= 32 253 # x7 ^= d 255 # d = x3 + x7 261 # d = x7 + x11 293 # x7 ^= b 301 # b = x6 + x7 313 # b = x7 + x4 469 # x7 ^= d [all …]
|
D | chacha20-avx2-x86_64.S | 95 # x3 += x7, x15 = rotl32(x15 ^ x3, 16) 119 # x11 += x15, x7 = rotl32(x7 ^ x11, 12) 141 # x3 += x7, x15 = rotl32(x15 ^ x3, 8) 165 # x11 += x15, x7 = rotl32(x7 ^ x11, 7) 182 # x2 += x7, x13 = rotl32(x13 ^ x2, 16) 205 # x8 += x13, x7 = rotl32(x7 ^ x8, 12) 228 # x2 += x7, x13 = rotl32(x13 ^ x2, 8) 251 # x8 += x13, x7 = rotl32(x7 ^ x8, 7)
|
D | chacha20-ssse3-x86_64.S | 223 # x3 += x7, x15 = rotl32(x15 ^ x3, 16) 251 # x11 += x15, x7 = rotl32(x7 ^ x11, 12) 277 # x3 += x7, x15 = rotl32(x15 ^ x3, 8) 305 # x11 += x15, x7 = rotl32(x7 ^ x11, 7) 325 # x2 += x7, x13 = rotl32(x13 ^ x2, 16) 352 # x8 += x13, x7 = rotl32(x7 ^ x8, 12) 379 # x2 += x7, x13 = rotl32(x13 ^ x2, 8) 406 # x8 += x13, x7 = rotl32(x7 ^ x8, 7) 451 # x7[0-3] += s1[3]
|
D | salsa20-i586-asm_32.S | 158 # x7 = in7 269 # w ^= x7 281 # x7 = w 395 # s ^= x7 409 # x7 = s 533 # w ^= x7 545 # x7 = w 659 # s ^= x7 673 # x7 = s 797 # in7 = x7
|
/linux-4.4.14/arch/arm64/crypto/ |
D | aes-modes.S | 295 rev x7, x5 297 ins v0.d[1], x7 298 rev x7, x5 300 ins v1.d[1], x7 330 rev x7, x5 331 ins v4.d[1], x7 335 rev x7, x5 336 ins v4.d[1], x7 353 rev x7, x5 354 ins v4.d[1], x7 [all …]
|
D | sha2-ce-core.S | 143 ror x7, x4, #29 // ror(lsl(x4, 3), 32) 147 mov v19.d[1], x7
|
D | sha1-ce-core.S | 139 ror x7, x4, #29 // ror(lsl(x4, 3), 32) 143 mov v11.d[1], x7
|
/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] 200 mrs x7, actlr_el1 221 stp x6, x7, [x3, #16] 256 mrs x7, \type\()1_el1 277 str x7, [x4, #(1 * 8)] [all …]
|
D | vgic-v3-switch.S | 53 mrs_s x7, ICH_EISR_EL2 85 mrs_s x7, ICH_LR2_EL2 107 str x7, [x3, #LR_OFFSET(2)] 213 ldr x7, [x3, #LR_OFFSET(2)] 235 msr_s ICH_LR2_EL2, x7
|
/linux-4.4.14/arch/arm64/mm/ |
D | proc.S | 69 mrs x7, ttbr1_el1 77 stp x6, x7, [x0, #32] 100 ldp x6, x7, [x0, #32] 110 msr ttbr1_el1, x7 111 tcr_set_idmap_t0sz x8, x7
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-hv_24x7 | 5 Provides access to the binary "24x7 catalog" provided by the 9 https://raw.githubusercontent.com/jmesmon/catalog-24x7/master/hv-24x7-catalog.h 22 Exposes the "version" field of the 24x7 catalog. This is also
|
/linux-4.4.14/arch/arm64/kernel/ |
D | sleep.S | 85 mrs x7, mpidr_el1 94 compute_mpidr_hash x8, x3, x4, x5, x6, x7, x10 167 compute_mpidr_hash x7, x3, x4, x5, x6, x1, x2 170 ldr x0, [x0, x7, lsl #3]
|
D | head.S | 336 ldr x7, =SWAPPER_MM_MMUFLAGS 386 create_block_map x0, x7, x3, x5, x6 396 create_block_map x0, x7, x3, x5, x6 419 adr_l x7, __bss_stop 421 1: cmp x6, x7
|
D | entry-ftrace.S | 187 stp x6, x7, [sp, #48] 195 ldp x6, x7, [sp, #48]
|
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/lib/ |
D | copy_page.S | 34 ldp x6, x7, [x1, #32] 40 stnp x6, x7, [x0, #32]
|
D | Makefile | 15 -ffixed-x7 -fcall-saved-x8 -fcall-saved-x9 \
|
D | strlen.S | 48 tmp1 .req x7
|
D | strnlen.S | 49 has_nul2 .req x7
|
D | copy_template.S | 45 A_l .req x7
|
D | memset.S | 51 A_l .req x7
|
D | memmove.S | 51 A_l .req x7
|
D | strcmp.S | 57 tmp1 .req x7
|
D | memcmp.S | 53 endloop .req x7
|
D | strncmp.S | 57 syndrome .req x7
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-stp-xway.txt | 37 lantiq,groups = <0x7>; 39 lantiq,phy1 = <0x7>; 40 lantiq,phy2 = <0x7>;
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | mpc8568mds.dts | 93 reg = <0x7>; 135 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */ 163 0x5 0x7 0x1 0x0 0x2 0x0 /* TxD3 */ 234 reg = <0x7>; 259 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 264 0x9000 0x0 0x0 0x3 &mpic 0x7 0x1 0 0 269 0x9800 0x0 0x0 0x2 &mpic 0x7 0x1 0 0
|
D | mpc8544ds.dtsi | 122 interrupt-map-mask = <0xff00 0x0 0x0 0x7>; 134 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2 135 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
|
D | p2020ds.dtsi | 216 interrupt-map-mask = <0xff00 0x0 0x0 0x7>; 255 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2 256 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
|
D | ge_imp3a.dts | 35 0x7 0x0 0x0 0xfee80000 0x00040000>; 126 reg = <0x7 0x0 0x40000>;
|
D | mpc8536ds.dts | 52 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8548cds_32b.dts | 47 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8572ds_camp_core1.dts | 90 0x6 0x7 0xe 0x5 /* Audio elgacy SATA */
|
D | mpc8536ds_36b.dts | 52 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8548cds_36b.dts | 47 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | p1021mds.dts | 212 0x0 0x7 0x1 0x0 0x2 0x0 /* ENET1_TXD0_SER1_TXD0 */ 234 0x1 0x7 0x1 0x0 0x2 0x0 /* ENET5_TXD0_SER5_TXD0 */
|
D | mpc8572ds.dtsi | 247 interrupt-map-mask = <0xff00 0x0 0x0 0x7>; 355 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2 356 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
|
D | mpc8544ds.dts | 38 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | p1025twr.dtsi | 182 0x0 0x7 0x1 0x0 0x2 0x0 /* ENET1_TXD0_SER1_TXD0 */ 204 0x1 0x7 0x1 0x0 0x2 0x0 /* ENET5_TXD0_SER5_TXD0 */
|
D | qoriq-fman-0.dtsi | 91 cell-index = <0x7>;
|
D | qoriq-fman-1.dtsi | 91 cell-index = <0x7>;
|
D | mpc8548cds.dtsi | 169 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 232 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8541cds.dts | 287 interrupt-map-mask = <0x1f800 0x0 0x0 0x7>; 358 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8555cds.dts | 287 interrupt-map-mask = <0x1f800 0x0 0x0 0x7>; 358 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | qoriq-fman3-0.dtsi | 83 cell-index = <0x7>;
|
D | qoriq-fman3-1.dtsi | 83 cell-index = <0x7>;
|
D | p1025rdb.dtsi | 255 0x0 0x7 0x1 0x0 0x2 0x0 /* ENET1_TXD0_SER1_TXD0 */ 277 0x1 0x7 0x1 0x0 0x2 0x0 /* ENET5_TXD0_SER5_TXD0 */
|
D | mpc8569mds.dts | 155 0x0 0x7 0x2 0x0 0x1 0x0 /* ENET1_RXD1_SER1_RXD1 */ 278 reg = <0x7>;
|
D | mvme2500.dts | 117 reg = <0x7>;
|
D | mpc8572si-post.dtsi | 95 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
|
D | mpc8544si-post.dtsi | 77 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
|
D | p2020si-post.dtsi | 94 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
|
D | p1020si-post.dtsi | 66 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
|
D | p1010si-post.dtsi | 65 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
|
D | p1021si-post.dtsi | 66 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
|
D | mpc8536si-post.dtsi | 77 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
|
D | p1022si-post.dtsi | 70 0000 0x0 0x0 0x4 &mpic 0x7 0x1 0x0 0x0
|
D | mpc8540ads.dts | 272 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8560ads.dts | 311 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | b4si-post.dtsi | 274 cell-index = <0x7>;
|
D | t1040si-post.dtsi | 344 cell-index = <0x7>;
|
D | t2081si-post.dtsi | 390 cell-index = <0x7>;
|
D | t4240si-post.dtsi | 620 cell-index = <0x7>;
|
/linux-4.4.14/Documentation/input/ |
D | alps.txt | 104 byte 0: 1 0 0 0 1 x9 x8 x7 116 byte 2: 0 x10 x9 x8 x7 ? fin ges 132 byte 2: 0 x10 x9 x8 x7 0 fin ges 155 byte 1: 0 x10 x9 x8 x7 x6 x5 x4 171 byte 1: 0 x8 x7 x6 x5 x4 x3 x2 183 byte 0: 1 1 x7 y7 1 1 1 1 196 byte 1: 0 x10 x9 x8 x7 x6 x5 x4 208 byte 0: 0 1 x7 x6 x5 x4 x3 x2 247 byte 4: y10 y9 y8 y7 x10 x9 x8 x7 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 747 x7..x0 = delta x (two's complement) 766 x7 x6 x5 x4 x3 x2 x1 x0 768 x7..x0 = delta x (two's complement) 806 x7 x6 x5 x4 x3 x2 x1 x0 814 x7..x0 and y7..y0 the lower bits.
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | Kconfig | 120 bool "Hypervisor supplied PMU events (24x7 & GPCI)" 125 this enables code that uses the hcall GetPerfCounterInfo and 24x7 127 systems. 24x7 is available on Power 8 systems.
|
/linux-4.4.14/Documentation/frv/ |
D | gdbinit | 14 …: L:%08lx P:%08lx\n",__debug_mmu.damr[0x7].L,__debug_mmu.damr[0x7].P,__debug_mmu.iamr[0x7].L,__deb… 32 …lx %08lx %08lx\n",__debug_mmu.tlb[0x7].L,__debug_mmu.tlb[0x7].P,__debug_mmu.tlb[0x40+0x7].L,__deb…
|
/linux-4.4.14/arch/powerpc/perf/ |
D | Makefile | 14 obj-$(CONFIG_HV_PERF_CTRS) += hv-24x7.o hv-gpci.o hv-common.o
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | redwood.dts | 126 /*RXEOB*/ 0x7 0x4 271 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 312 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 317 0x0 0x0 0x0 0x4 &UIC3 0x7 0x4 /* swizzled int D */>; 353 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | katmai.dts | 150 /*RXEOB*/ 0x1 &UIC1 0x7 0x4 312 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 355 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 396 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 401 0x0 0x0 0x0 0x4 &UIC3 0x7 0x4 /* swizzled int D */>; 437 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | mpc5121ads.dts | 161 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 175 0xb800 0x0 0x0 0x2 &cpld_pic 0x7 0x8
|
D | sbc8548-post.dtsi | 143 interrupts = <0x7 0x1>; 229 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 258 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mvme5100.dts | 99 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 122 0x6800 0x0 0x0 0x3 &mpic 0x7 0x1
|
D | currituck.dts | 155 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 192 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 229 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | akebono.dts | 283 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 323 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 363 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 403 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | icon.dts | 146 /*RXEOB*/ 0x1 &UIC1 0x7 0x4 351 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 392 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 397 0x0 0x0 0x0 0x4 &UIC3 0x7 0x4 /* swizzled int D */>;
|
D | gef_sbc310.dts | 401 interrupt-map-mask = <0xff00 0x0 0x0 0x7>; 437 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 442 0x0000 0x0 0x0 0x4 &mpic 0x7 0x2
|
D | makalu.dts | 200 interrupts = <0x7 0x4>; 304 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 345 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | xpedite5330.dts | 612 interrupt-map-mask = <0xff00 0x0 0x0 0x7>; 648 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 654 0x0 0x0 0x0 0x4 &mpic 0x7 0x1 685 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | haleakala.dts | 199 interrupts = <0x7 0x4>; 273 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | c2k.dts | 245 interrupt-map-mask = <0x0000 0x0 0x0 0x7>; 266 interrupt-map-mask = <0xf800 0x00 0x00 0x7>;
|
D | bamboo.dts | 132 interrupts = <0x7 0x4>; 200 interrupts = <0x7 0x4>;
|
D | kilauea.dts | 255 interrupts = <0x7 0x4>; 358 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 399 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | yosemite.dts | 130 interrupts = <0x7 0x4>; 236 interrupts = <0x7 0x4>;
|
D | xpedite5301.dts | 581 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 587 0x0 0x0 0x0 0x4 &mpic 0x7 0x1 618 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | xpedite5370.dts | 579 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 585 0x0 0x0 0x0 0x4 &mpic 0x7 0x1 616 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | rainier.dts | 143 interrupts = <0x7 0x4>; 244 interrupts = <0x7 0x4>;
|
D | mpc8349emitx.dts | 341 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 363 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | gef_sbc610.dts | 159 reg = <0x7 0x14000 0x24>; 401 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | gef_ppc9a.dts | 161 reg = <0x7 0x14000 0x24>; 403 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | stxssa8555.dts | 286 interrupt-map-mask = <0x1f800 0x0 0x0 0x7>; 357 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | kuroboxHG.dts | 127 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | kuroboxHD.dts | 127 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc834x_mds.dts | 287 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 348 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | xpedite5200_xmon.dts | 457 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 472 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | sequoia.dts | 170 interrupts = <0x7 0x4>; 302 interrupts = <0x7 0x4>;
|
D | tqm8548-bigflash.dts | 447 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 468 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | tqm8548.dts | 447 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 468 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | bluestone.dts | 160 /*RXEOB*/ 0x7 0x4 377 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | taishan.dts | 171 interrupts = <0x7 0x4>; 407 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | canyonlands.dts | 160 /*RXEOB*/ 0x7 0x4 489 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 531 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | glacier.dts | 154 /*RXEOB*/ 0x7 0x4 526 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 568 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | mpc7448hpc2.dts | 156 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | holly.dts | 155 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8349emitxgp.dts | 229 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | acadia.dts | 153 interrupts = <0x7 0x4>;
|
D | klondike.dts | 129 /*RXEOB*/ 0x7 0x4
|
D | stx_gp3_8560.dts | 264 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | pq2fads.dts | 90 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | tqm8541.dts | 307 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8272ads.dts | 92 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | warp.dts | 123 interrupts = <0x7 0x4>;
|
D | tqm8555.dts | 307 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | tqm8540.dts | 327 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | socrates.dts | 339 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | hotfoot.dts | 280 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | sbc8349.dts | 307 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc832x_rdb.dts | 338 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | tqm8560.dts | 380 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | obs600.dts | 235 interrupts = <0x7 0x4>;
|
D | ebony.dts | 135 interrupts = <0x7 0x4>;
|
D | mpc8313erdb.dts | 334 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | arches.dts | 166 /*RXEOB*/ 0x7 0x4
|
D | xpedite5200.dts | 454 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8315erdb.dts | 368 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8379_mds.dts | 399 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | eiger.dts | 130 /*RXEOB*/ 0x7 0x4
|
D | mpc836x_mds.dts | 425 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc832x_mds.dts | 380 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8378_mds.dts | 369 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8377_mds.dts | 385 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | xcalibur1501.dts | 674 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | virtex440-ml510.dts | 355 interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-xp-mv78460.dtsi | 142 0x82000000 0x7 0 MBUS_ID(0x08, 0xb8) 0 1 0 /* Port 1.2 MEM */ 143 0x81000000 0x7 0 MBUS_ID(0x08, 0xb0) 0 1 0 /* Port 1.2 IO */ 262 ranges = <0x82000000 0 0 0x82000000 0x7 0 1 0 263 0x81000000 0 0 0x81000000 0x7 0 1 0>;
|
D | armada-xp-mv78260.dtsi | 124 0x82000000 0x7 0 MBUS_ID(0x08, 0xb8) 0 1 0 /* Port 1.2 MEM */ 125 0x81000000 0x7 0 MBUS_ID(0x08, 0xb0) 0 1 0 /* Port 1.2 IO */ 241 ranges = <0x82000000 0 0 0x82000000 0x7 0 1 0 242 0x81000000 0 0 0x81000000 0x7 0 1 0>;
|
D | sama5d3xcm.dtsi | 58 reg = <0x7>;
|
D | mt6592.dtsi | 65 reg = <0x7>;
|
D | armada-385-linksys-cobra.dts | 88 reg = <0x7>;
|
D | armada-385-linksys-caiman.dts | 88 reg = <0x7>;
|
D | integratorap.dts | 87 interrupt-map-mask = <0xf800 0 0 0x7>;
|
D | at91-sama5d3_xplained.dts | 126 reg = <0x7>;
|
D | spear1310-evb.dts | 367 pl022,ctrl-len = <0x7>;
|
D | spear1340-evb.dts | 476 pl022,ctrl-len = <0x7>;
|
D | armada-xp-linksys-mamba.dts | 195 reg = <0x7>;
|
D | r8a7794.dtsi | 666 interrupt-map-mask = <0xff00 0 0 0x7>; 701 interrupt-map-mask = <0xff00 0 0 0x7>;
|
D | r8a7790.dtsi | 1489 interrupt-map-mask = <0xff00 0 0 0x7>; 1524 interrupt-map-mask = <0xff00 0 0 0x7>; 1545 interrupt-map-mask = <0xff00 0 0 0x7>;
|
D | r8a7791.dtsi | 1500 interrupt-map-mask = <0xff00 0 0 0x7>; 1535 interrupt-map-mask = <0xff00 0 0 0x7>;
|
D | imx6qdl.dtsi | 183 interrupt-map-mask = <0 0 0 0x7>;
|
D | omap5.dtsi | 999 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
|
D | dra7.dtsi | 1237 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | mvebu-pci.txt | 120 0x82000000 0x7 0 MBUS_ID(0x08, 0xb8) 0 1 0 /* Port 1.2 MEM */ 121 0x81000000 0x7 0 MBUS_ID(0x08, 0xb0) 0 1 0 /* Port 1.2 IO */ 244 ranges = <0x82000000 0 0 0x82000000 0x7 0 1 0 245 0x81000000 0 0 0x81000000 0x7 0 1 0>;
|
D | host-generic-pci.txt | 97 0x1800 0x0 0x0 0x1 &gic 0x0 0x7 0x1>; 100 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | fsl,imx6q-pcie.txt | 33 interrupt-map-mask = <0 0 0 0x7>;
|
D | 83xx-512x-pci.txt | 13 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | pci-rcar-gen2.txt | 41 interrupt-map-mask = <0xff00 0 0 0x7>;
|
D | xgene-pci.txt | 44 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | xgene-pci-msi.txt | 60 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
/linux-4.4.14/arch/sparc/lib/ |
D | NG2memcpy.S | 88 #define FREG_FROB(x0, x1, x2, x3, x4, x5, x6, x7, x8) \ argument 95 faligndata %x6, %x7, %f12; \ 96 faligndata %x7, %x8, %f14; 133 #define FREG_MOVE_8(x0, x1, x2, x3, x4, x5, x6, x7) \ argument 141 fsrc2 %x7, %f14;
|
/linux-4.4.14/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 7 top of the character to the bottom. On a 5x7 matrix, only the 5 lower
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | brcm,gisb-arb.txt | 32 brcm,gisb-arb-master-mask = <0x7>;
|
/linux-4.4.14/arch/mips/boot/dts/lantiq/ |
D | easy50712.dts | 105 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | adi,adau1701.txt | 36 adi,pin-config = /bits/ 8 <0x4 0x7 0x5 0x5 0x4 0x4
|
/linux-4.4.14/Documentation/networking/ |
D | tlan.txt | 80 ether=0,0,0x1,0x7,eth0 82 This sets aui to 0x1 and debug to 0x7, assuming eth0 is a
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | README.vbi | 43 #define IVTV_SLICED_TYPE_VPS 0x7 // Video Programming System (PAL) (line 16)
|
/linux-4.4.14/arch/arm64/boot/dts/apm/ |
D | apm-storm.dtsi | 535 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 560 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 585 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 610 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 635 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
/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/interrupt-controller/ |
D | brcm,bcm7120-l2-intc.txt | 89 brcm,int-fwd-mask = <0x7>;
|
/linux-4.4.14/arch/arm64/boot/dts/amd/ |
D | amd-seattle-soc.dtsi | 154 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | snps,dwc-qos-ethernet.txt | 60 snps,burst-map = <0x7>;
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 57 * Bytes 0x0 to 0x7 cover the data register.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | emu10k1-jack.txt | 65 capture_10 asio7 FXBUS2(0x7)
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.txt | 33 aligned with AHBBRST at SBUSCFG, the range is from 0x0 to 0x7. This
|
/linux-4.4.14/arch/m32r/platforms/mappi3/ |
D | dot.gdbinit | 48 set *(unsigned long *)0x00ef4004 = 0x7
|
/linux-4.4.14/Documentation/usb/ |
D | acm.txt | 121 acm.c: acm_control_msg: rq: 0x20 val: 0x0 len: 0x7 result: 7
|
/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/m32r/platforms/mappi/ |
D | dot.gdbinit.smp | 71 set *(unsigned long *)0x00ef4004 = 0x7
|
/linux-4.4.14/Documentation/powerpc/ |
D | qe_firmware.txt | 160 | | | CECR = 0x7'b{0}, 8'b{Enet TX thread SNUM}, |
|
/linux-4.4.14/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_3xxx.dts | 279 reg = <0x7>; /* Port */
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-parameters.txt | 312 to 0x7 (5.25ms). (default=7)
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | marvell.txt | 408 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 2720 const AHD_AMPLITUDE_MASK 0x7 2722 const AHD_AMPLITUDE_DEF 0x7
|
D | aic7xxx.seq | 2279 and A, ~0x7;
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 1647 $ echo 0x7 > /proc/self/coredump_filter
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1011 TR I R STD <pgd|0x7> 0.ffffffffffffffff
|