Searched refs:BPF_REG_ARG1 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | bpf-prologue.c | 159 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 D | filter.h | 14 #define BPF_REG_ARG1 BPF_REG_1 macro
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | filter.h | 14 #define BPF_REG_ARG1 BPF_REG_1 macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | filter.h | 46 #define BPF_REG_ARG1 BPF_REG_1 macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | filter.h | 46 #define BPF_REG_ARG1 BPF_REG_1 macro
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | core.c | 58 #define ARG1 regs[BPF_REG_ARG1]
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | core.c | 62 #define ARG1 regs[BPF_REG_ARG1]
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 428 *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 D | filter.c | 428 *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