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 | 717 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 724 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 785 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler() 797 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) | in add_exception_handler()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 615 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 622 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 676 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler() 685 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 | 1102 #define BPF_FIXUP_OFFSET_MASK GENMASK(15, 0) macro 1113 s16 off = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 1213 ex->fixup |= FIELD_PREP(BPF_FIXUP_OFFSET_MASK, off) | in add_exception_handler()
|