Searched refs:BPF_FIXUP_OFFSET_MASK (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/loongarch/net/ |
D | bpf_jit.c | 396 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 402 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 447 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, offset)) in add_exception_handler() 451 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, offset) | FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()
|
/linux-6.12.1/arch/riscv/net/ |
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.12.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 886 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 893 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 952 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler() 967 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) | in add_exception_handler()
|