Home
last modified time | relevance | path

Searched refs:R10 (Results 1 – 25 of 36) sorted by relevance

12

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c254 #define R10(F, X) F(X+0); F(X+1);F(X+2); F(X+3); F(X+4); \ in subtest_multispec_usdt()
256 #define R100(F, X) R10(F,X+ 0);R10(F,X+10);R10(F,X+20);R10(F,X+30);R10(F,X+40); \ in subtest_multispec_usdt()
257 R10(F,X+50);R10(F,X+60);R10(F,X+70);R10( in subtest_multispec_usdt()
175 #define R10( global() macro
[all...]
/linux/lib/
H A Dtest_bpf.c49 #define R10 BPF_REG_10 macro
442 insn[1] = BPF_ST_MEM(size, R10, -40, 42); in __bpf_fill_stxdw()
445 insn[i] = BPF_STX_XADD(size, R10, R0, -40); in __bpf_fill_stxdw()
447 insn[len - 2] = BPF_LDX_MEM(size, R0, R10, -40); in __bpf_fill_stxdw()
1645 insns[i++] = BPF_STX_MEM(BPF_DW, R10, R1, -8); in __bpf_emit_atomic64()
1646 insns[i++] = BPF_ATOMIC_OP(BPF_DW, op, R10, R2, -8); in __bpf_emit_atomic64()
1647 insns[i++] = BPF_LDX_MEM(BPF_DW, R1, R10, -8); in __bpf_emit_atomic64()
1692 insns[i++] = BPF_STX_MEM(BPF_W, R10, R1, -4); in __bpf_emit_atomic32()
1693 insns[i++] = BPF_ATOMIC_OP(BPF_W, op, R10, R2, -4); in __bpf_emit_atomic32()
1694 insns[i++] = BPF_LDX_MEM(BPF_W, R1, R10, -4); in __bpf_emit_atomic32()
[all …]
/linux/arch/x86/um/
H A Dptrace_64.c28 [R10 >> 3] = HOST_R10,
60 case R10: in putreg()
138 case R10: in getreg()
H A Duser-offsets.c50 DEFINE_LONGS(HOST_R10, R10); in foo()
H A Dsignal.c68 GETREG(R10, r10); in copy_sc_from_user()
138 PUTREG(R10, r10); in copy_sc_to_user()
/linux/tools/perf/arch/powerpc/tests/
H A Dregs_load.S15 #define R10 10 * 8 macro
54 std 10, R10(3)
/linux/tools/perf/arch/x86/tests/
H A Dregs_load.S22 #define R10 18 * 8 macro
56 movq %r10, R10(%rdi)
/linux/Documentation/fault-injection/
H A Dnvme-fault-injection.rst58 R10: 0000000000000000 R11: 0000000000000000 R12: ffffffff82012480
113 R10: 0000000000000000 R11: 0000000000000000 R12: ffff88011a3c9680
165 R10: ffffffff88c03da0 R11: 0000000000001b0c R12: ffff9dac25a34d00
/linux/Documentation/bpf/standardization/
H A Dabi.rst22 * R10: read-only frame pointer to access stack
/linux/arch/x86/um/os-Linux/
H A Dmcontext.c31 COPY(R8); COPY(R9); COPY(R10); COPY(R11); in get_regs_from_mc()
71 COPY(R8); COPY(R9); COPY(R10); COPY(R11); in get_mc_from_regs()
/linux/drivers/net/hamradio/
H A Dz8530.h17 #define R10 10 macro
/linux/drivers/tty/serial/
H A Dzs.h70 #define R10 10 macro
H A Dsunzilog.h41 #define R10 10 macro
H A Dip22zilog.h49 #define R10 10 macro
H A Dpmac_zilog.h127 #define R10 10 macro
H A Dsunzilog.c203 write_zsreg(channel, R10, regs[R10]); in __load_zsregs()
866 up->curregs[R10] = NRZ; in sunzilog_convert_to_zs()
1367 up->curregs[R10] = NRZ; in sunzilog_init_hw()
/linux/arch/hexagon/kernel/
H A Dvm_entry.S63 R10 = m0; \
135 m0 = R10; } \
/linux/arch/powerpc/platforms/pseries/
H A DhvCall.S43 std r10,STK_PARAM(R10)(r1); \
55 ld r10,STACK_FRAME_MIN_SIZE+STK_PARAM(R10)(r1)
/linux/arch/powerpc/kvm/
H A Dbookehv_interrupts.S198 PPC_STL r6, VCPU_GPR(R10)(r4)
290 PPC_STL r3, VCPU_GPR(R10)(r11)
324 PPC_STL r3, VCPU_GPR(R10)(r11)
636 PPC_LL r10, VCPU_GPR(R10)(r4)
H A Dbooke_interrupts.S210 stw r10, VCPU_GPR(R10)(r4)
418 lwz r10, VCPU_GPR(R10)(r4)
/linux/drivers/memory/
H A Djedec_ddr.h42 #define R10 10 macro
/linux/arch/powerpc/kernel/
H A Dfpu.S132 REST_32FPVSRS(0, R4, R10)
/linux/drivers/media/pci/zoran/
H A DKconfig41 and 33 R10 and AverMedia 6 boards.
/linux/arch/x86/kvm/
H A Dkvm_cache_regs.h39 BUILD_KVM_GPR_ACCESSORS(r10, R10) in BUILD_KVM_GPR_ACCESSORS()
/linux/arch/arm/mach-tegra/
H A Dreset-handler.S182 and r10, r10, #0x3 @ R10 = CPU number

12