Searched refs:BPF_FIXUP_OFFSET_MASK (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/loongarch/net/ |
D | bpf_jit.c | 391 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 397 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 438 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, offset)) in add_exception_handler() 442 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, offset) | FIELD_PREP(BPF_FIXUP_REG_MASK, dst_reg); in add_exception_handler()
|
/Linux-v6.6/arch/riscv/net/ |
D | bpf_jit_comp64.c | 567 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 573 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 631 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler() 643 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) | in add_exception_handler()
|
/Linux-v6.6/arch/arm64/net/ |
D | bpf_jit_comp.c | 691 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro 697 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() 743 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, offset)) in add_exception_handler() 746 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, offset) | in add_exception_handler()
|