Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c485 static u8 type_merge(u8 type, u8 new_type, u8 *uniform) in type_merge() function
536 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()
543 type = type_merge(type, cache_map[i].type, uniform); in mtrr_type_lookup()
550 type = type_merge(type, mtrr_state.def_type, uniform); in mtrr_type_lookup()