Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dmtrr.h114 #define MTRR_TYPE_INVALID 0xff macro
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c137 return MTRR_TYPE_INVALID; in get_var_mtrr_state()
319 if (type != MTRR_TYPE_INVALID) in map_add_var()
482 if (type == MTRR_TYPE_INVALID) in type_merge()
505 u8 type = MTRR_TYPE_INVALID; in mtrr_type_lookup()
/openbmc/linux/Documentation/arch/x86/
H A Dmtrr.rst29 requests mtrr_type_lookup() should always return MTRR_TYPE_INVALID.