Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush.h161 static inline bool __pte_protnone(unsigned long pte) in __pte_protnone() function
182 VM_WARN_ON_ONCE(!__pte_protnone(oldval) && oldval & _PAGE_PRIVILEGED); in __pte_flags_need_flush()
183 VM_WARN_ON_ONCE(!__pte_protnone(newval) && newval & _PAGE_PRIVILEGED); in __pte_flags_need_flush()