Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/net/
Dbpf_jit_comp.c358 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro
364 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in arm64_bpf_fixup_exception()
409 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, offset)) in add_exception_handler()
412 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, offset) | in add_exception_handler()