Home
last modified time | relevance | path

Searched refs:is_executable_pte (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/mmu/
H A Dspte.h358 static inline bool is_executable_pte(u64 spte) in is_executable_pte() function
496 return is_executable_pte(spte); in is_access_allowed()
H A Dmmutrace.h359 __entry->x = is_executable_pte(__entry->spte);
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1490 #define is_executable_pte(mmu, pte) \ macro
1497 #define is_nx_pte(mmu, pte) (!is_executable_pte(mmu, pte))