Searched refs:BPF_FIXUP_OFFSET_MASK (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/loongarch/net/ |
| H A D | bpf_jit.c | 398 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 404 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 449 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, offset)) in add_exception_handler() 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 | 562 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 569 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 629 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler() 641 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) | in add_exception_handler()
|
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1017 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 1024 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 1083 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler() 1098 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) | in add_exception_handler()
|