Home
last modified time | relevance | path

Searched refs:R6 (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.12.1/tools/perf/arch/arm/tests/
Dregs_load.S10 #define R6 0x30 macro
47 str r6, [r0, #R6]
/linux-6.12.1/tools/perf/arch/powerpc/tests/
Dregs_load.S11 #define R6 6 * 8 macro
50 std 6, R6(3)
/linux-6.12.1/Documentation/bpf/
Dlinux-notes.rst65 * Register R6 is an implicit input that must contain a pointer to a
78 R0 = ntohl(*(u32 *) ((struct sk_buff *) R6->data + imm))
84 R0 = ntohl(*(u32 *) ((struct sk_buff *) R6->data + src + imm))
Dverifier.rst35 Since R6-R9 are callee saved, their state is preserved across the call.
39 bpf_mov R6 = 1
41 bpf_mov R0 = R6
44 is a correct program. If there was R1 instead of R6, it would have
65 bpf_ld R0 = *(u32 *)(R6 + 8)
67 intends to load a word from address R6 + 8 and store it into R0
68 If R6=PTR_TO_CTX, via is_valid_access() callback the verifier will know
71 If R6=PTR_TO_STACK, then access should be aligned and be within
88 Pointer register spill/fill is tracked as well, since four (R6-R9)
Dclassic_vs_extended.rst75 a return value of the function. Since R6 - R9 are callee saved, their state
124 R6 - rbx
135 bpf_mov R6, R1 /* save ctx */
142 bpf_mov R1, R6 /* restore ctx for next call */
/linux-6.12.1/lib/
Dtest_bpf.c45 #define R6 BPF_REG_6 macro
3784 BPF_ALU64_IMM(BPF_MOV, R6, 6),
3794 BPF_ALU64_IMM(BPF_ADD, R6, 20),
3804 BPF_ALU64_IMM(BPF_SUB, R6, 10),
3814 BPF_ALU64_REG(BPF_ADD, R0, R6),
3826 BPF_ALU64_REG(BPF_ADD, R1, R6),
3838 BPF_ALU64_REG(BPF_ADD, R2, R6),
3850 BPF_ALU64_REG(BPF_ADD, R3, R6),
3862 BPF_ALU64_REG(BPF_ADD, R4, R6),
3874 BPF_ALU64_REG(BPF_ADD, R5, R6),
[all …]
/linux-6.12.1/arch/powerpc/kernel/
Dfpu.S150 2: SAVE_32FPVSRS(0, R4, R6)
153 REST_1FPVSR(0, R4, R6)
/linux-6.12.1/drivers/media/i2c/
Dwm8739.c36 R5 = 5, R6, R7, R8, R9, R15 = 15, enumerator
223 wm8739_write(sd, R6, 0x000); in wm8739_probe()
/linux-6.12.1/arch/powerpc/mm/nohash/
Dtlb_low.S180 PPC_ICBT(0,R6,R7) /* touch next cache line */
182 PPC_ICBT(0,R6,R7) /* touch next cache line */
184 PPC_ICBT(0,R6,R7) /* touch next cache line */
/linux-6.12.1/tools/perf/arch/arm/util/
Dunwind-libdw.c26 dwarf_regs[6] = REG(R6); in libdw__arch_set_initial_registers()
/linux-6.12.1/Documentation/bpf/standardization/
Dabi.rst21 * R6 - R9: callee saved registers that function calls will preserve
/linux-6.12.1/tools/perf/arch/loongarch/util/
Dunwind-libdw.c28 dwarf_regs[6] = REG(R6); in libdw__arch_set_initial_registers()
/linux-6.12.1/tools/perf/arch/s390/util/
Dunwind-libdw.c32 dwarf_regs[6] = REG(R6); in libdw__arch_set_initial_registers()
/linux-6.12.1/tools/perf/arch/powerpc/util/
Dunwind-libdw.c35 dwarf_regs[6] = REG(R6); in libdw__arch_set_initial_registers()
/linux-6.12.1/drivers/net/hamradio/
Dz8530.h13 #define R6 6 macro
/linux-6.12.1/drivers/tty/serial/
Dzs.h66 #define R6 6 macro
Dsunzilog.h37 #define R6 6 macro
Dip22zilog.h45 #define R6 6 macro
Dpmac_zilog.h123 #define R6 6 macro
Dsunzilog.c210 write_zsreg(channel, R6, regs[R6]); in __load_zsregs()
1348 up->curregs[R6] = 0x00; /* SDLC Address */ in sunzilog_init_hw()
1364 up->curregs[R6] = 0x00; /* SDLC Address */ in sunzilog_init_hw()
Dip22zilog.c191 write_zsreg(channel, R6, regs[R6]); in __load_zsregs()
/linux-6.12.1/arch/powerpc/platforms/pseries/
DhvCall.S39 std r6,STK_PARAM(R6)(r1); \
51 ld r6,STACK_FRAME_MIN_SIZE+STK_PARAM(R6)(r1); \
/linux-6.12.1/arch/powerpc/kvm/
Dbookehv_interrupts.S181 PPC_STL r6, VCPU_GPR(R6)(r4)
292 PPC_STL r6, VCPU_GPR(R6)(r11)
319 PPC_STL r6, VCPU_GPR(R6)(r11)
666 PPC_LL r6, VCPU_GPR(R6)(r4)
Dbooke_interrupts.S52 stw r6, VCPU_GPR(R6)(r4)
476 lwz r6, VCPU_GPR(R6)(r4)
/linux-6.12.1/arch/hexagon/lib/
Dmemcpy.S146 #define data0 R6 /* lower 8 bytes of ldata0 */

12