Home
last modified time | relevance | path

Searched refs:x6 (Results 1 – 123 of 123) sorted by relevance

/linux-4.4.14/arch/x86/crypto/
Dglue_helper-asm-avx.S18 #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 …]
Dglue_helper-asm-avx2.S13 #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 …]
Dcamellia-aesni-avx-asm_64.S49 #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 …]
Dcamellia-aesni-avx2-asm_64.S66 #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 …]
Dsalsa20-x86_64-asm_64.S123 # 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 …]
Dchacha20-avx2-x86_64.S90 # 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)
Dchacha20-ssse3-x86_64.S217 # 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]
Dsalsa20-i586-asm_32.S156 # 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/
Dhead.S328 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 …]
Dentry-ftrace.S187 stp x6, x7, [sp, #48]
195 ldp x6, x7, [sp, #48]
Dsleep.S94 compute_mpidr_hash x8, x3, x4, x5, x6, x7, x10
167 compute_mpidr_hash x7, x3, x4, x5, x6, x1, x2
Dentry.S48 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/
Daes-modes.S43 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 …]
Daes-ce-ccm-core.S37 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) */
Dsha1-ce-core.S74 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/
Dproc.S68 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/
Dhyp.S131 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 …]
Dvgic-v3-switch.S52 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/
Dcopy_page.S34 ldp x6, x7, [x1, #32]
40 stnp x6, x7, [x0, #32]
DMakefile14 -ffixed-x3 -ffixed-x4 -ffixed-x5 -ffixed-x6 \
Dstrlen.S47 has_nul2 .req x6
Dstrnlen.S48 has_nul1 .req x6
Dcopy_template.S43 dst .req x6
Dmemset.S49 zva_bits_x .req x6
Dmemmove.S49 dst .req x6
Dstrcmp.S56 syndrome .req x6
Dmemcmp.S52 diff .req x6
Dstrncmp.S56 diff .req x6
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dbrcm,brcmstb-gpio.txt69 interrupts = <0x6>;
81 interrupts = <0x6>;
82 interrupts-extended = <&irq0_aon_intc 0x6>,
/linux-4.4.14/arch/sparc/lib/
DNG2memcpy.S88 #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/
Dalps.txt105 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 …]
Delantech.txt342 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/
Dsbc8548.dts31 0x6 0x0 0xec000000 0x04000000>; /*64MB Flash*/
91 reg = <0x6 0x0 0x04000000>;
Dsbc8548-altflash.dts34 0x6 0x0 0xef800000 0x00800000>; /*8MB Flash*/
95 reg = <0x6 0x0 0x800000>;
Dredwood.dts125 interrupts = < /*TXEOB*/ 0x6 0x4
154 interrupts = <0x6 0x4>;
316 0x0 0x0 0x0 0x3 &UIC3 0x6 0x4 /* swizzled int C */
Darches.dts165 interrupts = < /*TXEOB*/ 0x6 0x4
187 interrupts = <0x6 0x4>;
Dmpc5121ads.dts174 0xb800 0x0 0x0 0x1 &cpld_pic 0x6 0x8
Deiger.dts129 interrupts = < /*TXEOB*/ 0x6 0x4
158 interrupts = <0x6 0x4>;
Dbluestone.dts159 interrupts = < /*TXEOB*/ 0x6 0x4
181 interrupts = <0x6 0x4>;
Dmvme5100.dts121 0x6800 0x0 0x0 0x2 &mpic 0x6 0x1
Dacadia.dts109 interrupts = <0x6 0x4>;
Dicon.dts145 interrupt-map = </*TXEOB*/ 0x0 &UIC1 0x6 0x4
396 0x0 0x0 0x0 0x3 &UIC3 0x6 0x4 /* swizzled int C */
Dklondike.dts128 interrupts = </*TXEOB*/ 0x6 0x4
Dkatmai.dts149 interrupt-map = </*TXEOB*/ 0x0 &UIC1 0x6 0x4
400 0x0 0x0 0x0 0x3 &UIC3 0x6 0x4 /* swizzled int C */
Dac14xx.dts50 0x6 0x0 0xe0200000 0x00080000>; /* CS6: asi2 */
Dsbc8548-post.dtsi138 interrupts = <0x6 0x1>;
Dcanyonlands.dts159 interrupts = < /*TXEOB*/ 0x6 0x4
215 interrupts = <0x6 0x4>;
Dglacier.dts153 interrupts = < /*TXEOB*/ 0x6 0x4
175 interrupts = <0x6 0x4>;
Dhaleakala.dts96 0x6 0x4>; /* ECC SEC Error */
Dobs600.dts110 0x6 0x4>; /* ECC SEC Error */
Dgef_sbc310.dts441 0x0000 0x0 0x0 0x3 &mpic 0x6 0x2
Dmakalu.dts97 0x6 0x4 /* ECC SEC Error */ >;
Dkilauea.dts106 0x6 0x4>; /* ECC SEC Error */
Dxpedite5301.dts586 0x0 0x0 0x0 0x3 &mpic 0x6 0x1
Dxpedite5370.dts584 0x0 0x0 0x0 0x3 &mpic 0x6 0x1
Dxpedite5330.dts653 0x0 0x0 0x0 0x3 &mpic 0x6 0x1
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dmdio-mux-mmioreg.txt25 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/
Dspear-keyboard.txt9 - st,mode: keyboard mode: 0 - 9x9, 1 - 6x6, 2 - 2x2
/linux-4.4.14/Documentation/frv/
Dgdbinit13 …: 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/
Darmada-xp-mv78460.dtsi140 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>;
Darmada-xp-mv78260.dtsi122 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>;
Dmt6592.dtsi60 reg = <0x6>;
Darmada-385-linksys-cobra.dts83 reg = <0x6>;
Darmada-385-linksys-caiman.dts83 reg = <0x6>;
Dbcm7445.dtsi220 interrupts-extended = <&irq0_aon_intc 0x6>,
Darmada-xp-linksys-mamba.dts190 reg = <0x6>;
Domap3-gta04.dtsi345 reg = <0x6>;
Dat91sam9x5.dtsi1075 trigger-value = <0x6>;
Dat91sam9g45.dtsi1070 trigger-value = <0x6>;
Dsama5d3.dtsi350 trigger-value = <0x6>;
Dsama5d4.dtsi1239 trigger-value = <0x6>;
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dmvebu-pci.txt118 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>;
Dhost-generic-pci.txt96 0x1000 0x0 0x0 0x1 &gic 0x0 0x6 0x1
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dtca6507.txt45 reg = <0x6>;
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dmvme2500.dts161 0x6 0x0 0x0 0xffc80000 0x00010000
209 reg = <0x6 0x0 0x10000>;
Dmpc8568mds.dts183 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
Dge_imp3a.dts34 0x6 0x0 0x0 0xfee00000 0x00040000
121 reg = <0x6 0x0 0x40000>;
Dmpc8572ds_camp_core1.dts90 0x6 0x7 0xe 0x5 /* Audio elgacy SATA */
Dp2020ds.dts29 0x6 0x0 0x0 0xffac0000 0x00040000>;
Dmpc8572ds.dts31 0x6 0x0 0x0 0xffac0000 0x00040000>;
Dmpc8572ds_36b.dts31 0x6 0x0 0xf 0xffac0000 0x00040000>;
Dmpc8569mds.dts154 0x0 0x6 0x2 0x0 0x3 0x0 /* ENET1_RXD0_SER1_RXD0 */
197 0x1 0x6 0x2 0x0 0x3 0x0 /* ENET3_RXD3_SER3_RXD3 */
299 reg = <0x6>;
Dp1021mds.dts216 0x0 0x6 0x2 0x0 0x2 0x0 /* ENET1_RXD0_SER1_RXD0 */
236 0x1 0x6 0x2 0x0 0x2 0x0 /* ENET5_RXD0_SER5_RXD0 */
Dp2020ds.dtsi130 reg = <0x6 0x0 0x40000>;
252 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
Dp1025twr.dtsi186 0x0 0x6 0x2 0x0 0x2 0x0 /* ENET1_RXD0_SER1_RXD0 */
206 0x1 0x6 0x2 0x0 0x2 0x0 /* ENET5_RXD0_SER5_RXD0 */
Dqoriq-fman-0.dtsi84 cell-index = <0x6>;
Dqoriq-fman-1.dtsi84 cell-index = <0x6>;
Dqoriq-fman3-0.dtsi77 cell-index = <0x6>;
Dqoriq-fman3-1.dtsi77 cell-index = <0x6>;
Dp1025rdb.dtsi259 0x0 0x6 0x2 0x0 0x2 0x0 /* ENET1_RXD0_SER1_RXD0 */
279 0x1 0x6 0x2 0x0 0x2 0x0 /* ENET5_RXD0_SER5_RXD0 */
Dp1025rdb_32b.dts107 reg = <0x6>;
Dmpc8544ds.dtsi131 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
Dmpc8572ds.dtsi143 reg = <0x6 0x0 0x40000>;
352 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
Dmpc8572si-post.dtsi94 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
Dmpc8544si-post.dtsi76 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
Dp2020si-post.dtsi93 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
Dp1020si-post.dtsi65 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
Dp1010si-post.dtsi64 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
Dp1021si-post.dtsi65 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
Dmpc8536si-post.dtsi76 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
Dp1022si-post.dtsi69 0000 0x0 0x0 0x3 &mpic 0x6 0x1 0x0 0x0
Dmpc8548cds.dtsi183 /* IDSEL 0x6 (PCIX Slot 4) */
Db4si-post.dtsi268 cell-index = <0x6>;
Dt1040si-post.dtsi338 cell-index = <0x6>;
Dt2081si-post.dtsi384 cell-index = <0x6>;
Dt4240si-post.dtsi614 cell-index = <0x6>;
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/
Dnvmem.txt50 reg = <0x6 0x2>
/linux-4.4.14/arch/ia64/kernel/
Dkprobes.c257 int x6=(kprobe_inst >> 27) & 0x3F; in unsupported_inst() local
258 if ((x6 == 0x10) || (x6 == 0x11)) { in unsupported_inst()
/linux-4.4.14/Documentation/
Dpnp.txt65 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/
Dat91_adc.txt85 trigger-value = <0x6>;
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dexynos_dp.txt48 LINK_RATE_1_62GBPS = 0x6, LINK_RATE_2_70GBPS = 0x0A
/linux-4.4.14/arch/arm64/kernel/vdso/
Dgettimeofday.S28 vdso_data .req x6
/linux-4.4.14/arch/blackfin/configs/
DCM-BF548_defconfig38 CONFIG_EBIU_FCTLVAL=0x6
DBF548-EZKIT_defconfig38 CONFIG_EBIU_FCTLVAL=0x6
/linux-4.4.14/Documentation/video4linux/bttv/
DTuners68 40x6: Tuner 5V
/linux-4.4.14/Documentation/sound/alsa/
Demu10k1-jack.txt64 capture_9 asio6 FXBUS2(0x6)
/linux-4.4.14/lib/fonts/
DKconfig79 bool "Mini 4x6 font"
/linux-4.4.14/Documentation/hwmon/
Dcoretemp7 CPUID: family 0x6, models 0xe (Pentium M DC), 0xf (Core 2 DC 65nm),
/linux-4.4.14/Documentation/DocBook/media/
Dselection.png.b6449 h98QHn1cPzQYFPR5+6x6+4RFRJ7IN40AAAA19dGfwp+Yx6HHPr4cQFgEAADQuNfwZy08inkEOzAu
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/
Dhip05_hns.dtsi45 0x6 0x4 0x7 0x4 0x8 0x4 0x9 0x4
/linux-4.4.14/arch/mips/boot/dts/cavium-octeon/
Docteon_3xxx.dts274 reg = <0x6>; /* Port */
/linux-4.4.14/Documentation/scsi/
Dncr53c8xx.txt367 860 0x6
/linux-4.4.14/Documentation/trace/
Dftrace.txt774 bash-4000 [01] 1477.606694: simple_strtoul+0x6/0xa0