Home
last modified time | relevance | path

Searched refs:BPF_REG_ARG1 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/tools/include/linux/
Dfilter.h14 #define BPF_REG_ARG1 BPF_REG_1 macro
/Linux-v6.6/include/linux/
Dfilter.h46 #define BPF_REG_ARG1 BPF_REG_1 macro
/Linux-v6.6/kernel/bpf/
Dcore.c62 #define ARG1 regs[BPF_REG_ARG1]
/Linux-v6.6/net/core/
Dfilter.c426 *insn++ = BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX); in convert_bpf_extensions()
507 *insn++ = BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX); in convert_bpf_ld_abs()
599 *new_insn++ = BPF_MOV64_REG(BPF_REG_CTX, BPF_REG_ARG1); in bpf_convert_filter()