Home
last modified time | relevance | path

Searched refs:BPF_FIXUP_OFFSET_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/riscv/net/
Dbpf_jit_comp64.c542 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro
548 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf()
595 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, offset)) in add_exception_handler()
598 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, offset) | in add_exception_handler()
/Linux-v6.1/arch/arm64/net/
Dbpf_jit_comp.c685 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro
691 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf()
736 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, offset)) in add_exception_handler()
739 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, offset) | in add_exception_handler()