Home
last modified time | relevance | path

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

/arch/x86/xen/
Dsuspend.c32 __pte_ma(0), 0)) in xen_pv_pre_suspend()
Dmmu.c1555 pte = __pte_ma(((pte_val_ma(*ptep) & _PAGE_RW) | ~_PAGE_RW) & in mask_rw_pte()
1579 pte = __pte_ma(pte_val_ma(pte) & ~_PAGE_RW); in mask_rw_pte()
1604 pte = __pte_ma(0); in xen_set_pte_init()
/arch/x86/include/asm/xen/
Dpage.h275 static inline pte_t __pte_ma(pteval_t x) in __pte_ma() function