Home
last modified time | relevance | path

Searched refs:pkey_last_malloc_record (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dprotection_keys.c637 struct pkey_malloc_record *pkey_last_malloc_record; variable
672 pkey_last_malloc_record = rec; in record_pkey_malloc()
979 pkey_assert(pkey_last_malloc_record); in test_pkey_alloc_free_attach_pkey0()
980 size = pkey_last_malloc_record->size; in test_pkey_alloc_free_attach_pkey0()
1290 assert(pkey_last_malloc_record); in test_mprotect_with_pkey_0()
1291 size = pkey_last_malloc_record->size; in test_mprotect_with_pkey_0()
1300 prot = pkey_last_malloc_record->prot; in test_mprotect_with_pkey_0()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dprotection_keys.c629 struct pkey_malloc_record *pkey_last_malloc_record; variable
664 pkey_last_malloc_record = rec; in record_pkey_malloc()
971 pkey_assert(pkey_last_malloc_record); in test_pkey_alloc_free_attach_pkey0()
972 size = pkey_last_malloc_record->size; in test_pkey_alloc_free_attach_pkey0()
1354 assert(pkey_last_malloc_record); in test_mprotect_with_pkey_0()
1355 size = pkey_last_malloc_record->size; in test_mprotect_with_pkey_0()
1364 prot = pkey_last_malloc_record->prot; in test_mprotect_with_pkey_0()

Completed in 5 milliseconds