Searched refs:__pte_needs_invert (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgtable-invert.h16 static inline bool __pte_needs_invert(u64 val) function
24 return __pte_needs_invert(val) ? ~0ull : 0;
34 if (__pte_needs_invert(oldval) != __pte_needs_invert(val))
H A Dpgtable-2level.h126 static inline bool __pte_needs_invert(u64 val) function
H A Dpgtable.h960 if (__pte_needs_invert(pte_val(pte)))
/linux-master/arch/x86/mm/
H A Dmmap.c242 if (!__pte_needs_invert(pgprot_val(prot)))

Completed in 107 milliseconds