Home
last modified time | relevance | path

Searched refs:pci_hi_mem_end (Results 1 – 4 of 4) sorted by relevance

/xen/tools/firmware/hvmloader/
A Dcacheattr.c116 (base != pci_hi_mem_end) && (i < nr_var_ranges); i++ ) in cacheattr_init()
121 while ( (base + size < base) || (base + size > pci_hi_mem_end) ) in cacheattr_init()
A Dconfig.h64 extern uint64_t pci_hi_mem_start, pci_hi_mem_end;
A Dpci.c34 uint64_t pci_hi_mem_start = 0, pci_hi_mem_end = 0; variable
533 pci_hi_mem_end = ((high_mem_resource.base - 1) | in pci_setup()
A Dutil.c961 if ( pci_hi_mem_end > pci_hi_mem_start ) in hvmloader_acpi_build_tables()
964 config->pci_hi_len = pci_hi_mem_end - pci_hi_mem_start; in hvmloader_acpi_build_tables()

Completed in 7 milliseconds