Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable-invert.h16 static inline bool __pte_needs_invert(u64 val) in __pte_needs_invert() function
24 return __pte_needs_invert(val) ? ~0ull : 0; in protnone_mask()
34 if (__pte_needs_invert(oldval) != __pte_needs_invert(val)) in flip_protnone_guard()
A Dpgtable-2level.h126 static inline bool __pte_needs_invert(u64 val) in __pte_needs_invert() function
/linux-6.3-rc2/arch/x86/mm/
A Dmmap.c242 if (!__pte_needs_invert(pgprot_val(prot))) in pfn_modify_allowed()

Completed in 4 milliseconds