Lines Matching refs:rdpkru
452 u32 orig_pkru = rdpkru(); in pkey_disable_set()
478 dprintf1("%s(%d) pkru: 0x%x\n", __func__, pkey, rdpkru()); in pkey_disable_set()
480 pkey_assert(rdpkru() > orig_pkru); in pkey_disable_set()
490 u32 orig_pkru = rdpkru(); in pkey_disable_clear()
509 dprintf1("%s(%d) pkru: 0x%x\n", __func__, pkey, rdpkru()); in pkey_disable_clear()
511 assert(rdpkru() > orig_pkru); in pkey_disable_clear()
588 rdpkru(); in alloc_pkey()
755 rdpkru(); in malloc_pkey_with_mprotect()
764 rdpkru(); in malloc_pkey_with_mprotect()
1018 rdpkru(); in test_read_of_access_disabled_region()
1150 rdpkru(); /* for shadow checking */ in test_pkey_alloc_exhaust()
1183 rdpkru(); /* for shadow checking */ in test_pkey_alloc_exhaust()
1329 dprintf2("pkru: %x\n", rdpkru()); in test_executing_on_unreadable_memory()
1360 dprintf2("pkru: %x\n", rdpkru()); in test_implicit_mprotect_exec_only_memory()
1477 printf("startup pkru: %x\n", rdpkru()); in main()