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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dmtrr.h59 #define MTRR_TYPE_UNCACHABLE 0 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dmtrr.h59 #define MTRR_TYPE_UNCACHABLE 0 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dmtrr.h59 #define MTRR_TYPE_UNCACHABLE 0 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dmtrr.h59 #define MTRR_TYPE_UNCACHABLE 0 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dmtrr.c331 case 1: *type = MTRR_TYPE_UNCACHABLE; break;
341 case 0: *type = MTRR_TYPE_UNCACHABLE; break;
361 if (low & 1) *type = MTRR_TYPE_UNCACHABLE;
414 *type = MTRR_TYPE_UNCACHABLE;
477 case MTRR_TYPE_UNCACHABLE: arr_type = 1; break;
487 case MTRR_TYPE_UNCACHABLE: arr_type = 0; break;
578 if(type == MTRR_TYPE_UNCACHABLE)
986 * %MTRR_TYPE_UNCACHABLE - No caching
1058 if (type != MTRR_TYPE_WRCOMB && (centaur_mcr_type == 0 || type != MTRR_TYPE_UNCACHABLE))
1128 if (type == MTRR_TYPE_UNCACHABLE) continu
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/i2o/
H A Di2o_pci.c255 c->bus.pci.mtrr_reg1 = mtrr_add(c->mem_phys, 65536, MTRR_TYPE_UNCACHABLE, 1);
258 printk(KERN_INFO "i2o_pci: Error in setting MTRR_TYPE_UNCACHABLE\n");
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dmtrr.c593 * %MTRR_TYPE_UNCACHABLE - No caching
674 if (type == MTRR_TYPE_UNCACHABLE)
729 * %MTRR_TYPE_UNCACHABLE - No caching

Completed in 110 milliseconds