Searched refs:BPF_FIXUP_OFFSET_MASK (Results 1 – 2 of 2) sorted by relevance
542 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro548 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()
685 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro691 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()