Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dgeneric.c116 u8 prev_match, curr_match; in __mtrr_type_lookup() local
155 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()
/linux-4.1.27/lib/zlib_deflate/
Ddefutil.h130 IPos prev_match; /* previous match */ member
Ddeflate.c1038 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()
/linux-4.1.27/arch/x86/kvm/
Dmmu.c2375 u8 prev_match, curr_match; in get_mtrr_type() local
2411 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 …]