Searched refs:BPF_FIXUP_REG_MASK (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 390 #define BPF_FIXUP_REG_MASK GENMASK(31, 27) macro 396 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() 442 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, offset) | FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()
|
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 568 #define BPF_FIXUP_REG_MASK GENMASK(31, 27) macro 574 int regs_offset = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() 644 FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 692 #define BPF_FIXUP_REG_MASK GENMASK(31, 27) macro 698 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() 747 FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()
|