Searched defs:unpriv (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | hardware.h | 63 volatile uint32_t unpriv[512]; member
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | hardware.h | 63 volatile uint32_t unpriv[512]; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_loader.c | 60 struct test_subspec unpriv; member 532 run_subtest(struct test_loader *tester, struct bpf_object_open_opts *open_opts, const void *obj_bytes, size_t obj_byte_cnt, struct test_spec *specs, struct test_spec *spec, bool unpriv) run_subtest() argument [all...] |
H A D | test_verifier.c | 1260 static int do_prog_test_run(int fd_prog, bool unpriv, uint32_t expected_val, in do_prog_test_run() argument 1554 static void do_test_single(struct bpf_test *test, bool unpriv, in do_test_single() argument 1802 do_test(bool unpriv, unsigned int from, unsigned int to) do_test() argument 1850 bool unpriv = !is_admin(); main() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 882 static int do_prog_test_run(int fd_prog, bool unpriv, uint32_t expected_val, in do_prog_test_run() argument 939 static void do_test_single(struct bpf_test *test, bool unpriv, in do_test_single() argument 1170 static int do_test(bool unpriv, unsigne argument 1209 bool unpriv = !is_admin(); main() local [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 199 bpf_map_ptr_store(struct bpf_insn_aux_data *aux, const struct bpf_map *map, bool unpriv) bpf_map_ptr_store() argument
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 214 bpf_map_ptr_store(struct bpf_insn_aux_data *aux, const struct bpf_map *map, bool unpriv) bpf_map_ptr_store() argument
|
Completed in 46 milliseconds