Lines Matching full:execute
159 * execute only key. Mark it unavailable. in pkey_early_init_devtree()
171 * Allow execute in IAMR. in pkey_early_init_devtree()
373 * If the currently associated pkey is execute-only, but the requested in __arch_override_mprotect_pkey()
374 * protection is not execute-only, move it back to the default pkey. in __arch_override_mprotect_pkey()
380 * The requested protection is execute-only. Hence let's use an in __arch_override_mprotect_pkey()
381 * execute-only pkey. in __arch_override_mprotect_pkey()
393 static bool pkey_access_permitted(int pkey, bool write, bool execute) in pkey_access_permitted() argument
399 if (execute) in pkey_access_permitted()
409 bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted() argument
414 return pkey_access_permitted(pte_to_pkey_bits(pte), write, execute); in arch_pte_access_permitted()
426 bool execute, bool foreign) in arch_vma_access_permitted() argument
436 return pkey_access_permitted(vma_pkey(vma), write, execute); in arch_vma_access_permitted()