Home
last modified time | relevance | path

Searched refs:a7 (Results 1 – 92 of 92) sorted by relevance

/linux-4.1.27/arch/xtensa/lib/
Dmemcopy.S85 add a7, a3, a4 # a7 = end address for source
93 bne a3, a7, .Lnextbyte # continue loop if $a3:src != $a7:src_end
118 l8ui a7, a3, 1
122 s8i a7, a5, 1
138 srli a7, a4, 4 # number of loop iterations with 16B
147 loopnez a7, .Loop1done
149 beqz a7, .Loop1done
150 slli a8, a7, 4
155 l32i a7, a3, 4
158 s32i a7, a5, 4
[all …]
Dusercopy.S88 srli a7, a4, 4 # number of loop iterations with 16B
116 EX(l8ui, a7, a3, 1, l_fixup)
119 EX(s8i, a7, a5, 1, s_fixup)
135 add a7, a3, a4 # a7 = end address for source
143 blt a3, a7, .Lnextbyte
157 loopnez a7, .Loop1done
159 beqz a7, .Loop1done
160 slli a8, a7, 4
165 EX(l32i, a7, a3, 4, l_fixup)
168 EX(s32i, a7, a5, 4, s_fixup)
[all …]
Dchecksum.S64 l32i a7, a2, 4
66 ONES_ADD(a4, a7)
68 l32i a7, a2, 12
70 ONES_ADD(a4, a7)
72 l32i a7, a2, 20
74 ONES_ADD(a4, a7)
76 l32i a7, a2, 28
78 ONES_ADD(a4, a7)
144 l16ui a7, a2, 1 /* bits 8..23 */
151 slli a7, a7, 8
[all …]
Dmemset.S48 slli a7, a3, 8 # duplicate character in all bytes of word
49 or a3, a3, a7 # ...
50 slli a7, a3, 16 # ...
51 or a3, a3, a7 # ...
56 srli a7, a4, 4 # number of loop iterations with 16B
69 loopnez a7, .Loop1done
71 beqz a7, .Loop1done
72 slli a6, a7, 4
Dstrnlen_user.S46 # a7/ mask2
62 movi a7, MASK2 # mask for byte 2
84 bnone a9, a7, .Lz2 # if byte 2 is zero
136 bnone a9, a7, .Lz2 # if byte 2 (of word, not string) is zero
Dstrncpy_user.S49 # a7/ mask2
67 movi a7, MASK2 # mask for byte 2
124 bnone a9, a7, .Lz2 # if byte 2 is zero
138 bnone a9, a7, .Lz0 # if byte 2 is zero
/linux-4.1.27/arch/m68k/fpsp040/
Dx_fline.S38 cmpw #UNIMP_VEC,EXC_VEC-4(%a7)
44 subl #4,%a7 |4 accounts for 2-word difference
48 fsave -(%a7)
53 addl #4,%a6 |to offset the sub.l #4,a7 above so that
68 cmpib #VER_40,(%a7) |test for orig unimp frame
70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave
71 moveb #VER_40,(%a7)
72 moveb #UNIMP_40_SIZE-4,1(%a7)
73 clrw 2(%a7)
76 cmpib #VER_41,(%a7) |test for rev unimp frame
[all …]
Dx_snan.S44 fsave -(%a7)
75 frestore (%a7)+
89 moveb (%a7),VER_TMP(%a6)
90 cmpib #VER_40,(%a7) |test for orig unimp frame
97 clrl (%a7)
99 clrl -(%a7) |clear and dec a7
101 moveb VER_TMP(%a6),(%a7) |format a busy frame
102 moveb #BUSY_SIZE-4,1(%a7)
108 frestore (%a7)+
117 moveb (%a7),VER_TMP(%a6)
[all …]
Dgen_except.S58 cmpib #IDLE_SIZE-4,1(%a7) |test for idle frame
60 cmpib #UNIMP_40_SIZE-4,1(%a7) |test for orig unimp frame
62 cmpib #UNIMP_41_SIZE-4,1(%a7) |test for rev unimp frame
64 cmpib #BUSY_SIZE-4,1(%a7) |if size <> $60, fmt error
66 leal BUSY_SIZE+LOCAL_SIZE(%a7),%a1 |init a1 so fpsp.h
102 cmpib #UNIMP_40_SIZE-4,1(%a7) |test for orig unimp frame
104 leal UNIMP_40_SIZE+LOCAL_SIZE(%a7),%a1
107 cmpib #UNIMP_41_SIZE-4,1(%a7) |test for rev unimp frame
109 leal UNIMP_41_SIZE+LOCAL_SIZE(%a7),%a1
131 addl #4,%a7 |point A7 back to unimp frame
[all …]
Dbugfix.S174 cmpib #VER_40,4(%a7)
271 movel (%a7)+,%d1 |save return address from bsr
272 frestore (%a7)+
273 fsave -(%a7)
277 cmpw #0x4060,(%a7)
309 clrl (%a7)
311 clrl -(%a7)
313 movel #0x40600000,-(%a7)
318 movel %d1,-(%a7) |return bsr return address
397 movel (%a7)+,%d1 |save return address from bsr
[all …]
Dsto_res.S37 fmovemx %fp1-%fp1,-(%a7)
42 fmovemx (%a7)+,%d0
70 fmovemx %fp0-%fp0,-(%a7)
75 fmovemx (%a7)+,%d0
Dx_unfl.S47 fsave -(%a7)
76 frestore (%a7)+
111 frestore (%a7)+
130 frestore (%a7)+
147 movew #0,-(%a7)
148 movew %d0,-(%a7) |copy RND_PREC to stack
194 addl (%a7)+,%d1 |merge PREC/MODE
Dx_unimp.S44 fsave -(%a7)
49 moveb (%a7),%d0 |test for valid version num
69 fsave -(%a7) |capture possible exc state
Dstanh.S105 movel %d1,-(%a7)
109 movel (%a7)+,%d1
141 movel %d1,-(%a7)
145 movel (%a7)+,%d1
Dsgetem.S118 movel %d3,-(%a7) |save d3
122 movel (%a7)+,%d3 |restore d3
126 moveml %d3/%d5/%d6,-(%a7) |save registers
136 moveml (%a7)+,%d3/%d5/%d6 |restore registers
Dx_operr.S249 movel %d1,-(%a7) |save register size
251 movel (%a7)+,%d1
256 | the stack at (a7). D1 has size: 1=byte,2=word,4=long/single
315 frestore (%a7)+
341 frestore (%a7)+
Dsasin.S76 fmovemx %fp2-%fp2,-(%a7)
80 fmovemx (%a7)+,%fp2-%fp2
Dget_op.S535 fmovemx %fp0-%fp1,-(%a7) |save fp0 - decbin returns in it
538 fmovemx (%a7)+,%fp0-%fp1
604 fmovemx %fp0-%fp1,-(%a7) |save fp0 ,fp1 - decbin returns in fp0
608 fmovemx (%a7)+,%fp0-%fp1
Dround.S144 moveml %d2/%d3,-(%a7) |make some temp registers
173 moveml (%a7)+,%d2/%d3 |restore scratch registers
322 moveml (%a7)+,%d2/%d3/%d5/%d6
338 moveml (%a7)+,%d2/%d3/%d5/%d6
362 movel %d6,-(%a7)
378 moveml (%a7)+,%d7/%d6 |restore registers
395 movel (%a7)+,%d7
Dsetox.S485 fmovemx %fp2-%fp2/%fp3,-(%a7) | ...save fp2
554 fmovemx (%a7)+,%fp2-%fp2/%fp3 | ...fp2 restored
586 fmovemx %fp2-%fp2/%fp3,-(%a7) | ...save fp2
652 fmovemx %fp2-%fp2/%fp3,-(%a7) | ...save fp2
724 fmovemx (%a7)+,%fp2-%fp2/%fp3 | ...fp2 restored
802 fmovemx %fp2-%fp2/%fp3,-(%a7) | ...save fp2
842 fmovemx (%a7)+,%fp2-%fp2/%fp3 | ...fp2 restored
Dx_ovfl.S59 fsave -(%a7)
Dbinstr.S74 moveml %d0-%d7,-(%a7)
137 moveml (%a7)+,%d0-%d7
Dscale.S170 movel %d2,-(%a7) |free d2 for norm
199 movel (%a7)+,%d2
Dssin.S513 movel (%a7)+,%d2
514 fmovemx (%a7)+,%fp2-%fp5
591 movel %d2,-(%a7)
604 movel (%a7)+,%d2
Dstan.S311 fmovemx %fp2-%fp5,-(%a7) | ...save FP2 through FP5
312 movel %d2,-(%a7)
Ddecbin.S121 moveml %d2-%d5,-(%a7)
503 moveml (%a7)+,%d2-%d5
Dutil.S307 movel #0,-(%a7) |reserve a word on the stack
308 leal 2(%a7),%a1 |point to low word of temporary
311 movel (%a7)+,%d0
Dsrem_mod.S110 moveml %d2-%d7,-(%a7) | ...save data registers
378 moveml (%a7)+,%d2-%d7
Dfpsp.h19 | fsave -(a7)
53 | frestore (a7)+
Dsatan.S295 movel %d2,-(%a7) | ...SAVE d2 TEMPORARILY
Dbindec.S165 moveml %d2-%d7/%a2,-(%a7)
166 fmovemx %fp0-%fp2,-(%a7)
Dres_func.S1907 movew 2(%a7),%d1 |set rounding precision
1918 addw #4,%a7 |pop stack
/linux-4.1.27/arch/xtensa/boot/boot-redboot/
Dbootstrap.S93 mov.n a7, a0
97 l32i a10, a7, 0
98 l32i a11, a7, 4
101 l32i a10, a7, 8
102 l32i a11, a7, 12
106 addi a7, a7, 16
150 movi a7, __bss_end
155 blt a6, a7, 3b
176 movi a7, 0x1000000
184 # a7 maximum size of destination
[all …]
/linux-4.1.27/arch/xtensa/kernel/
Dmcount.S32 1: xor a7, a2, a1
34 and a7, a7, a3
35 xor a7, a7, a1
Dalign.S171 s32i a7, a2, PT_AREG7
204 rsr a7, epc1 # load exception address
206 and a3, a3, a7 # mask lower bits
211 __ssa8 a7
250 addi a7, a7, 2 # increment PC (assume 16-bit insn)
255 addi a7, a7, 1
257 addi a7, a7, 3
331 l32i a7, a2, PT_AREG7
347 1: # a7: instruction pointer, a4: instruction, a3: value
352 addi a7, a7, 2 # incr. PC,assume 16-bit instruction
[all …]
Dentry.S154 s32i a7, a1, PT_AREG7
386 save_xtregs_opt a1 a2 a4 a5 a6 a7 PT_XTREGS_OPT
410 mov a7, a0 # pass EXCCAUSE
500 load_xtregs_opt a1 a2 a4 a5 a6 a7 PT_XTREGS_OPT
527 rotw -1 # we restore a4..a7
540 2: rotw -1 # a0..a3 become a4..a7
541 addi a3, a7, -4*4 # next iteration
546 l32i a7, a3, PT_AREG_END + 12
558 addi a3, a7, -1
562 movi a7, 0
[all …]
Dvectors.S718 s32e a7, a0, -20
729 l32e a7, a1, -12
731 l32e a4, a7, -32
733 l32e a5, a7, -28
734 l32e a6, a7, -24
735 l32e a7, a7, -20
752 s32e a7, a0, -36
774 l32e a7, a11, -36
Dhead.S235 2: l32i a7, a6, 0 # load word
237 s32i a7, a4, 0 # store word
Dcoprocessor.S63 xchal_cp##x##_store a2 a4 a5 a6 a7; \
80 xchal_cp##x##_load a2 a4 a5 a6 a7; \
/linux-4.1.27/arch/xtensa/include/asm/
Dinitialize_mmu.h98 addi a7, a2, -1
99 wdtlb a3, a7
100 witlb a3, a7
153 idtlb a7
154 iitlb a7
171 movi a7, CA_WRITEBACK
182 or a3, a3, a7
183 or a4, a4, a7
/linux-4.1.27/arch/arm/boot/dts/
Dmt6592.dtsi29 compatible = "arm,cortex-a7";
34 compatible = "arm,cortex-a7";
39 compatible = "arm,cortex-a7";
44 compatible = "arm,cortex-a7";
49 compatible = "arm,cortex-a7";
54 compatible = "arm,cortex-a7";
59 compatible = "arm,cortex-a7";
64 compatible = "arm,cortex-a7";
104 compatible = "arm,cortex-a7-gic";
Dmt8127.dtsi29 compatible = "arm,cortex-a7";
34 compatible = "arm,cortex-a7";
39 compatible = "arm,cortex-a7";
44 compatible = "arm,cortex-a7";
100 compatible = "arm,cortex-a7-gic";
Dmt6589.dtsi30 compatible = "arm,cortex-a7";
35 compatible = "arm,cortex-a7";
40 compatible = "arm,cortex-a7";
45 compatible = "arm,cortex-a7";
100 compatible = "arm,cortex-a7-gic";
Dexynos5260.dtsi50 compatible = "arm,cortex-a7";
57 compatible = "arm,cortex-a7";
64 compatible = "arm,cortex-a7";
71 compatible = "arm,cortex-a7";
Dmt8135.dtsi49 compatible = "arm,cortex-a7";
55 compatible = "arm,cortex-a7";
Dls1021a.dtsi70 compatible = "arm,cortex-a7";
77 compatible = "arm,cortex-a7";
93 compatible = "arm,cortex-a7-pmu";
107 compatible = "arm,cortex-a7-gic";
Dsun9i-a80.dtsi64 compatible = "arm,cortex-a7";
70 compatible = "arm,cortex-a7";
76 compatible = "arm,cortex-a7";
82 compatible = "arm,cortex-a7";
388 compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
Dsun6i-a31.dtsi100 compatible = "arm,cortex-a7";
106 compatible = "arm,cortex-a7";
112 compatible = "arm,cortex-a7";
118 compatible = "arm,cortex-a7";
129 compatible = "arm,cortex-a7-pmu", "arm,cortex-a15-pmu";
867 compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
Dvexpress-v2p-ca15_a7.dts54 compatible = "arm,cortex-a7";
62 compatible = "arm,cortex-a7";
70 compatible = "arm,cortex-a7";
Dexynos3250.dtsi53 compatible = "arm,cortex-a7";
60 compatible = "arm,cortex-a7";
551 compatible = "arm,cortex-a7-pmu";
Dkirkwood-openblocks_a7.dts20 compatible = "plathome,openblocks-a7", "marvell,kirkwood-88f6283", "marvell,kirkwood";
Dexynos5420.dtsi92 compatible = "arm,cortex-a7";
100 compatible = "arm,cortex-a7";
108 compatible = "arm,cortex-a7";
116 compatible = "arm,cortex-a7";
Dsun8i-a23.dtsi78 compatible = "arm,cortex-a7";
84 compatible = "arm,cortex-a7";
519 compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
Dr8a7794.dtsi28 compatible = "arm,cortex-a7";
35 compatible = "arm,cortex-a7";
42 compatible = "arm,cortex-a7-gic";
Dsun7i-a20.dtsi101 compatible = "arm,cortex-a7";
122 compatible = "arm,cortex-a7";
173 compatible = "arm,cortex-a7-pmu", "arm,cortex-a15-pmu";
1207 compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
Datlas7.dtsi31 compatible = "arm,cortex-a7";
36 compatible = "arm,cortex-a7";
Dr8a7790.dtsi88 compatible = "arm,cortex-a7";
95 compatible = "arm,cortex-a7";
102 compatible = "arm,cortex-a7";
109 compatible = "arm,cortex-a7";
/linux-4.1.27/arch/xtensa/mm/
Dmisc.S36 __loopi a2, a7, PAGE_SIZE, 32
45 __endla a2, a7, 32
135 __loopi a2, a7, PAGE_SIZE, 32
144 __endla a2, a7, 32
172 movi a7, 0
187 addi a7, a5, PAGE_KERNEL
190 wdtlb a7, a8
223 bnez a7, 2f
229 bnez a7, 2f
253 movi a7, 0 # required for exception handler
[all …]
/linux-4.1.27/arch/m68k/coldfire/
Dhead.S177 movel #CONFIG_VECTORBASE,%a7
178 movec %a7,%VBR /* set vectors addr */
179 movel %a7,_ramvec
181 movel #CONFIG_RAMBASE,%a7 /* mark the base of RAM */
182 movel %a7,_rambase
185 addl %a7,%d0
/linux-4.1.27/arch/nios2/lib/
Dmemcpy.c75 register op_t a0, a1, a2, a3, a4, a5, a6, a7; in _wordcopy_fwd_aligned() local
84 a7 = ((op_t *) srcp)[7]; in _wordcopy_fwd_aligned()
92 ((op_t *) dstp)[7] = a7; in _wordcopy_fwd_aligned()
/linux-4.1.27/drivers/cpufreq/
Dexynos-cpufreq.h27 #define APLL_FREQ(f, a0, a1, a2, a3, a4, a5, a6, a7, b0, b1, b2, m, p, s) \ argument
31 (a4) << 16 | (a5) << 20 | (a6) << 24 | (a7) << 28), \
/linux-4.1.27/Documentation/devicetree/bindings/cpufreq/
Darm_big_little_dt.txt48 compatible = "arm,cortex-a7";
61 compatible = "arm,cortex-a7";
/linux-4.1.27/arch/m68k/ifpsp060/src/
Disp.S478 # mul64() may use ()+ addressing and may, therefore, alter a7
484 btst &mia7_bit,SPCOND_FLG(%a6) # was a7 changed?
491 # div64() may use ()+ addressing and may, therefore, alter a7.
497 btst &mia7_bit,SPCOND_FLG(%a6) # was a7 changed?
506 # here, a7 has been incremented by 4 bytes in supervisor mode. we still
508 # (i) (a7)+
509 # (ii) (a7)+; trace
510 # (iii) (a7)+; divide-by-zero
579 # changed. we don't have to update a7 for supervisor mose because that case
889 # future access error; if -(a7), set mda7_flg in #
[all …]
Ditest.S2986 mov.l %a7,%a0
2987 lea EAMEM+0x4(%a6),%a7
2993 mulu.l -(%a7),%d2:%d3
3001 mov.l %a0,%a7
3401 mov.l %a7,%a0
3402 lea EAMEM(%a6),%a7
3409 mulu.l (0x10.b,%a7,%d4.w*1),%d2:%d3
3415 mov.l %a0,%a7
3569 mov.l %a7,%a0
3570 lea EAMEM(%a6),%a7
[all …]
Dpfpsp.S1221 # stack an ea. however, we don't need an a7' for this case anyways.
1565 mov.l EXC_A7(%a6),%a0 # restore a7
1885 mov.l EXC_A7(%a6),%a0 # update user a7
1901 # addressing mode was (a7)+. if so, we'll need to shift the
1982 mov.l EXC_A7(%a6),%a0 # update user a7
2116 mov.l EXC_A7(%a6),%a0 # update user a7
2132 # addressing mode was -(a7). if so, we'll need to shift the
3295 # was -(a7) from supervisor mode, then the exception frame currently #
4693 mov.l EXC_A7(%a6),%a0 # Get current a7
4758 mov.l EXC_A7(%a6),%d0 # Get current a7
[all …]
Dfpsp.S1222 # stack an ea. however, we don't need an a7' for this case anyways.
1566 mov.l EXC_A7(%a6),%a0 # restore a7
1886 mov.l EXC_A7(%a6),%a0 # update user a7
1902 # addressing mode was (a7)+. if so, we'll need to shift the
1983 mov.l EXC_A7(%a6),%a0 # update user a7
2117 mov.l EXC_A7(%a6),%a0 # update user a7
2133 # addressing mode was -(a7). if so, we'll need to shift the
3296 # was -(a7) from supervisor mode, then the exception frame currently #
4038 mov.l %a0,EXC_A7(%a6) # store a7'
4150 sub.l OLD_A7(%a6),%d0 # subtract old a7'
[all …]
Dfplsp.S289 set EXC_A7, EXC_AREGS+(7*4) # offset of saved a7
290 set OLD_A7, EXC_AREGS+(6*4) # extra copy of saved a7
527 set mia7_flg, 0x04 # flag bit: (a7)+ <ea>
528 set mda7_flg, 0x08 # flag bit: -(a7) <ea>
/linux-4.1.27/arch/tile/kernel/
Dhvglue_trace.c158 #define __HV_DECL7(t7, a7, ...) t7 a7, __HV_DECL6(__VA_ARGS__) argument
167 #define __HV_PASS7(t7, a7, ...) a7, __HV_PASS6(__VA_ARGS__) argument
/linux-4.1.27/arch/powerpc/crypto/
Daes-tab-4k.S106 .long R(93, c4, c4, 57), R(55, a7, a7, f2)
116 .long R(a7, de, de, 79), R(bc, 5e, 5e, e2)
153 .long R(07, 8e, 8e, 89), R(33, 94, 94, a7)
169 .long R(51, f4, a7, 50), R(7e, 41, 65, 53)
201 .long R(8a, cf, 1c, 2b), R(a7, 79, b4, 92)
259 .long R(c8, ac, 99, 3b), R(10, 18, 7d, a7)
270 .long R(e0, 90, d0, b0), R(33, a7, d8, 15)
/linux-4.1.27/arch/mips/kernel/
Dmcount.S33 PTR_S a7, PT_R11(sp)
48 PTR_L a7, PT_R11(sp)
Dscall64-o32.S75 4: lw a7, 28(t0) # argument #8 from usp (for indirect syscalls)
111 sd a7, PT_R11(sp) # For indirect syscalls
143 ld a7, PT_R11(sp) # For indirect syscalls
197 move a6, a7
/linux-4.1.27/arch/mips/include/asm/
Dregdef.h79 #define a7 $11 macro
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S72 # r0 = {a7 a6 a5 a4 a3 a2 a1 a0}
89 # r7 = {h7 g7 f7 e7 d7 c7 b7 a7}
95 vshufps $0xEE, \r1, \r0, \r0 # r0 = {b7 b6 a7 a6 b3 b2 a3 a2}
100 vshufps $0xDD, \r2, \r0, \r0 # r0 = {d7 c7 b7 a7 d3 c3 b3 a3}
118 vperm2f128 $0x13, \r0, \r4, \r7 # h7...a7
/linux-4.1.27/arch/c6x/kernel/
Dsignal.c46 COPY(a0); COPY(a1); COPY(a2); COPY(a3); COPY(a5); COPY(a7); COPY(a9); in restore_sigcontext()
111 COPY(a0); COPY(a1); COPY(a2); COPY(a3); COPY(a5); COPY(a7); COPY(a9); in setup_sigcontext()
Dasm-offsets.c56 OFFSET(REGS_A7, pt_regs, a7); in foo()
Dtraps.c44 pr_err("A7: %08lx B7: %08lx\n", regs->a7, regs->b7); in show_regs()
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dtopology.txt450 compatible = "arm,cortex-a7";
456 compatible = "arm,cortex-a7";
462 compatible = "arm,cortex-a7";
468 compatible = "arm,cortex-a7";
Dpmu.txt16 "arm,cortex-a7-pmu"
Dmarvell,kirkwood.txt64 "plathome,openblocks-a7"
Dcci.txt163 compatible = "arm,cortex-a7";
170 compatible = "arm,cortex-a7";
Dcpus.txt152 "arm,cortex-a7"
261 compatible = "arm,cortex-a7";
267 compatible = "arm,cortex-a7";
Didle-states.txt616 compatible = "arm,cortex-a7";
623 compatible = "arm,cortex-a7";
630 compatible = "arm,cortex-a7";
637 compatible = "arm,cortex-a7";
Dgic.txt17 "arm,cortex-a7-gic"
/linux-4.1.27/arch/mips/fw/lib/
Dcall_o32.S75 sw a7,5*O32_SZREG(fp)
/linux-4.1.27/arch/c6x/include/uapi/asm/
Dptrace.h153 REG_PAIR(a7, a6);
/linux-4.1.27/drivers/tty/vt/
Dcp437.uni36 0x15 U+00a7
183 0x9e U+20a7
/linux-4.1.27/arch/ia64/include/asm/
Dsal.h48 #define __IA64_FW_CALL(entry,result,a0,a1,a2,a3,a4,a5,a6,a7) \ argument
49 result = (*entry)(a0,a1,a2,a3,a4,a5,a6,a7)
/linux-4.1.27/arch/m68k/include/asm/
Dm53xxsim.h158 movel #0xFC098000, %a7
159 movel #0x0, (%a7)
/linux-4.1.27/Documentation/sysctl/
Dnet.txt162 84:50:f4:00:a8:15:d1:a7:e9:7f:1d:60:35:c7:47:25:42:97:74:ca:56:bb:b6:a1:d8: ... (52 bytes total)
173 84:50:f4:00:a8:15:d1:a7:e9:7f:1d:60:35:c7:47:25:42:97:74:ca:56:bb:b6:a1:d8:43:e3:c9:0c:fd:17:55:c2:…
/linux-4.1.27/Documentation/s390/
DDebugging390.txt610 400382: a7 da ff fa ahi %r13,-6 # basr trick
613 400386: a7 2a 00 05 ahi %r2,5 # add 5 to r2
630 40039a: a7 fa ff a0 ahi %r15,-96 # Make area for callee saving
632 4003a0: a7 da ff f0 ahi %r13,-16 # literal pool
638 4003ac: a7 28 00 05 lhi %r2,5 # Set first parameter to 5
654 400500: a7 d5 00 04 bras %r13,400508 <main+0xc>
658 40050a: a7 fa ff a0 ahi %r15,-96
662 400516: a7 28 00 05 lhi %r2,5
691 800005b0: a7 2a 00 05 ahi %r2,5
704 800005c6: a7 fb ff 60 aghi %r15,-160
[all …]
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt213 a7: CMPS/W/D Xv,Yv
508 a7: GrpRNG
715 a7: vfmsubadd213ps/d Vx,Hx,Wx (66),(v)
/linux-4.1.27/Documentation/video4linux/
Dgspca.txt81 zc3xx 046d:08a7 Logitech QuickCam Image