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

/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c116 u8 prev_match, curr_match; __mtrr_type_lookup() local
155 prev_match = 0xFF; __mtrr_type_lookup()
202 if (prev_match == 0xFF) { __mtrr_type_lookup()
203 prev_match = curr_match; __mtrr_type_lookup()
207 if (check_type_overlap(&prev_match, &curr_match)) __mtrr_type_lookup()
216 if (prev_match != 0xFF) __mtrr_type_lookup()
217 return prev_match; __mtrr_type_lookup()
/linux-4.1.27/lib/zlib_deflate/
H A Ddeflate.c1038 s->prev_length = s->match_length, s->prev_match = s->match_start; deflate_slow()
1056 /* If prev_match is also MIN_MATCH, match_start is garbage deflate_slow()
1069 check_match(s, s->strstart-1, s->prev_match, s->prev_length); deflate_slow()
1071 bflush = zlib_tr_tally(s, s->strstart -1 - s->prev_match, deflate_slow()
H A Ddefutil.h130 IPos prev_match; /* previous match */ member in struct:deflate_state
/linux-4.1.27/arch/x86/kvm/
H A Dmmu.c2375 u8 prev_match, curr_match; get_mtrr_type() local
2411 prev_match = 0xFF; get_mtrr_type()
2432 if (prev_match == 0xFF) { get_mtrr_type()
2433 prev_match = curr_match; get_mtrr_type()
2437 if (prev_match == MTRR_TYPE_UNCACHABLE || get_mtrr_type()
2441 if ((prev_match == MTRR_TYPE_WRBACK && get_mtrr_type()
2443 (prev_match == MTRR_TYPE_WRTHROUGH && get_mtrr_type()
2445 prev_match = MTRR_TYPE_WRTHROUGH; get_mtrr_type()
2449 if (prev_match != curr_match) get_mtrr_type()
2453 if (prev_match != 0xFF) get_mtrr_type()
2454 return prev_match; get_mtrr_type()

Completed in 341 milliseconds