Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/include/asm/xen/
Dpage.h62 #define mfn_pte(_x, _y) __pte_ma(0) /* unmodified use */
63 #define __pte_ma(_x) ((pte_t) {(_x)}) /* unmodified use */ macro
/linux-2.6.39/arch/x86/xen/
Dsuspend.c25 __pte_ma(0), 0)) in xen_arch_pre_suspend()
Dmmu.c1495 pte = __pte_ma(((pte_val_ma(*ptep) & _PAGE_RW) | ~_PAGE_RW) & in mask_rw_pte()
/linux-2.6.39/arch/x86/include/asm/xen/
Dpage.h192 static inline pte_t __pte_ma(pteval_t x) in __pte_ma() function
/linux-2.6.39/drivers/xen/
Dballoon.c299 __pte_ma(0), 0); in decrease_reservation()