Searched refs:MTRR_TYPE_INVALID (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/uapi/asm/
H A Dmtrr.h114 #define MTRR_TYPE_INVALID 0xff macro
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c140 return MTRR_TYPE_INVALID;
322 if (type != MTRR_TYPE_INVALID)
489 if (type == MTRR_TYPE_INVALID)
510 * MTRR_TYPE_INVALID - MTRR is disabled
514 u8 type = MTRR_TYPE_INVALID;

Completed in 230 milliseconds