Searched refs:BPF_FIXUP_REG_MASK (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/loongarch/net/ |
| H A D | bpf_jit.c | 397 #define BPF_FIXUP_REG_MASK GENMASK(31, 27) macro 403 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() 453 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, offset) | FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()
|
| /linux-6.15/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 563 #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.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1018 #define BPF_FIXUP_REG_MASK GENMASK(31, 27) macro 1025 int dst_reg = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() 1099 FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()
|