Home
last modified time | relevance | path

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

/arch/x86/xen/
Dmmu.c209 u->val = pte_val_ma(pteval); in xen_set_domain_pte()
304 u.val = pte_val_ma(pteval); in xen_batched_set_pte()
325 u.val = pte_val_ma(pteval); in __xen_set_pte()
360 u.val = pte_val_ma(pte); in xen_ptep_modify_prot_commit()
1554 if (pte_val_ma(*ptep) & _PAGE_PRESENT) in mask_rw_pte()
1555 pte = __pte_ma(((pte_val_ma(*ptep) & _PAGE_RW) | ~_PAGE_RW) & in mask_rw_pte()
1556 pte_val_ma(pte)); in mask_rw_pte()
1579 pte = __pte_ma(pte_val_ma(pte) & ~_PAGE_RW); in mask_rw_pte()
2801 rmd->mmu_update->val = pte_val_ma(pte); in remap_area_mfn_pte_fn()
/arch/x86/include/asm/xen/
Dpage.h270 static inline pteval_t pte_val_ma(pte_t pte) in pte_val_ma() function