Searched refs:pte_flags (Results 1 – 6 of 6) sorted by relevance
95 return pte_flags(pte) & _PAGE_DIRTY; in pte_dirty()100 return pte_flags(pte) & _PAGE_ACCESSED; in pte_young()115 return pte_flags(pte) & _PAGE_RW; in pte_write()120 return pte_flags(pte) & _PAGE_PSE; in pte_huge()125 return pte_flags(pte) & _PAGE_GLOBAL; in pte_global()130 return !(pte_flags(pte) & _PAGE_NX); in pte_exec()135 return pte_flags(pte) & _PAGE_SPECIAL; in pte_special()303 return pte_flags(pte) & _PAGE_SOFT_DIRTY; in pte_soft_dirty()382 #define pte_pgprot(x) __pgprot(pte_flags(x) & PTE_FLAGS_MASK)440 return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE); in pte_present()[all …]
299 static inline pteval_t pte_flags(pte_t pte) in pte_flags() function
216 flags = (pte_flags(gpte) & ~_PAGE_GLOBAL); in gpte_to_spte()248 if (pte_flags(pte) & _PAGE_PRESENT) in release_pte()256 if (pte_flags(gpte) & _PAGE_PSE) in gpte_in_iomem()265 if ((pte_flags(gpte) & _PAGE_PSE) || in check_gpte()466 if (!(pte_flags(gpte) & _PAGE_PRESENT)) in demand_page()473 if ((errcode & 2) && !(pte_flags(gpte) & _PAGE_RW)) in demand_page()477 if ((errcode & 4) && !(pte_flags(gpte) & _PAGE_USER)) in demand_page()569 flags = pte_flags(*spte); in page_writable()704 if (!(pte_flags(gpte) & _PAGE_PRESENT)) in __guest_pa()810 if (i == 0 && !(pte_flags(*pte) & _PAGE_PRESENT)) { in allocate_switcher_mapping()[all …]
92 if ((pte_flags(pte) & (mask | _PAGE_SPECIAL)) != mask) { in gup_pte_range()128 if ((pte_flags(pte) & mask) != mask) in gup_huge_pmd()131 VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL); in gup_huge_pmd()205 if ((pte_flags(pte) & mask) != mask) in gup_huge_pud()208 VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL); in gup_huge_pud()
38 return pte_flags(pte) & _PAGE_SOFTW1; in pte_testbit()
321 u32 pte_flags = I810_PTE_VALID; in i810_write_entry() local325 pte_flags |= I810_PTE_LOCAL; in i810_write_entry()328 pte_flags |= I830_PTE_SYSTEM_CACHED; in i810_write_entry()332 writel_relaxed(addr | pte_flags, intel_private.gtt + entry); in i810_write_entry()733 u32 pte_flags = I810_PTE_VALID; in i830_write_entry() local736 pte_flags |= I830_PTE_SYSTEM_CACHED; in i830_write_entry()738 writel_relaxed(addr | pte_flags, intel_private.gtt + entry); in i830_write_entry()1101 u32 pte_flags; in i965_write_entry() local1103 pte_flags = I810_PTE_VALID; in i965_write_entry()1105 pte_flags |= I830_PTE_SYSTEM_CACHED; in i965_write_entry()[all …]