Home
last modified time | relevance | path

Searched refs:BPF_REG_3 (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/core/
Dbpf-devices.c64 BPF_MOV32_REG(BPF_REG_1, BPF_REG_3), in bpf_prog_allow_list_device()
66 BPF_JMP_REG(BPF_JNE, BPF_REG_1, BPF_REG_3, 4), /* compare access type */ in bpf_prog_allow_list_device()
105 BPF_MOV32_REG(BPF_REG_1, BPF_REG_3), in bpf_prog_allow_list_major()
107 BPF_JMP_REG(BPF_JNE, BPF_REG_1, BPF_REG_3, 3), /* compare access type */ in bpf_prog_allow_list_major()
144 BPF_MOV32_REG(BPF_REG_1, BPF_REG_3), in bpf_prog_allow_list_class()
146 BPF_JMP_REG(BPF_JNE, BPF_REG_1, BPF_REG_3, 2), /* compare access type */ in bpf_prog_allow_list_class()
174 BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, in bpf_devices_cgroup_init()
176 BPF_ALU32_IMM(BPF_RSH, BPF_REG_3, 16), in bpf_devices_cgroup_init()
Dbpf-firewall.c90 BPF_MOV64_REG(BPF_REG_3, BPF_REG_10), in add_lookup_instructions()
91 BPF_ALU64_IMM(BPF_ADD, BPF_REG_3, -addr_size), in add_lookup_instructions()
/systemd-251/src/shared/linux/
Dbpf.h57 BPF_REG_3, enumerator