Searched refs:unpriv (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 872 static int do_prog_test_run(int fd_prog, bool unpriv, uint32_t expected_val, in do_prog_test_run() argument 880 if (unpriv) in do_prog_test_run() 884 if (unpriv) in do_prog_test_run() 929 static void do_test_single(struct bpf_test *test, bool unpriv, in do_test_single() argument 970 expected_ret = unpriv && test->result_unpriv != UNDEF ? in do_test_single() 972 expected_err = unpriv && test->errstr_unpriv ? in do_test_single() 1039 if (!unpriv && test->insn_processed) { in do_test_single() 1065 if (unpriv && test->retvals[i].retval_unpriv) in do_test_single() 1070 err = do_prog_test_run(fd_prog, unpriv, expected_val, in do_test_single() 1160 static int do_test(bool unpriv, unsigned int from, unsigned int to) in do_test() argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kmod/ |
| H A D | kmod.sh | 483 local unpriv=$(capsh --drop=CAP_SYSLOG -- -c "$cmd") 485 if [ "$priv" = "$unpriv" ] || \ 488 echo "${FUNCNAME[0]}: FAIL, $name visible to unpriv: '$priv' vs '$unpriv'" >&2
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | hardware.h | 63 volatile uint32_t unpriv[512]; member
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.2.rst | 98 - linux-yocto/5.15: bpf: explicitly disable unpriv eBPF by default
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | verifier.c | 200 const struct bpf_map *map, bool unpriv) in bpf_map_ptr_store() argument 203 unpriv |= bpf_map_ptr_unpriv(aux); in bpf_map_ptr_store() 205 (unpriv ? BPF_MAP_PTR_UNPRIV : 0UL); in bpf_map_ptr_store()
|