Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmmconf-fam10h.c38 #define BASE_VALID(b) ((b) + SIZE <= (0xfdULL<<32) || (b) >= (1ULL<<40)) macro
121 if (start > tom2 && BASE_VALID(start)) in get_fam10h_pci_mmconf_base()
124 if (BASE_VALID(start)) in get_fam10h_pci_mmconf_base()
130 if (end >= start + SIZE && BASE_VALID(start)) in get_fam10h_pci_mmconf_base()

Completed in 2 milliseconds