Searched refs:is_executable_pte (Results 1 – 3 of 3) sorted by relevance
358 static inline bool is_executable_pte(u64 spte) in is_executable_pte() function496 return is_executable_pte(spte); in is_access_allowed()
359 __entry->x = is_executable_pte(__entry->spte);
1490 #define is_executable_pte(mmu, pte) \ macro1497 #define is_nx_pte(mmu, pte) (!is_executable_pte(mmu, pte))