Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c360 #define BPF_FIXUP_OFFSET_MASK GENMASK(26, 0) macro
366 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()