Searched refs:machine_to_phys_mapping (Results 1 – 5 of 5) sorted by relevance
329 #undef machine_to_phys_mapping330 #define machine_to_phys_mapping ((unsigned long *)RDWR_MPT_VIRT_START) macro339 machine_to_phys_mapping[(mfn)] = SHARED_M2P_ENTRY; \341 machine_to_phys_mapping[(mfn)] = (pfn); \
87 #ifndef machine_to_phys_mapping88 #define machine_to_phys_mapping ((unsigned long *)MACH2PHYS_VIRT_START) macro
86 #ifndef machine_to_phys_mapping87 #define machine_to_phys_mapping ((unsigned long *)HYPERVISOR_VIRT_START) macro
473 #undef machine_to_phys_mapping474 #define machine_to_phys_mapping ((unsigned long *)RDWR_MPT_VIRT_START) macro487 machine_to_phys_mapping[(mfn)] = (entry)); \502 #define get_gpfn_from_mfn(mfn) (machine_to_phys_mapping[(mfn)])
135 va = RO_MPT_VIRT_START + spfn * sizeof(*machine_to_phys_mapping); in m2p_mapped()274 va = RO_MPT_VIRT_START + i * sizeof(*machine_to_phys_mapping); in destroy_m2p_mapping()275 rwva = RDWR_MPT_VIRT_START + i * sizeof(*machine_to_phys_mapping); in destroy_m2p_mapping()408 va = RO_MPT_VIRT_START + smap * sizeof(*machine_to_phys_mapping); in setup_m2p_table()412 sizeof(*machine_to_phys_mapping)) in setup_m2p_table()415 sizeof(*machine_to_phys_mapping)); in setup_m2p_table()434 va = RO_MPT_VIRT_START + i * sizeof(*machine_to_phys_mapping); in setup_m2p_table()535 sizeof(*machine_to_phys_mapping)) in paging_init()537 sizeof(*machine_to_phys_mapping)); in paging_init()927 (v < (unsigned long)(machine_to_phys_mapping + max_page)); in subarch_memory_op()
Completed in 9 milliseconds