Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/xen/
Dsuspend_pv.c23 __pte_ma(0), 0)) in xen_pv_pre_suspend()
Dmmu_pv.c1569 pte = __pte_ma(((pte_val_ma(*ptep) & _PAGE_RW) | ~_PAGE_RW) & in xen_set_pte_init()
/Linux-v4.19/drivers/xen/
Dmem-reservation.c83 __pte_ma(0), 0); in __xenmem_reservation_va_mapping_reset()
/Linux-v4.19/arch/x86/include/asm/xen/
Dpage.h308 static inline pte_t __pte_ma(pteval_t x) in __pte_ma() function