• Home
  • Raw
  • Download

Lines Matching defs:pkey

415 u32 pkey_get(int pkey, unsigned long flags)  in pkey_get()
437 int pkey_set(int pkey, unsigned long rights, unsigned long flags) in pkey_set()
460 void pkey_disable_set(int pkey, int flags) in pkey_disable_set()
498 void pkey_disable_clear(int pkey, int flags) in pkey_disable_clear()
527 void pkey_write_allow(int pkey) in pkey_write_allow()
531 void pkey_write_deny(int pkey) in pkey_write_deny()
535 void pkey_access_allow(int pkey) in pkey_access_allow()
539 void pkey_access_deny(int pkey) in pkey_access_deny()
545 unsigned long pkey) in sys_mprotect_pkey()
607 int sys_pkey_free(unsigned long pkey) in sys_pkey_free()
660 unsigned long pkey) in mprotect_pkey()
759 void *malloc_pkey_with_mprotect(long size, int prot, u16 pkey) in malloc_pkey_with_mprotect()
779 void *malloc_pkey_anon_huge(long size, int prot, u16 pkey) in malloc_pkey_anon_huge()
851 void *malloc_pkey_hugetlb(long size, int prot, u16 pkey) in malloc_pkey_hugetlb()
872 void *malloc_pkey_mmap_dax(long size, int prot, u16 pkey) in malloc_pkey_mmap_dax()
906 void *malloc_pkey(long size, int prot, u16 pkey) in malloc_pkey()
937 void expected_pk_fault(int pkey) in expected_pk_fault()
1003 void test_read_of_write_disabled_region(int *ptr, u16 pkey) in test_read_of_write_disabled_region()
1013 void test_read_of_access_disabled_region(int *ptr, u16 pkey) in test_read_of_access_disabled_region()
1024 void test_write_of_write_disabled_region(int *ptr, u16 pkey) in test_write_of_write_disabled_region()
1031 void test_write_of_access_disabled_region(int *ptr, u16 pkey) in test_write_of_access_disabled_region()
1038 void test_kernel_write_of_access_disabled_region(int *ptr, u16 pkey) in test_kernel_write_of_access_disabled_region()
1050 void test_kernel_write_of_write_disabled_region(int *ptr, u16 pkey) in test_kernel_write_of_write_disabled_region()
1063 void test_kernel_gup_of_access_disabled_region(int *ptr, u16 pkey) in test_kernel_gup_of_access_disabled_region()
1085 void test_kernel_gup_write_to_write_disabled_region(int *ptr, u16 pkey) in test_kernel_gup_write_to_write_disabled_region()
1103 void test_pkey_syscalls_on_non_allocated_pkey(int *ptr, u16 pkey) in test_pkey_syscalls_on_non_allocated_pkey()
1126 void test_pkey_syscalls_bad_args(int *ptr, u16 pkey) in test_pkey_syscalls_bad_args()
1137 void test_pkey_alloc_exhaust(int *ptr, u16 pkey) in test_pkey_alloc_exhaust()
1184 void test_ptrace_of_child(int *ptr, u16 pkey) in test_ptrace_of_child()
1260 void test_executing_on_unreadable_memory(int *ptr, u16 pkey) in test_executing_on_unreadable_memory()
1297 void test_mprotect_pkey_on_unsupported_cpu(int *ptr, u16 pkey) in test_mprotect_pkey_on_unsupported_cpu()
1333 int pkey; in run_tests_once() local