Searched refs:r9 (Results 226 - 250 of 348) sorted by relevance

1234567891011>>

/linux-master/arch/x86/kernel/
H A Dftrace_64.S89 movq %r9, R9(%rsp)
122 movq R9(%rsp), %r9
H A Dasm-offsets.c74 OFFSET(TDX_MODULE_r9, tdx_module_args, r9);
H A Dsignal_64.c72 regs->r9 = sc.r9;
111 unsafe_put_user(regs->r9, &sc->r9, Efault);
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_entry.S71 mfctr r9
112 PPC_STL r9, _CTR(r1)
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_64.S63 movq %r9, pt_regs_r9(%rax)
110 movq pt_regs_r9(%rax), %r9
/linux-master/arch/x86/include/asm/
H A Dptrace.h119 unsigned long r9; member in struct:pt_regs
439 offsetof(struct pt_regs, r9),
H A Delf.h162 regs->r8 = regs->r9 = regs->r10 = regs->r11 = 0;
202 (pr_reg)[8] = (regs)->r9; \
/linux-master/arch/x86/xen/
H A Dxen-asm.S47 push %r9
53 pop %r9
/linux-master/arch/powerpc/platforms/83xx/
H A Dsuspend-asm.S83 mfspr r9, SPRN_DBCR
90 stw r9, SS_DBCR(r3)
251 lis r9, (TMP_VIRT_IMMR + 0x01000000)@h
252 ori r4, r9, 0x001e /* 1 MByte accessible from Kernel Space only */
327 lwz r4, IMMRBAR_BASE(r9)
328 mr r8, r9
408 lwz r9, SS_DBCR(r3)
415 mtspr SPRN_DBCR, r9
/linux-master/arch/x86/coco/tdx/
H A Dtdx.c140 struct { u64 r14, r15, rbx, rdi, rsi, r8, r9, rdx; }; member in struct:__anon35::__anon36
149 args.r9 = message.r9;
628 ve->gpa = args.r9;
829 .r9 = -1ULL,
/linux-master/arch/openrisc/kernel/
H A Dentry.S47 l.sw -4(r1),r9 /* store return address */ ;\
52 l.lwz r9,-4(r1) /* restore return address */ ;\
61 l.sw -4(r1),r9 /* store return address */ ;\
66 l.lwz r9,-4(r1) /* restore return address */ ;\
116 l.lwz r9,PT_GPR9(r1) ;\
154 l.sw PT_GPR9(r1),r9 ;\
192 l.sw PT_GPR9(r1),r9 ;\
602 .string "syscall r9:0x%08x -> syscall(%ld) return %ld\0"
624 l.sw PT_GPR9(r1),r9
779 l.lwz r9,PT_GPR
[all...]
/linux-master/arch/arm/mm/
H A Dproc-v7.S151 mrc p15, 0, r9, c1, c0, 1 @ Auxiliary control register
184 teq r4, r9 @ Is it already set?
185 mcrne p15, 0, r9, c1, c0, 1 @ No, so write it
241 mrc p15, 1, r9, c15, c1, 1 @ save CP15 - Aux Debug Modes Ctrl 1
253 mcr p15, 1, r9, c15, c1, 1 @ restore CP15 - Aux Debug Modes Ctrl 1
283 * r1, r2, r4, r5, r9, r13 must be preserved - r13 is not a stack
287 * r9: Main ID register
322 * r1, r2, r4, r5, r9, r13: must be preserved
325 * r9: MIDR
492 and r0, r9, #
[all...]
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S200 mov %rax,%r9
201 and $0x0f,%r9
213 mov %r9,%rcx
221 mov %r9,%rcx
505 mov %rax,%r9
506 and $0x0f,%r9
518 mov %r9,%rcx
526 mov %r9,%rcx
999 mov %rax,%r9
1000 and $0x1f,%r9
[all...]
H A Dchacha-avx512vl-x86_64.S176 mov %rax,%r9
177 and $~0xf,%r9
184 vmovdqu8 (%rdx,%r9),%xmm1{%k1}{z}
186 vmovdqu8 %xmm1,(%rsi,%r9){%k1}
442 mov %rax,%r9
443 and $~0xf,%r9
450 vmovdqu8 (%rdx,%r9),%xmm1{%k1}{z}
452 vmovdqu8 %xmm1,(%rsi,%r9){%k1}
822 mov %rax,%r9
823 and $~0x1f,%r9
[all...]
H A Dchacha-ssse3-x86_64.S173 mov %rax,%r9
174 and $0x0f,%r9
186 mov %r9,%rcx
194 mov %r9,%rcx
769 mov %rax,%r9
770 and $0x0f,%r9
778 mov %r9,%rcx
786 mov %r9,%rcx
/linux-master/arch/nios2/kernel/
H A Dkgdb.c29 { "r9", GDB_SIZEOF_REG, offsetof(struct pt_regs, r9) },
H A Dsignal.c60 err |= __get_user(regs->r9, &gregs[8]);
143 err |= __put_user(regs->r9, &gregs[8]);
/linux-master/arch/hexagon/include/asm/
H A Delf.h111 DEST.r9 = REGS->r09; \
/linux-master/arch/powerpc/purgatory/
H A Dtrampoline_64.S89 /* Load opal base and entry values in r8 & r9 respectively */
91 ld %r9,(opal_entry - 0b)(%r18)
/linux-master/arch/microblaze/kernel/
H A Dprocess.c32 pr_info(" r9=%08lX, r10=%08lX, r11=%08lX, r12=%08lX\n",
33 regs->r9, regs->r10, regs->r11, regs->r12);
H A Dsignal.c66 COPY(r6); COPY(r7); COPY(r8); COPY(r9);
127 COPY(r6); COPY(r7); COPY(r8); COPY(r9);
/linux-master/arch/powerpc/crypto/
H A Daesp10-ppc.pl171 neg r9,$inp
174 lvsr $key,0,r9 # borrow $key
429 lwz r9, 0($out)
438 stw r9, -16($inp)
/linux-master/arch/powerpc/kernel/
H A Dcpu_setup_6xx.S313 addis r9,r3,empty_zero_page@ha
314 addi r9,r9,empty_zero_page@l
315 REST_32FPRS(0,r9)
/linux-master/arch/arm/mach-at91/
H A Dpm_suspend.S95 * Side effects: overwrites r7, r8, r9, r10
101 ldr r9, [r7, #AT91_SFRBU_25LDOCR]
102 orr r9, r9, #AT91_SFRBU_25LDOCR_LP
105 bic r9, r9, #AT91_SFRBU_25LDOCR_LP
108 orr r9, r9, r10
109 str r9, [r7, #AT91_SFRBU_25LDOCR]
/linux-master/arch/alpha/kernel/
H A Dprocess.c195 /* Used by sysrq-p, among others. I don't believe r9-r15 are ever
255 childstack->r9 = (unsigned long) args->fn;
300 dest[ 9] = sw->r9;

Completed in 248 milliseconds

1234567891011>>