Lines Matching full:execute
166 * execute only key. Mark it unavailable. in pkey_early_init_devtree()
178 * Allow execute in IAMR. in pkey_early_init_devtree()
393 * If the currently associated pkey is execute-only, but the requested in __arch_override_mprotect_pkey()
394 * protection is not execute-only, move it back to the default pkey. in __arch_override_mprotect_pkey()
400 * The requested protection is execute-only. Hence let's use an in __arch_override_mprotect_pkey()
401 * execute-only pkey. in __arch_override_mprotect_pkey()
413 static bool pkey_access_permitted(int pkey, bool write, bool execute) in pkey_access_permitted() argument
419 if (execute) in pkey_access_permitted()
429 bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted() argument
434 return pkey_access_permitted(pte_to_pkey_bits(pte), write, execute); in arch_pte_access_permitted()
446 bool execute, bool foreign) in arch_vma_access_permitted() argument
456 return pkey_access_permitted(vma_pkey(vma), write, execute); in arch_vma_access_permitted()