Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dpkeys.c28 #define PKEY_REG_BITS (sizeof(u64)*8) macro
29 #define pkeyshift(pkey) (PKEY_REG_BITS - ((pkey+1) * AMR_BITS_PER_PKEY))
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dptrace-pkey.c28 #define PKEY_REG_BITS (sizeof(u64) * 8) macro
29 #define pkeyshift(pkey) (PKEY_REG_BITS - ((pkey + 1) * AMR_BITS_PER_PKEY))
Dcore-pkey.c37 #define PKEY_REG_BITS (sizeof(u64) * 8) macro
38 #define pkeyshift(pkey) (PKEY_REG_BITS - ((pkey + 1) * AMR_BITS_PER_PKEY))