Lines Matching defs:execute
167 * execute only key. Mark it unavailable.
179 * Allow execute in IAMR.
394 * If the currently associated pkey is execute-only, but the requested
395 * protection is not execute-only, move it back to the default pkey.
401 * The requested protection is execute-only. Hence let's use an
402 * execute-only pkey.
414 static bool pkey_access_permitted(int pkey, bool write, bool execute)
420 if (execute)
430 bool arch_pte_access_permitted(u64 pte, bool write, bool execute)
435 return pkey_access_permitted(pte_to_pkey_bits(pte), write, execute);
447 bool execute, bool foreign)
457 return pkey_access_permitted(vma_pkey(vma), write, execute);