Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/net/
Dbpf_jit.c395 #define BPF_FIXUP_REG_MASK GENMASK(31, 27) macro
401 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf()
451 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, offset) | FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()
/linux-6.12.1/arch/riscv/net/
Dbpf_jit_comp64.c563 #define BPF_FIXUP_REG_MASK GENMASK(31, 27) macro
570 int regs_offset = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf()
642 FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()
/linux-6.12.1/arch/arm64/net/
Dbpf_jit_comp.c887 #define BPF_FIXUP_REG_MASK GENMASK(31, 27) macro
894 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf()
968 FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()