Home
last modified time | relevance | path

Searched refs:end_mfn (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmmconfig_64.c139 unsigned long start_mfn, end_mfn; in pci_mmcfg_arch_enable() local
153 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()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dmm.c818 unsigned long mfn, end_mfn; in setup_xenheap_mappings() local
836 end_mfn = base_mfn + nr_mfns; in setup_xenheap_mappings()
844 while ( mfn < end_mfn ) in setup_xenheap_mappings()

Completed in 6 milliseconds