Home
last modified time | relevance | path

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

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