Searched refs:BPF_FIXUP_OFFSET_MASK (Results 1 – 1 of 1) sorted by relevance
360 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro366 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in arm64_bpf_fixup_exception()411 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, offset)) in add_exception_handler()414 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, offset) | in add_exception_handler()