Home
last modified time | relevance | path

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

/arch/x86/include/asm/xen/
Dpage.h330 static inline pteval_t pte_val_ma(pte_t pte) in pte_val_ma() function
/arch/x86/xen/
Dmmu_pv.c270 u.val = pte_val_ma(pteval); in xen_batched_set_pte()
291 u.val = pte_val_ma(pteval); in __xen_set_pte()
326 u.val = pte_val_ma(pte); in xen_ptep_modify_prot_commit()
1567 && pte_val_ma(*ptep) & _PAGE_PRESENT) in xen_set_pte_init()
1568 pte = __pte_ma(((pte_val_ma(*ptep) & _PAGE_RW) | ~_PAGE_RW) & in xen_set_pte_init()
1569 pte_val_ma(pte)); in xen_set_pte_init()
2709 rmd->mmu_update->val = pte_val_ma(pte); in remap_area_pfn_pte_fn()