Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/xen/
Dmmu.c92 rmd->mmu_update->val = pte_val_ma(pte); in remap_area_pfn_pte_fn()
Dmmu_pv.c262 u.val = pte_val_ma(pteval); in xen_batched_set_pte()
283 u.val = pte_val_ma(pteval); in __xen_set_pte()
318 u.val = pte_val_ma(pte); in xen_ptep_modify_prot_commit()
1568 && pte_val_ma(*ptep) & _PAGE_PRESENT) in xen_set_pte_init()
1569 pte = __pte_ma(((pte_val_ma(*ptep) & _PAGE_RW) | ~_PAGE_RW) & in xen_set_pte_init()
1570 pte_val_ma(pte)); in xen_set_pte_init()
/Linux-v4.19/arch/x86/include/asm/xen/
Dpage.h303 static inline pteval_t pte_val_ma(pte_t pte) in pte_val_ma() function