/linux-4.1.27/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 | 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.1.27/arch/arm64/kvm/ |
D | hyp.S | 129 stp x6, x7, [x3, #16] 137 pop x6, x7 // x2, x3 142 stp x6, x7, [x3, #16] 155 ldp x6, x7, [x3, #16] 157 push x6, x7 161 ldp x6, x7, [x3, #48] 198 mrs x7, actlr_el1 219 stp x6, x7, [x3, #16] 261 mrs x7, dbgbcr2_el1 283 str x7, [x3, #(2 * 8)] [all …]
|
D | vgic-v3-switch.S | 54 mrs_s x7, ICH_EISR_EL2 87 mrs_s x7, ICH_LR2_EL2 109 str x7, [x3, #LR_OFFSET(2)] 215 ldr x7, [x3, #LR_OFFSET(2)] 237 msr_s ICH_LR2_EL2, x7
|
/linux-4.1.27/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.1.27/arch/arm64/mm/ |
D | cache.S | 59 mov x7, #0x7fff 60 and x7, x7, x1, lsr #13 // extract max number of the index size 66 lsl x6, x7, x2 71 subs x7, x7, #1 // decrement the index
|
D | proc.S | 117 mrs x7, ttbr1_el1 125 stp x6, x7, [x0, #32] 148 ldp x6, x7, [x0, #32] 158 msr ttbr1_el1, x7 159 tcr_set_idmap_t0sz x8, x7
|
/linux-4.1.27/arch/arm64/kernel/ |
D | sleep.S | 86 mrs x7, mpidr_el1 95 compute_mpidr_hash x8, x3, x4, x5, x6, x7, x10 160 compute_mpidr_hash x7, x3, x4, x5, x6, x1, x2 163 mov x7, xzr 168 ldr x0, [x0, x7, lsl #3]
|
D | head.S | 379 ldr x7, =MM_MMUFLAGS 429 create_block_map x0, x7, x3, x5, x6 439 create_block_map x0, x7, x3, x5, x6 455 create_block_map x0, x7, x3, x5, x6 478 adr_l x7, __bss_stop 480 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] 153 ldp x6, x7, [sp, #16 * 3] 709 ldp x6, x7, [sp, #S_X6]
|
/linux-4.1.27/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.1.27/arch/arm64/lib/ |
D | copy_page.S | 34 ldp x6, x7, [x1, #32] 40 stnp x6, x7, [x0, #32]
|
D | strlen.S | 48 tmp1 .req x7
|
D | strnlen.S | 49 has_nul2 .req x7
|
D | memcpy.S | 50 A_l .req x7
|
D | memmove.S | 51 A_l .req x7
|
D | memset.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.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-stp-xway.txt | 37 lantiq,groups = <0x7>; 39 lantiq,phy1 = <0x7>; 40 lantiq,phy2 = <0x7>;
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
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 | 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 | 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 | 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 | mpc8536ds.dts | 52 interrupt-map-mask = <0xf800 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 | 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 | haleakala.dts | 199 interrupts = <0x7 0x4>; 273 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | bamboo.dts | 132 interrupts = <0x7 0x4>; 200 interrupts = <0x7 0x4>;
|
D | c2k.dts | 245 interrupt-map-mask = <0x0000 0x0 0x0 0x7>; 266 interrupt-map-mask = <0xf800 0x00 0x00 0x7>;
|
D | kilauea.dts | 255 interrupts = <0x7 0x4>; 358 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 399 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
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 | yosemite.dts | 130 interrupts = <0x7 0x4>; 236 interrupts = <0x7 0x4>;
|
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 | 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 | gef_sbc610.dts | 159 reg = <0x7 0x14000 0x24>; 401 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | p1025twr.dtsi | 170 0x0 0x7 0x1 0x0 0x2 0x0 /* ENET1_TXD0_SER1_TXD0 */ 192 0x1 0x7 0x1 0x0 0x2 0x0 /* ENET5_TXD0_SER5_TXD0 */
|
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_ppc9a.dts | 161 reg = <0x7 0x14000 0x24>; 403 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8548cds.dtsi | 169 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 232 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 | stxssa8555.dts | 286 interrupt-map-mask = <0x1f800 0x0 0x0 0x7>; 357 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 | kuroboxHG.dts | 127 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | kuroboxHD.dts | 127 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 | mpc834x_mds.dts | 287 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 348 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | tqm8548-bigflash.dts | 447 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 468 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | taishan.dts | 171 interrupts = <0x7 0x4>; 407 interrupt-map-mask = <0xf800 0x0 0x0 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 | sequoia.dts | 170 interrupts = <0x7 0x4>; 302 interrupts = <0x7 0x4>;
|
D | bluestone.dts | 160 /*RXEOB*/ 0x7 0x4 377 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | tqm8548.dts | 447 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 468 interrupt-map-mask = <0xf800 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 | canyonlands.dts | 160 /*RXEOB*/ 0x7 0x4 489 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 531 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
D | mpc7448hpc2.dts | 156 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8569mds.dts | 155 0x0 0x7 0x2 0x0 0x1 0x0 /* ENET1_RXD1_SER1_RXD1 */ 278 reg = <0x7>;
|
D | mvme2500.dts | 117 reg = <0x7>;
|
D | holly.dts | 155 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | acadia.dts | 153 interrupts = <0x7 0x4>;
|
D | mpc8349emitxgp.dts | 229 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | klondike.dts | 129 /*RXEOB*/ 0x7 0x4
|
D | pq2fads.dts | 90 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | prpmc2800.dts | 236 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | stx_gp3_8560.dts | 264 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | tqm8555.dts | 307 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | tqm8540.dts | 327 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | warp.dts | 123 interrupts = <0x7 0x4>;
|
D | tqm8541.dts | 307 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8272ads.dts | 92 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | sbc8349.dts | 307 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 | mpc832x_rdb.dts | 338 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | ebony.dts | 135 interrupts = <0x7 0x4>;
|
D | obs600.dts | 235 interrupts = <0x7 0x4>;
|
D | tqm8560.dts | 380 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8313erdb.dts | 334 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | xpedite5200.dts | 454 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | arches.dts | 166 /*RXEOB*/ 0x7 0x4
|
D | mpc8540ads.dts | 272 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8379_mds.dts | 399 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8560ads.dts | 311 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc8378_mds.dts | 369 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | eiger.dts | 130 /*RXEOB*/ 0x7 0x4
|
D | mpc8315erdb.dts | 368 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc832x_mds.dts | 380 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
D | mpc836x_mds.dts | 425 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.1.27/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.1.27/arch/powerpc/platforms/pseries/ |
D | Kconfig | 125 bool "Hypervisor supplied PMU events (24x7 & GPCI)" 130 this enables code that uses the hcall GetPerfCounterInfo and 24x7 132 systems. 24x7 is available on Power 8 systems.
|
/linux-4.1.27/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.1.27/arch/powerpc/perf/ |
D | Makefile | 14 obj-$(CONFIG_HV_PERF_CTRS) += hv-24x7.o hv-gpci.o hv-common.o
|
/linux-4.1.27/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 | 57 reg = <0x7>;
|
D | mt6592.dtsi | 65 reg = <0x7>;
|
D | integratorap.dts | 87 interrupt-map-mask = <0xf800 0 0 0x7>;
|
D | spear1310-evb.dts | 367 pl022,ctrl-len = <0x7>;
|
D | armada-xp-linksys-mamba.dts | 193 reg = <0x7>;
|
D | spear1340-evb.dts | 476 pl022,ctrl-len = <0x7>;
|
D | r8a7790.dtsi | 1346 interrupt-map-mask = <0xff00 0 0 0x7>; 1380 interrupt-map-mask = <0xff00 0 0 0x7>; 1400 interrupt-map-mask = <0xff00 0 0 0x7>;
|
D | r8a7791.dtsi | 1349 interrupt-map-mask = <0xff00 0 0 0x7>; 1383 interrupt-map-mask = <0xff00 0 0 0x7>;
|
D | imx6qdl.dtsi | 155 interrupt-map-mask = <0 0 0 0x7>;
|
D | omap5.dtsi | 991 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
|
D | dra7.dtsi | 1181 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
|
/linux-4.1.27/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 | 96 0x1800 0x0 0x0 0x1 &gic 0x0 0x7 0x1>; 99 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 | 40 interrupt-map-mask = <0xff00 0 0 0x7>;
|
D | xgene-pci.txt | 44 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
/linux-4.1.27/arch/sparc/lib/ |
D | NG2memcpy.S | 82 #define FREG_FROB(x0, x1, x2, x3, x4, x5, x6, x7, x8) \ argument 89 faligndata %x6, %x7, %f12; \ 90 faligndata %x7, %x8, %f14; 127 #define FREG_MOVE_8(x0, x1, x2, x3, x4, x5, x6, x7) \ argument 135 fsrc2 %x7, %f14;
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/sound/ |
D | adi,adau1701.txt | 32 adi,pin-config = /bits/ 8 <0x4 0x7 0x5 0x5 0x4 0x4
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | brcm,gisb-arb.txt | 32 brcm,gisb-arb-master-mask = <0x7>;
|
/linux-4.1.27/arch/mips/boot/dts/lantiq/ |
D | easy50712.dts | 105 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
/linux-4.1.27/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.1.27/arch/arm64/boot/dts/apm/ |
D | apm-storm.dtsi | 391 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 414 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 437 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 460 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 483 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | README.vbi | 43 #define IVTV_SLICED_TYPE_VPS 0x7 // Video Programming System (PAL) (line 16)
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7120-l2-intc.txt | 89 brcm,int-fwd-mask = <0x7>;
|
/linux-4.1.27/arch/arm64/boot/dts/amd/ |
D | amd-seattle-soc.dtsi | 154 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | emu10k1-jack.txt | 65 capture_10 asio7 FXBUS2(0x7)
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 57 * Bytes 0x0 to 0x7 cover the data register.
|
/linux-4.1.27/arch/powerpc/boot/dts/fsl/ |
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 | mpc8572si-post.dtsi | 95 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
|
/linux-4.1.27/arch/m32r/platforms/mappi3/ |
D | dot.gdbinit | 48 set *(unsigned long *)0x00ef4004 = 0x7
|
/linux-4.1.27/Documentation/usb/ |
D | acm.txt | 121 acm.c: acm_control_msg: rq: 0x20 val: 0x0 len: 0x7 result: 7
|
/linux-4.1.27/arch/m32r/platforms/mappi/ |
D | dot.gdbinit.smp | 71 set *(unsigned long *)0x00ef4004 = 0x7
|
/linux-4.1.27/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_3xxx.dts | 279 reg = <0x7>; /* Port */
|
/linux-4.1.27/Documentation/powerpc/ |
D | qe_firmware.txt | 160 | | | CECR = 0x7'b{0}, 8'b{Enet TX thread SNUM}, |
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 309 to 0x7 (5.25ms). (default=7)
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | marvell.txt | 408 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
|
/linux-4.1.27/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.1.27/Documentation/filesystems/ |
D | proc.txt | 1630 $ echo 0x7 > /proc/self/coredump_filter
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1011 TR I R STD <pgd|0x7> 0.ffffffffffffffff
|