Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1084 #define BPF_FIXUP_ARENA_REG_MASK GENMASK(20, 16) macro
1094 int arena_reg = FIELD_GET(BPF_FIXUP_ARENA_REG_MASK, ex->fixup); in ex_handler_bpf()
1186 FIELD_PREP(BPF_FIXUP_ARENA_REG_MASK, arena_reg); in add_exception_handler()