Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dmmconf-fam10h_64.c52 #define BASE_VALID(b) ((b) + MMCONF_SIZE <= (0xfdULL<<32) || (b) >= (1ULL<<40)) macro
152 if ((base > tom2) && BASE_VALID(base)) in get_fam10h_pci_mmconf_base()
155 if (BASE_VALID(base)) in get_fam10h_pci_mmconf_base()
161 if (val >= base + MMCONF_SIZE && BASE_VALID(base)) in get_fam10h_pci_mmconf_base()