Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/mm/book3s64/
Dpkeys.c48 #define PKEY_REG_BITS (sizeof(u64) * 8) macro
49 #define pkeyshift(pkey) (PKEY_REG_BITS - ((pkey+1) * AMR_BITS_PER_PKEY))
/linux-6.12.1/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))