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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dcentaur.c67 *type = MTRR_TYPE_WRBACK;
69 *type = MTRR_TYPE_WRBACK;
H A Dcyrix.c52 *type = MTRR_TYPE_WRBACK;
71 *type = MTRR_TYPE_WRBACK;
H A Dcleanup.c76 if (type != MTRR_TYPE_WRBACK)
282 ((type == MTRR_TYPE_WRBACK) ? "WB" : "Other")
337 state->range_sizek, MTRR_TYPE_WRBACK);
382 range0_sizek, MTRR_TYPE_WRBACK);
394 range_sizek, MTRR_TYPE_WRBACK);
551 ((type == MTRR_TYPE_WRBACK) ? "WB" : "Other"))
581 if (num[MTRR_TYPE_WRBACK] + num[MTRR_TYPE_UNCACHABLE] !=
903 if (type != MTRR_TYPE_WRBACK)
930 if (!num[MTRR_TYPE_WRBACK])
934 if (num[MTRR_TYPE_WRBACK]
[all...]
H A Dgeneric.c146 if ((prev_match == MTRR_TYPE_WRBACK &&
149 curr_match == MTRR_TYPE_WRBACK)) {
160 return MTRR_TYPE_WRBACK;
717 || type == MTRR_TYPE_WRBACK)) {
H A Dmain.c196 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) ||
197 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH);
350 * %MTRR_TYPE_WRBACK - Write data back in bursts whenever
502 * %MTRR_TYPE_WRBACK - Write data back in bursts whenever
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmtrr.h105 #define MTRR_TYPE_WRBACK 6 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dvesafb.c422 type = MTRR_TYPE_WRBACK;
H A Duvesafb.c1538 type = MTRR_TYPE_WRBACK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpat.c152 if (mtrr_type != MTRR_TYPE_WRBACK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmu.c1836 if ((prev_match == MTRR_TYPE_WRBACK &&
1839 curr_match == MTRR_TYPE_WRBACK)) {
1861 mtrr = MTRR_TYPE_WRBACK;
H A Dvmx.c4187 ret = (MTRR_TYPE_WRBACK << VMX_EPT_MT_EPTE_SHIFT)

Completed in 206 milliseconds