Searched refs:r15 (Results 201 - 225 of 228) sorted by path

12345678910

/linux-master/arch/x86/um/
H A Dsetjmp_64.S16 # %r15
34 movq %r15,48(%rdi)
52 movq 48(%rdi),%r15
H A Dsignal.c193 GETREG(R15, r15);
270 PUTREG(R15, r15);
/linux-master/arch/x86/virt/vmx/tdx/
H A Dtdxcall.S70 pushq %r15
75 movq TDX_MODULE_r15(%rsi), %r15
133 movq %r15, TDX_MODULE_r15(%rsi)
183 popq %r15
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-gpio.c204 u8 r12, r15, r17, r18, r3D, r82, r84, r89; local
218 ret = mxl111sf_read_reg(state, 0x15, &r15);
247 r15 &= ~PIN_MUX_I2S_ENABLE_MASK;
275 r15 &= ~PIN_MUX_I2S_ENABLE_MASK;
303 r15 &= ~PIN_MUX_I2S_ENABLE_MASK;
331 r15 &= ~PIN_MUX_I2S_ENABLE_MASK;
359 r15 &= ~PIN_MUX_I2S_ENABLE_MASK;
387 r15 |= PIN_MUX_I2S_ENABLE_MASK;
415 r15 |= PIN_MUX_I2S_ENABLE_MASK;
443 r15
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dradio_2056.c3026 r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
3044 .radio_syn_logen_buf3 = r15, \
/linux-master/drivers/tty/serial/
H A Dsunzilog.c179 unsigned char r15; local
235 r15 = read_zsreg(channel, R15);
236 if (r15 & 0x01) {
/linux-master/include/uapi/linux/
H A Dacrn.h223 * @r15: Value of register R15
241 __le64 r15; member in struct:acrn_gp_regs
/linux-master/scripts/
H A Dcheckstack.pl94 # 11160: a7 fb ff 60 aghi %r15,-160
96 # 100092: e3 f0 ff c8 ff 71 lay %r15,-56(%r15)
97 $re = qr/.*(?:lay|ag?hi).*\%r15,-([0-9]+)(?:\(\%r15\))?$/o;
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h116 __u64 r12, r13, r14, r15; member in struct:kvm_regs
/linux-master/tools/lib/bpf/
H A Dusdt.c1266 { {"r15", "r15d", "r15w", "r15b"}, offsetof(struct pt_regs, r15) },
1337 /* Memory dereference case, e.g., -2@-28(%r15) */
/linux-master/tools/perf/arch/powerpc/util/
H A Dperf_regs.c36 SMPL_REG(r15, PERF_REG_POWERPC_R15),
/linux-master/tools/perf/arch/x86/tests/
H A Dregs_load.S61 movq %r15, R15(%rdi)
/linux-master/tools/perf/arch/x86/util/
H A Ddwarf-regs.c84 REG_OFFSET_NAME_64("%r15", r15),
138 { "r15", 15 }, { "r15d", 15 }, { "r15w", 15 }, { "r15b", 15 },
H A Dperf_regs.c117 SDT_NAME_REG(r15b, r15),
118 SDT_NAME_REG(r15w, r15),
119 SDT_NAME_REG(r15d, r15),
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h183 uint64_t r15; member in struct:intel_pt_blk_items::__anon4234::__anon4235::__anon4236
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h383 u64 r15; member in struct:gpr64_regs
1116 uint64_t r12, r13, r14, r15; member in struct:ex_regs
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S2 push %r15
36 pop %r15
H A Dprocessor.c44 "r14: 0x%.16llx r15: 0x%.16llx\n",
46 regs->r12, regs->r13, regs->r14, regs->r15);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c67 REG_COMPARE(r15);
/linux-master/tools/testing/selftests/powerpc/copyloops/asm/
H A Dppc_asm.h11 #define R15 r15
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopy_mc_64.S33 ld r15,STK_REG(R15)(r1)
91 std r15,STK_REG(R15)(r1)
116 err2; ld r15,64(r4)
133 err2; std r15,64(r3)
173 ld r15,STK_REG(R15)(r1)
H A Dcopyuser_power7.S47 ld r15,STK_REG(R15)(r1)
64 ld r15,STK_REG(R15)(r1)
123 std r15,STK_REG(R15)(r1)
148 err2; ld r15,72(r4)
165 err2; std r15,72(r3)
178 ld r15,STK_REG(R15)(r1)
384 std r15,STK_REG(R15)(r1)
389 li r15,96
406 err4; lvx v1,r4,r15
415 err4; stvx v1,r3,r15
[all...]
H A Dmemcpy_power7.S67 std r15,STK_REG(R15)(r1)
92 ld r15,72(r4)
109 std r15,72(r3)
122 ld r15,STK_REG(R15)(r1)
330 std r15,STK_REG(R15)(r1)
335 li r15,96
352 lvx v1,r4,r15
361 stvx v1,r3,r15
367 ld r15,STK_REG(R15)(r1)
516 std r15,STK_RE
[all...]
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h621 #define r15 %r15 macro
/linux-master/tools/testing/selftests/powerpc/stringloops/asm/
H A Dppc_asm.h17 #define R15 r15

Completed in 714 milliseconds

12345678910