Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/mtrr/
Dgeneric.c124 return MTRR_TYPE_INVALID; in mtrr_type_lookup_fixed()
169 prev_match = MTRR_TYPE_INVALID; in mtrr_type_lookup_variable()
226 if (prev_match == MTRR_TYPE_INVALID) { in mtrr_type_lookup_variable()
236 if (prev_match != MTRR_TYPE_INVALID) in mtrr_type_lookup_variable()
264 return MTRR_TYPE_INVALID; in mtrr_type_lookup()
267 return MTRR_TYPE_INVALID; in mtrr_type_lookup()
/linux-6.1.9/arch/x86/include/uapi/asm/
Dmtrr.h122 #define MTRR_TYPE_INVALID 0xff macro
/linux-6.1.9/arch/x86/include/asm/
Dmtrr.h57 return MTRR_TYPE_INVALID; in mtrr_type_lookup()
/linux-6.1.9/arch/x86/mm/
Dpgtable.c720 if ((mtrr != MTRR_TYPE_INVALID) && (!uniform) && in pud_set_huge()
747 if ((mtrr != MTRR_TYPE_INVALID) && (!uniform) && in pmd_set_huge()
/linux-6.1.9/arch/x86/mm/pat/
Dmemtype.c438 mtrr_type != MTRR_TYPE_INVALID) in pat_x_mtrr_type()
/linux-6.1.9/Documentation/x86/
Dmtrr.rst29 requests mtrr_type_lookup() should always return MTRR_TYPE_INVALID.