Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dmtrr.h50 extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform);
71 static inline u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform) in mtrr_type_lookup() function
/linux/Documentation/arch/x86/
H A Dmtrr.rst26 place other than mtrr_type_lookup() to ensure any OS specific mapping requests
29 requests mtrr_type_lookup() should always return MTRR_TYPE_INVALID.
/linux/arch/x86/mm/pat/
H A Dmemtype.c372 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()