Searched refs:BPF_MAP_PTR_UNPRIV (Results 1 – 1 of 1) sorted by relevance
174 #define BPF_MAP_PTR_UNPRIV 1UL macro177 #define BPF_MAP_PTR(X) ((struct bpf_map *)((X) & ~BPF_MAP_PTR_UNPRIV))186 return aux->map_state & BPF_MAP_PTR_UNPRIV; in bpf_map_ptr_unpriv()192 BUILD_BUG_ON((unsigned long)BPF_MAP_PTR_POISON & BPF_MAP_PTR_UNPRIV); in bpf_map_ptr_store()195 (unpriv ? BPF_MAP_PTR_UNPRIV : 0UL); in bpf_map_ptr_store()