Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmpspec_def.h90 #define BUSTYPE_PCI "PCI" macro
/arch/x86/kernel/
Dmpparse.c101 } else if (strncmp(str, BUSTYPE_PCI, sizeof(BUSTYPE_PCI) - 1) == 0) { in MP_bus_info()