Home
last modified time | relevance | path

Searched refs:BPF_REG_ARG1 (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-prologue.c159 if (dst_addr_reg != BPF_REG_ARG1) in gen_read_mem()
160 ins(BPF_MOV64_REG(BPF_REG_ARG1, dst_addr_reg), pos); in gen_read_mem()
448 ins(BPF_MOV64_REG(BPF_REG_CTX, BPF_REG_ARG1), &pos); in bpf__gen_prologue()
493 ins(BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX), &pos); in bpf__gen_prologue()
/kernel/linux/linux-5.10/tools/include/linux/
H A Dfilter.h14 #define BPF_REG_ARG1 BPF_REG_1 macro
/kernel/linux/linux-6.6/tools/include/linux/
H A Dfilter.h14 #define BPF_REG_ARG1 BPF_REG_1 macro
/kernel/linux/linux-5.10/include/linux/
H A Dfilter.h46 #define BPF_REG_ARG1 BPF_REG_1 macro
/kernel/linux/linux-6.6/include/linux/
H A Dfilter.h46 #define BPF_REG_ARG1 BPF_REG_1 macro
/kernel/linux/linux-5.10/kernel/bpf/
H A Dcore.c58 #define ARG1 regs[BPF_REG_ARG1]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcore.c62 #define ARG1 regs[BPF_REG_ARG1]
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c428 *insn++ = BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX); in convert_bpf_extensions()
509 *insn++ = BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX); in convert_bpf_ld_abs()
599 * do this ourself. Initial CTX is present in BPF_REG_ARG1. in bpf_convert_filter()
601 *new_insn++ = BPF_MOV64_REG(BPF_REG_CTX, BPF_REG_ARG1); in bpf_convert_filter()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c428 *insn++ = BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX); in convert_bpf_extensions()
509 *insn++ = BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX); in convert_bpf_ld_abs()
599 * do this ourself. Initial CTX is present in BPF_REG_ARG1. in bpf_convert_filter()
601 *new_insn++ = BPF_MOV64_REG(BPF_REG_CTX, BPF_REG_ARG1); in bpf_convert_filter()

Completed in 36 milliseconds