Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c748 #define BPF_FIXUP_REG_MASK GENMASK(31, 27) macro
755 int regs_offset = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf()
828 FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()
/linux/arch/loongarch/net/
H A Dbpf_jit.c460 #define BPF_FIXUP_REG_MASK GENMASK(31, 27) macro
467 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf()
532 FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1086 #define BPF_FIXUP_REG_MASK GENMASK(31, 27) macro
1092 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf()
1168 ex->fixup = FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()