arch/alpha/include/uapi/asm/ptrace.h
28
unsigned long r7;
arch/alpha/kernel/process.c
298
dest[ 7] = pt->r7;
arch/alpha/kernel/ptrace.c
85
PT_REG( r4), PT_REG( r5), PT_REG( r6), PT_REG( r7),
arch/alpha/kernel/signal.c
167
err |= __get_user(regs->r7, sc->sc_regs+7);
arch/alpha/kernel/signal.c
290
err |= __put_user(regs->r7 , sc->sc_regs+7);
arch/alpha/kernel/traps.c
45
regs->r6, regs->r7, regs->r8);
arch/alpha/kernel/traps.c
650
R(r0), R(r1), R(r2), R(r3), R(r4), R(r5), R(r6), R(r7), R(r8),
arch/arc/include/asm/entry-arcv2.h
128
ST2 r6, r7, PT_r6
arch/arc/include/asm/entry-arcv2.h
228
LD2 r6, r7, PT_r6
arch/arc/include/asm/entry-compact.h
65
push r7
arch/arc/include/asm/entry-compact.h
79
pop r7
arch/arc/include/asm/ptrace.h
42
unsigned long r12, r11, r10, r9, r8, r7, r6, r5, r4, r3, r2, r1, r0;
arch/arc/include/asm/ptrace.h
88
unsigned long r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11;
arch/arc/include/asm/unwind.h
21
unsigned long r7;
arch/arc/include/asm/unwind.h
80
PTREGS_INFO(r7), \
arch/arc/include/uapi/asm/ptrace.h
40
unsigned long r12, r11, r10, r9, r8, r7, r6, r5, r4, r3, r2, r1, r0;
arch/arc/kernel/asm-offsets.c
60
DEFINE(PT_r7, offsetof(struct pt_regs, r7));
arch/arc/kernel/ptrace.c
125
membuf_store(&to, ptregs->r7);
arch/arc/kernel/ptrace.c
208
REG_IN_ONE(scratch.r7, &ptregs->r7);
arch/arc/kernel/ptrace.c
39
REG_OFFSET_NAME(r7),
arch/arc/kernel/ptrace.c
78
REG_OFFSET_NAME(r7),
arch/arc/kernel/signal.c
122
uregs.scratch.r7 = regs->r7;
arch/arc/kernel/signal.c
175
regs->r7 = uregs.scratch.r7;
arch/arc/kernel/troubleshoot.c
35
regs->r6, regs->r7, regs->r8,
arch/arm/include/asm/assembler.h
92
THUMB( fpreg .req r7 )
arch/arm/include/asm/processor.h
54
unsigned long r7, r8, r9; \
arch/arm/include/asm/processor.h
57
r7 = regs->ARM_r7; \
arch/arm/include/asm/processor.h
64
regs->ARM_r7 = r7; \
arch/arm/include/asm/thread_info.h
49
__u32 r7;
arch/arm/include/asm/thread_info.h
99
((unsigned long)(task_thread_info(tsk)->cpu_context.r7))
arch/arm/kernel/kgdb.c
94
gdb_regs[_R7] = ti->cpu_context.r7;
arch/arm/kernel/ptrace.c
76
REG_OFFSET_NAME(r7),
arch/csky/abiv1/inc/abi/entry.h
100
ldw r7, (sp, 4)
arch/csky/abiv1/inc/abi/entry.h
68
stw r7, (sp, 4)
arch/csky/abiv2/inc/abi/entry.h
272
bmaski r7, (PAGE_SHIFT + 1) /* r7 = 0x1fff */
arch/csky/abiv2/inc/abi/entry.h
273
andn r6, r7
arch/csky/abiv2/inc/abi/entry.h
277
movi r7, 0x00000006
arch/csky/abiv2/inc/abi/entry.h
278
or r8, r7
arch/csky/abiv2/inc/abi/entry.h
280
movi r7, 0x00001006
arch/csky/abiv2/inc/abi/entry.h
281
or r8, r7
arch/csky/abiv2/inc/abi/regdef.h
7
#define syscallid r7
arch/csky/abiv2/inc/abi/switch_context.h
16
unsigned long r7;
arch/hexagon/include/asm/elf.h
109
DEST.r7 = REGS->r07; \
arch/hexagon/include/uapi/asm/user.h
21
unsigned long r7;
arch/loongarch/include/asm/regdef.h
15
#define a3 $r7
arch/loongarch/kernel/ptrace.c
798
REG_OFFSET_NAME(r7, regs[7]),
arch/microblaze/include/asm/syscall.h
59
case 2: return regs->r7;
arch/microblaze/include/uapi/asm/elf.h
110
_r->r4 = _r->r5 = _r->r6 = _r->r7 = \
arch/microblaze/include/uapi/asm/ptrace.h
25
microblaze_reg_t r7;
arch/microblaze/kernel/asm-offsets.c
38
DEFINE(PT_R7, offsetof(struct pt_regs, r7));
arch/microblaze/kernel/process.c
31
regs->r5, regs->r6, regs->r7, regs->r8);
arch/microblaze/kernel/ptrace.c
150
audit_syscall_entry(regs->r12, regs->r5, regs->r6, regs->r7, regs->r8);
arch/microblaze/kernel/signal.c
127
COPY(r6); COPY(r7); COPY(r8); COPY(r9);
arch/microblaze/kernel/signal.c
218
regs->r7 = (unsigned long) &frame->uc; /* arg2: ucontext */
arch/microblaze/kernel/signal.c
66
COPY(r6); COPY(r7); COPY(r8); COPY(r9);
arch/mips/kernel/ptrace.c
871
REG_OFFSET_NAME(r7, regs[7]),
arch/nios2/include/asm/elf.h
52
pr_reg[14] = regs->r7; \
arch/nios2/include/asm/entry.h
44
stw r7, PT_R7(sp)
arch/nios2/include/asm/entry.h
55
stw r7, PT_ORIG_R7(sp)
arch/nios2/include/asm/entry.h
72
ldw r7, PT_R7(sp)
arch/nios2/include/asm/ptrace.h
37
unsigned long r7;
arch/nios2/include/asm/syscall.h
27
regs->r7 = regs->orig_r7;
arch/nios2/include/asm/syscall.h
33
return regs->r7 ? regs->r2 : 0;
arch/nios2/include/asm/syscall.h
48
regs->r7 = 1;
arch/nios2/include/asm/syscall.h
51
regs->r7 = 0;
arch/nios2/include/asm/syscall.h
61
*args++ = regs->r7;
arch/nios2/include/asm/syscall.h
72
regs->r7 = *args++;
arch/nios2/kernel/asm-offsets.c
36
OFFSET(PT_R7, pt_regs, r7);
arch/nios2/kernel/kgdb.c
27
{ "r7", GDB_SIZEOF_REG, offsetof(struct pt_regs, r7) },
arch/nios2/kernel/process.c
131
childregs->r7 = 0;
arch/nios2/kernel/process.c
182
fp->r4, fp->r5, fp->r6, fp->r7);
arch/nios2/kernel/process.c
83
regs->r5, regs->r6, regs->r7, regs->r8);
arch/nios2/kernel/setup.c
103
unsigned r7)
arch/nios2/kernel/setup.c
118
if (r7)
arch/nios2/kernel/setup.c
119
strscpy(cmdline_passed, (char *)r7, COMMAND_LINE_SIZE);
arch/nios2/kernel/signal.c
141
err |= __put_user(regs->r7, &gregs[6]);
arch/nios2/kernel/signal.c
263
regs->r7 = regs->orig_r7;
arch/nios2/kernel/signal.c
278
regs->r7 = 1;
arch/nios2/kernel/signal.c
58
err |= __get_user(regs->r7, &gregs[6]);
arch/parisc/include/asm/asmregs.h
40
r7: .reg %r7
arch/parisc/include/asm/assembly.h
216
STREG %r7, PT_GR7 (\regs)
arch/parisc/include/asm/assembly.h
250
LDREG PT_GR7 (\regs), %r7
arch/parisc/include/asm/assembly.h
380
std %r7, -112(%r30)
arch/parisc/include/asm/assembly.h
408
ldd -112(%r30), %r7
arch/parisc/include/asm/assembly.h
424
stw %r7, -112(%r30)
arch/parisc/include/asm/assembly.h
452
ldw -112(%r30), %r7
arch/powerpc/boot/cuboot-52xx.c
54
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-824x.c
44
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-83xx.c
50
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-85xx-cpm2.c
57
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-85xx.c
53
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-8xx.c
38
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-amigaone.c
26
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-bamboo.c
24
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-ebony.c
24
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-katmai.c
47
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-pq2.c
263
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-rainier.c
47
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-sam440ep.c
39
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-sequoia.c
47
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-taishan.c
47
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-warp.c
27
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot-yosemite.c
34
unsigned long r6, unsigned long r7)
arch/powerpc/boot/cuboot.c
18
unsigned long r6, unsigned long r7,
arch/powerpc/boot/cuboot.c
26
loader_info.cmdline_len = r7 - r6;
arch/powerpc/boot/cuboot.h
12
cuboot_init(r4, r5, r6, r7, bd.bi_memstart + bd.bi_memsize); \
arch/powerpc/boot/cuboot.h
6
unsigned long r6, unsigned long r7,
arch/powerpc/boot/ep8248e.c
36
unsigned long r6, unsigned long r7)
arch/powerpc/boot/ep88xc.c
34
unsigned long r6, unsigned long r7)
arch/powerpc/boot/epapr-wrapper.c
4
unsigned long r7);
arch/powerpc/boot/epapr-wrapper.c
7
unsigned long r6, unsigned long r7)
arch/powerpc/boot/epapr-wrapper.c
9
epapr_platform_init(r3, r4, r5, r6, r7);
arch/powerpc/boot/epapr.c
49
unsigned long r6, unsigned long r7)
arch/powerpc/boot/epapr.c
52
ima_size = r7;
arch/powerpc/boot/mvme7100.c
48
unsigned long r6, unsigned long r7)
arch/powerpc/boot/of.c
26
unsigned long r6, unsigned long r7);
arch/powerpc/boot/of.c
85
unsigned long r6, unsigned long r7)
arch/powerpc/boot/of.c
91
epapr_platform_init(r3, r4, r5, r6, r7);
arch/powerpc/boot/redboot-83xx.c
40
unsigned long r6, unsigned long r7)
arch/powerpc/boot/redboot-8xx.c
38
unsigned long r6, unsigned long r7)
arch/powerpc/boot/simpleboot.c
26
unsigned long r6, unsigned long r7)
arch/powerpc/include/asm/epapr_hcalls.h
290
register uintptr_t r7 __asm__("r7");
arch/powerpc/include/asm/epapr_hcalls.h
299
r7 = be32_to_cpu(p[2]);
arch/powerpc/include/asm/epapr_hcalls.h
304
"+r" (r4), "+r" (r5), "+r" (r6), "+r" (r7), "+r" (r8)
arch/powerpc/include/asm/epapr_hcalls.h
333
register uintptr_t r7 __asm__("r7");
arch/powerpc/include/asm/epapr_hcalls.h
343
"=r" (r5), "=r" (r6), "=r" (r7), "=r" (r8)
arch/powerpc/include/asm/epapr_hcalls.h
350
p[2] = cpu_to_be32(r7);
arch/powerpc/include/asm/epapr_hcalls.h
474
register unsigned long r7 asm("r7") = in[4];
arch/powerpc/include/asm/epapr_hcalls.h
483
"=r"(r7), "=r"(r8), "=r"(r9), "=r"(r10), "=r"(r11),
arch/powerpc/include/asm/epapr_hcalls.h
485
: "r"(r3), "r"(r4), "r"(r5), "r"(r6), "r"(r7), "r"(r8),
arch/powerpc/include/asm/epapr_hcalls.h
492
out[3] = r7;
arch/powerpc/include/asm/fsl_hcalls.h
132
register uintptr_t r7 __asm__("r7");
arch/powerpc/include/asm/fsl_hcalls.h
150
r7 = (uint32_t)propname_addr;
arch/powerpc/include/asm/fsl_hcalls.h
156
"+r" (r3), "+r" (r4), "+r" (r5), "+r" (r6), "+r" (r7),
arch/powerpc/include/asm/fsl_hcalls.h
187
register uintptr_t r7 __asm__("r7");
arch/powerpc/include/asm/fsl_hcalls.h
204
r7 = (uint32_t)propname_addr;
arch/powerpc/include/asm/fsl_hcalls.h
210
"+r" (r3), "+r" (r4), "+r" (r5), "+r" (r6), "+r" (r7),
arch/powerpc/include/asm/fsl_hcalls.h
365
register uintptr_t r7 __asm__("r7");
arch/powerpc/include/asm/fsl_hcalls.h
377
r7 = count;
arch/powerpc/include/asm/fsl_hcalls.h
381
"+r" (r3), "+r" (r4), "+r" (r5), "+r" (r6), "+r" (r7)
arch/powerpc/include/asm/fsl_hcalls.h
500
register uintptr_t r7 __asm__("r7");
arch/powerpc/include/asm/fsl_hcalls.h
507
r7 = peek;
arch/powerpc/include/asm/fsl_hcalls.h
511
"+r" (r7)
arch/powerpc/include/asm/ppc_asm.h
613
#define r7 %r7
arch/powerpc/include/asm/setup.h
92
unsigned long r7, unsigned long kbase);
arch/powerpc/kernel/prom_init.c
132
unsigned long r6, unsigned long r7, unsigned long r8,
arch/powerpc/kernel/prom_init.c
3238
unsigned long r6, unsigned long r7,
arch/powerpc/kernel/syscall.c
156
unsigned long r3, r4, r5, r6, r7, r8;
arch/powerpc/kernel/syscall.c
164
r7 = regs->gpr[7] & 0x00000000ffffffffULL;
arch/powerpc/kernel/syscall.c
167
ret = f(r3, r4, r5, r6, r7, r8);
arch/s390/include/asm/fpu-insn-asm.h
51
.ifc \gr,%r7
arch/s390/include/asm/kvm_para.h
33
#define HYPERCALL_FMT_6 , "d" (r7) HYPERCALL_FMT_5
arch/s390/include/asm/kvm_para.h
60
register unsigned long r7 asm("7") = arg6
arch/s390/include/asm/syscall.h
103
#define SYSCALL_FMT_6 , "d" (r7) SYSCALL_FMT_5
arch/s390/include/asm/syscall.h
130
register long r7 asm("7") = arg6
arch/sh/include/asm/traps_32.h
56
unsigned long r6, unsigned long r7, \
arch/sh/kernel/sh_bios.c
32
register long r7 __asm__("r7") = arg3;
arch/sh/kernel/sh_bios.c
38
:"0"(r0), "r"(r4), "r"(r5), "r"(r6), "r"(r7)
crypto/streebog_generic.c
870
u64 r0, r1, r2, r3, r4, r5, r6, r7;
crypto/streebog_generic.c
880
r7 = le64_to_cpu(x->qword[7] ^ y->qword[7]);
crypto/streebog_generic.c
890
data->qword[i] ^= cpu_to_le64(Ax[7][r7 & 0xFF]);
crypto/streebog_generic.c
898
r7 >>= 8;
drivers/infiniband/hw/cxgb4/t4fw_ri_api.h
294
__be64 r7;
drivers/input/serio/hp_sdc.c
487
w7[0] = (mask & 1) ? curr->seq[++idx] : hp_sdc.r7[0];
drivers/input/serio/hp_sdc.c
488
w7[1] = (mask & 2) ? curr->seq[++idx] : hp_sdc.r7[1];
drivers/input/serio/hp_sdc.c
489
w7[2] = (mask & 4) ? curr->seq[++idx] : hp_sdc.r7[2];
drivers/input/serio/hp_sdc.c
490
w7[3] = (mask & 8) ? curr->seq[++idx] : hp_sdc.r7[3];
drivers/input/serio/hp_sdc.c
493
w7[hp_sdc.wi - 0x70] == hp_sdc.r7[hp_sdc.wi - 0x70]) {
drivers/input/serio/hp_sdc.c
497
while (i < 4 && w7[i] == hp_sdc.r7[i])
drivers/input/serio/hp_sdc.c
516
hp_sdc.r7[hp_sdc.wi - 0x70] = w7[hp_sdc.wi - 0x70];
drivers/input/serio/hp_sdc.c
521
while ((i < 4) && w7[i] == hp_sdc.r7[i])
drivers/input/serio/hp_sdc.c
848
hp_sdc.r7[0] = 0xff;
drivers/input/serio/hp_sdc.c
849
hp_sdc.r7[1] = 0xff;
drivers/input/serio/hp_sdc.c
850
hp_sdc.r7[2] = 0xff;
drivers/input/serio/hp_sdc.c
851
hp_sdc.r7[3] = 0xff;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
204
__be16 r7;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
2308
__be16 r7;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
236
__be16 r7;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
2500
__be32 r7;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
2568
__be16 r7;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
3218
__be32 r7;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
3310
__be32 r7;
drivers/net/wireless/broadcom/b43/radio_2055.c
258
#define RADIOREGS(r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, \
drivers/net/wireless/broadcom/b43/radio_2055.c
267
.radio_pll_lfr1 = r7, \
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3067
le32_to_cpu(tr.r6), le32_to_cpu(tr.r7));
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3081
le32_to_cpu(tr.r6), le32_to_cpu(tr.r7));
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
353
__le32 r7; /* v4 */
drivers/net/wireless/realtek/rtw89/coex.c
3260
struct rtw89_btc_wl_active_role_v7 *r7;
drivers/net/wireless/realtek/rtw89/coex.c
3298
r7 = &wl_rinfo_v7->active_role[i];
drivers/net/wireless/realtek/rtw89/coex.c
3320
(r7->role == RTW89_WIFI_ROLE_P2P_GO ||
drivers/net/wireless/realtek/rtw89/coex.c
3321
r7->role == RTW89_WIFI_ROLE_P2P_CLIENT)) {
drivers/net/wireless/realtek/rtw89/coex.c
3322
ch = r7->ch;
drivers/net/wireless/realtek/rtw89/coex.c
3323
bw = r7->bw;
drivers/net/wireless/realtek/rtw89/coex.c
3340
r7 = &wl_rinfo_v7->active_role[i];
drivers/net/wireless/realtek/rtw89/coex.c
3359
r7->connected && r7->band == RTW89_BAND_2G) {
drivers/net/wireless/realtek/rtw89/coex.c
3360
ch = r7->ch;
drivers/net/wireless/realtek/rtw89/coex.c
3361
bw = r7->bw;
drivers/scsi/aacraid/aacraid.h
852
} r7;
drivers/scsi/aacraid/comminit.c
143
init->r7.init_struct_revision =
drivers/scsi/aacraid/comminit.c
146
init->r7.init_struct_revision =
drivers/scsi/aacraid/comminit.c
148
init->r7.no_of_msix_vectors = cpu_to_le32(SA_MINIPORT_REVISION);
drivers/scsi/aacraid/comminit.c
149
init->r7.fsrev = cpu_to_le32(dev->fsrev);
drivers/scsi/aacraid/comminit.c
157
init->r7.adapter_fibs_virtual_address = 0;
drivers/scsi/aacraid/comminit.c
158
init->r7.adapter_fibs_physical_address = cpu_to_le32((u32)phys);
drivers/scsi/aacraid/comminit.c
159
init->r7.adapter_fibs_size = cpu_to_le32(fibsize);
drivers/scsi/aacraid/comminit.c
160
init->r7.adapter_fib_align = cpu_to_le32(sizeof(struct hw_fib));
drivers/scsi/aacraid/comminit.c
172
init->r7.host_phys_mem_pages =
drivers/scsi/aacraid/comminit.c
175
init->r7.host_phys_mem_pages =
drivers/scsi/aacraid/comminit.c
178
init->r7.init_flags =
drivers/scsi/aacraid/comminit.c
181
init->r7.max_io_commands =
drivers/scsi/aacraid/comminit.c
184
init->r7.max_io_size =
drivers/scsi/aacraid/comminit.c
186
init->r7.max_fib_size = cpu_to_le32(dev->max_fib_size);
drivers/scsi/aacraid/comminit.c
187
init->r7.max_num_aif = cpu_to_le32(dev->max_num_aif);
drivers/scsi/aacraid/comminit.c
190
init->r7.init_flags |=
drivers/scsi/aacraid/comminit.c
194
init->r7.init_struct_revision =
drivers/scsi/aacraid/comminit.c
196
init->r7.init_flags |=
drivers/scsi/aacraid/comminit.c
200
init->r7.host_rrq_addr_high =
drivers/scsi/aacraid/comminit.c
202
init->r7.host_rrq_addr_low =
drivers/scsi/aacraid/comminit.c
206
init->r7.init_struct_revision =
drivers/scsi/aacraid/comminit.c
208
init->r7.init_flags |=
drivers/scsi/aacraid/comminit.c
212
init->r7.host_rrq_addr_high =
drivers/scsi/aacraid/comminit.c
214
init->r7.host_rrq_addr_low =
drivers/scsi/aacraid/comminit.c
216
init->r7.no_of_msix_vectors =
drivers/scsi/aacraid/comminit.c
241
init->r7.comm_header_address = cpu_to_le32((u32)phys);
drivers/scsi/aacraid/comminit.c
252
init->r7.printfbuf = cpu_to_le32(phys);
drivers/scsi/aacraid/comminit.c
253
init->r7.printfbufsiz = cpu_to_le32(printfbufsiz);
drivers/scsi/aacraid/commsup.c
137
dev->init->r7.max_io_commands = cpu_to_le32(max_cmds);
drivers/scsi/aacraid/commsup.c
1887
num = le32_to_cpu(dev->init->r7.adapter_fibs_size)
drivers/scsi/aacraid/linit.c
1849
dev->init->r7.no_of_msix_vectors = cpu_to_le32(dev->max_msix);
drivers/scsi/aacraid/rkt.c
50
dev->init->r7.max_io_commands =
drivers/scsi/aacraid/rx.c
318
init->r7.host_elapsed_seconds = cpu_to_le32(ktime_get_real_seconds());
drivers/scsi/aacraid/sa.c
248
init->r7.host_elapsed_seconds = cpu_to_le32(ktime_get_real_seconds());
drivers/scsi/aacraid/src.c
416
init->r7.host_elapsed_seconds =
drivers/scsi/csiostor/t4fw_api_stor.h
395
__be32 r7;
drivers/video/console/vgacon.c
561
u8 scanlines_lo = 0, r7 = 0, vsync_end = 0, mode, max_scan;
drivers/video/console/vgacon.c
584
r7 = inb_p(vga_video_port_val) & ~0x42;
drivers/video/console/vgacon.c
587
r7 |= 0x02;
drivers/video/console/vgacon.c
589
r7 |= 0x40;
drivers/video/console/vgacon.c
607
outb_p(r7,vga_video_port_val);
drivers/video/fbdev/i740fb.c
404
u8 r7;
drivers/video/fbdev/i740fb.c
512
r7 = 0x10; /* disable linecompare */
drivers/video/fbdev/i740fb.c
514
r7 |= 0x01;
drivers/video/fbdev/i740fb.c
516
r7 |= 0x20;
drivers/video/fbdev/i740fb.c
528
r7 |= 0x02;
drivers/video/fbdev/i740fb.c
530
r7 |= 0x40;
drivers/video/fbdev/i740fb.c
535
r7 |= 0x0C;
drivers/video/fbdev/i740fb.c
538
r7 |= 0x80;
drivers/video/fbdev/i740fb.c
550
par->crtc[VGA_CRTC_OVERFLOW] = r7;
drivers/video/fbdev/vga16fb.c
336
u8 r7, rMode;
drivers/video/fbdev/vga16fb.c
457
r7 = 0x10; /* disable linecompare */
drivers/video/fbdev/vga16fb.c
458
if (ytotal & 0x100) r7 |= 0x01;
drivers/video/fbdev/vga16fb.c
459
if (ytotal & 0x200) r7 |= 0x20;
drivers/video/fbdev/vga16fb.c
477
r7 |= 0x0A; /* 0x02 -> DISP_END, 0x08 -> BLANK_START */
drivers/video/fbdev/vga16fb.c
479
r7 |= 0x40; /* 0x40 -> DISP_END */
drivers/video/fbdev/vga16fb.c
485
r7 |= 0x04;
drivers/video/fbdev/vga16fb.c
487
r7 |= 0x80;
drivers/video/fbdev/vga16fb.c
502
par->crtc[VGA_CRTC_OVERFLOW] = r7;
include/linux/hp_sdc.h
275
uint8_t r7[4]; /* current i8042[0x70 - 0x74] values */
lib/crypto/powerpc/aes-spe-regs.h
13
#define rLN r7 /* length of data to be processed */
tools/lib/bpf/bpf_tracing.h
401
#define __PT_PARM8_REG scratch.r7
tools/testing/selftests/kvm/include/loongarch/processor.h
18
#define a3 $r7
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
613
#define r7 %r7