Searched refs:prev_match (Results 1 – 4 of 4) sorted by relevance
116 u8 prev_match, curr_match; in __mtrr_type_lookup() local155 prev_match = 0xFF; in __mtrr_type_lookup()202 if (prev_match == 0xFF) { in __mtrr_type_lookup()203 prev_match = curr_match; in __mtrr_type_lookup()207 if (check_type_overlap(&prev_match, &curr_match)) in __mtrr_type_lookup()216 if (prev_match != 0xFF) in __mtrr_type_lookup()217 return prev_match; in __mtrr_type_lookup()
130 IPos prev_match; /* previous match */ member
1038 s->prev_length = s->match_length, s->prev_match = s->match_start; in deflate_slow()1069 check_match(s, s->strstart-1, s->prev_match, s->prev_length); in deflate_slow()1071 bflush = zlib_tr_tally(s, s->strstart -1 - s->prev_match, in deflate_slow()
2375 u8 prev_match, curr_match; in get_mtrr_type() local2411 prev_match = 0xFF; in get_mtrr_type()2432 if (prev_match == 0xFF) { in get_mtrr_type()2433 prev_match = curr_match; in get_mtrr_type()2437 if (prev_match == MTRR_TYPE_UNCACHABLE || in get_mtrr_type()2441 if ((prev_match == MTRR_TYPE_WRBACK && in get_mtrr_type()2443 (prev_match == MTRR_TYPE_WRTHROUGH && in get_mtrr_type()2445 prev_match = MTRR_TYPE_WRTHROUGH; in get_mtrr_type()2449 if (prev_match != curr_match) in get_mtrr_type()2453 if (prev_match != 0xFF) in get_mtrr_type()[all …]