Go to the documentation of this file.
23 #ifndef _ASM_IA64_XEN_PAGE_H
24 #define _ASM_IA64_XEN_PAGE_H
26 #define INVALID_P2M_ENTRY (~0UL)
28 static inline unsigned long mfn_to_pfn(
unsigned long mfn)
33 static inline unsigned long pfn_to_mfn(
unsigned long pfn)
38 #define phys_to_machine_mapping_valid(_x) (1)
56 static inline void set_phys_to_machine(
unsigned long pfn,
unsigned long mfn)
61 #define pte_mfn(_x) pte_pfn(_x)
62 #define mfn_pte(_x, _y) __pte_ma(0)
63 #define __pte_ma(_x) ((pte_t) {(_x)})