Searched refs:pte_high (Results 1 – 6 of 6) sorted by relevance
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()[all …]
96 #define pte_pfn(x) ((unsigned long)((x).pte_high >> 6))101 pte.pte_high = (pfn << 6) | (pgprot_val(prot) & 0x3f); in pfn_pte()186 #define pte_to_pgoff(_pte) ((_pte).pte_high >> 2)208 #define __pte_to_swp_entry(pte) ((swp_entry_t) { (pte).pte_high })
47 typedef struct { unsigned long pte_low, pte_high; } pte_t; member64 return pte.pte_low | ((unsigned long long)pte.pte_high << 32); in native_pte_val()79 return (pte_t) { .pte_low = val, .pte_high = (val >> 32) } ; in native_make_pte()
379 pte.pte_high &= ~(1 << (_PAGE_BIT_NX - 32)); in pte_modify()380 pte.pte_high |= (pgprot_val(newprot) >> 32) & \ in pte_modify()
849 x.pte_low, x.pte_high); in pte_val()866 PVOP_VCALL3(pv_mmu_ops.set_pte, ptep, pteval.pte_low, pteval.pte_high); in set_pte()879 pteval.pte_low, pteval.pte_high); in set_pte_atomic()
222 pte_hi = new_val.pte_high; in HYPERVISOR_update_va_mapping()280 pte_hi = new_val.pte_high; in HYPERVISOR_update_va_mapping_otherdomain()319 mcl->args[2] = new_val.pte_high; in MULTI_update_va_mapping()346 mcl->args[2] = new_val.pte_high; in MULTI_update_va_mapping_otherdomain()