Searched refs:end_mfn (Results 1 – 2 of 2) sorted by relevance
139 unsigned long start_mfn, end_mfn; in pci_mmcfg_arch_enable() local153 end_mfn = PFN_DOWN(cfg->address) + PCI_BDF(cfg->end_bus_number, ~0, ~0); in pci_mmcfg_arch_enable()154 if ( rangeset_add_range(mmio_ro_ranges, start_mfn, end_mfn) ) in pci_mmcfg_arch_enable()158 start_mfn, end_mfn); in pci_mmcfg_arch_enable()
818 unsigned long mfn, end_mfn; in setup_xenheap_mappings() local836 end_mfn = base_mfn + nr_mfns; in setup_xenheap_mappings()844 while ( mfn < end_mfn ) in setup_xenheap_mappings()
Completed in 6 milliseconds