Lines Matching refs:pte_high
91 #define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL))
96 ptep->pte_high = pte.pte_high; in set_pte()
109 buddy->pte_high |= _PAGE_GLOBAL; in set_pte()
121 null.pte_low = null.pte_high = _PAGE_GLOBAL; in pte_clear()
201 pte.pte_high &= ~_PAGE_SILENT_WRITE; in pte_wrprotect()
208 pte.pte_high &= ~_PAGE_SILENT_WRITE; in pte_mkclean()
215 pte.pte_high &= ~_PAGE_SILENT_READ; in pte_mkold()
224 pte.pte_high |= _PAGE_SILENT_WRITE; in pte_mkwrite()
234 pte.pte_high |= _PAGE_SILENT_WRITE; in pte_mkdirty()
244 pte.pte_high |= _PAGE_SILENT_READ; in pte_mkyoung()
326 pte.pte_high &= ~0x3f; in pte_modify()
328 pte.pte_high |= pgprot_val(newprot) & 0x3f; in pte_modify()