Home
last modified time | relevance | path

Searched refs:shifted_pkru (Results 1 – 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c406 u32 shifted_pkru; in hw_pkey_get() local
413 shifted_pkru = (pkru >> (pkey * PKRU_BITS_PER_PKEY)); in hw_pkey_get()
414 dprintf2("%s() shifted_pkru: %x\n", __func__, shifted_pkru); in hw_pkey_get()
415 masked_pkru = shifted_pkru & mask; in hw_pkey_get()