Searched refs:hw_pkey_get (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | protection_keys.c | 177 static u32 hw_pkey_get(int pkey, unsigned long flags) in hw_pkey_get() function 220 pkey_rights = hw_pkey_get(pkey, syscall_flags); in pkey_disable_set() 222 dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__, in pkey_disable_set() 238 pkey_rights = hw_pkey_get(pkey, syscall_flags); in pkey_disable_set() 239 dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__, in pkey_disable_set() 254 int pkey_rights = hw_pkey_get(pkey, syscall_flags); in pkey_disable_clear() 259 dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__, in pkey_disable_clear() 269 pkey_rights = hw_pkey_get(pkey, syscall_flags); in pkey_disable_clear() 270 dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__, in pkey_disable_clear()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | protection_keys.c | 178 static u32 hw_pkey_get(int pkey, unsigned long flags) in hw_pkey_get() function 221 pkey_rights = hw_pkey_get(pkey, syscall_flags); in pkey_disable_set() 223 dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__, in pkey_disable_set() 239 pkey_rights = hw_pkey_get(pkey, syscall_flags); in pkey_disable_set() 240 dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__, in pkey_disable_set() 255 int pkey_rights = hw_pkey_get(pkey, syscall_flags); in pkey_disable_clear() 260 dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__, in pkey_disable_clear() 270 pkey_rights = hw_pkey_get(pkey, syscall_flags); in pkey_disable_clear() 271 dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__, in pkey_disable_clear()
|
Completed in 5 milliseconds