Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mtrr/
Dgeneric.c164 u8 prev_match, curr_match; in mtrr_type_lookup_variable() local
225 curr_match = mtrr_state.var_ranges[i].base_lo & 0xff; in mtrr_type_lookup_variable()
227 prev_match = curr_match; in mtrr_type_lookup_variable()
232 if (check_type_overlap(&prev_match, &curr_match)) in mtrr_type_lookup_variable()
233 return curr_match; in mtrr_type_lookup_variable()