Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dmmu.c208 u->val = pte_val_ma(pteval); in xen_set_domain_pte()
303 u.val = pte_val_ma(pteval); in xen_batched_set_pte()
324 u.val = pte_val_ma(pteval); in __xen_set_pte()
359 u.val = pte_val_ma(pte); in xen_ptep_modify_prot_commit()
1455 if (pte_val_ma(*ptep) & _PAGE_PRESENT) in mask_rw_pte()
1456 pte = __pte_ma(((pte_val_ma(*ptep) & _PAGE_RW) | ~_PAGE_RW) & in mask_rw_pte()
1457 pte_val_ma(pte)); in mask_rw_pte()
2462 rmd->mmu_update->val = pte_val_ma(pte); in remap_area_mfn_pte_fn()
/linux-4.1.27/arch/x86/include/asm/xen/
Dpage.h235 static inline pteval_t pte_val_ma(pte_t pte) in pte_val_ma() function