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

/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c164 u8 prev_match, curr_match; mtrr_type_lookup_variable() local
228 curr_match = mtrr_state.var_ranges[i].base_lo & 0xff; mtrr_type_lookup_variable()
230 prev_match = curr_match; mtrr_type_lookup_variable()
235 if (check_type_overlap(&prev_match, &curr_match)) mtrr_type_lookup_variable()
236 return curr_match; mtrr_type_lookup_variable()

Completed in 90 milliseconds