Searched refs:BPF_FIXUP_OFFSET_MASK (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 747 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 754 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 815 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler() 827 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) | in add_exception_handler()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 461 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 468 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 522 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler() 531 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) | in add_exception_handler()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1083 #define BPF_FIXUP_OFFSET_MASK GENMASK(15, 0) macro 1093 s16 off = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 1185 ex->fixup |= FIELD_PREP(BPF_FIXUP_OFFSET_MASK, off) | in add_exception_handler()
|