Lines Matching full:execute
168 * execute only key. Mark it unavailable. in pkey_early_init_devtree()
180 * Allow execute in IAMR. in pkey_early_init_devtree()
395 * If the currently associated pkey is execute-only, but the requested in __arch_override_mprotect_pkey()
396 * protection is not execute-only, move it back to the default pkey. in __arch_override_mprotect_pkey()
402 * The requested protection is execute-only. Hence let's use an in __arch_override_mprotect_pkey()
403 * execute-only pkey. in __arch_override_mprotect_pkey()
415 static bool pkey_access_permitted(int pkey, bool write, bool execute) in pkey_access_permitted() argument
421 if (execute) in pkey_access_permitted()
431 bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted() argument
436 return pkey_access_permitted(pte_to_pkey_bits(pte), write, execute); in arch_pte_access_permitted()
448 bool execute, bool foreign) in arch_vma_access_permitted() argument
458 return pkey_access_permitted(vma_pkey(vma), write, execute); in arch_vma_access_permitted()