Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c186 u64 pkey_reg = __read_pkey_reg(); in hw_pkey_get()
198 u64 old_pkey_reg = __read_pkey_reg(); in hw_pkey_set()
211 __func__, pkey, rights, flags, 0, __read_pkey_reg(), in hw_pkey_set()
331 __read_pkey_reg(), shadow_pkey_reg); in signal_handler()
389 __read_pkey_reg()); in signal_handler()
469 __func__, __LINE__, __read_pkey_reg(), shadow_pkey_reg); in alloc_pkey()
477 __func__, __LINE__, ret, __read_pkey_reg(), in alloc_pkey()
486 __LINE__, ret, __read_pkey_reg(), in alloc_pkey()
497 __func__, __LINE__, ret, __read_pkey_reg(), in alloc_pkey()
504 __func__, __LINE__, ret, __read_pkey_reg(), in alloc_pkey()
[all …]
H A Dpkey-powerpc.h42 static inline u64 __read_pkey_reg(void) in __read_pkey_reg() function
56 __func__, __read_pkey_reg(), pkey_reg); in __write_pkey_reg()
62 __func__, __read_pkey_reg(), pkey_reg); in __write_pkey_reg()
H A Dmseal_test.c119 static unsigned int __read_pkey_reg(void) in __read_pkey_reg() function
166 new_pkey_reg = set_pkey_bits(__read_pkey_reg(), pkey, pkey_value); in set_pkey()