Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dmpspec_def.h86 #define BUSTYPE_ISA "ISA" macro
/linux-6.1.9/arch/x86/kernel/
Dmpparse.c93 if (strncmp(str, BUSTYPE_ISA, sizeof(BUSTYPE_ISA) - 1) == 0) { in MP_bus_info()