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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/i810/
H A Di810_main.h67 static inline void __devinit set_mtrr(struct i810fb_par *par) function
72 printk(KERN_ERR "set_mtrr: unable to set MTRR\n");
84 #define set_mtrr(x) printk("set_mtrr: MTRR is disabled in the kernel\n") macro
H A Di810_main.c1820 if (mtrr) set_mtrr(par);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dmain.c68 static void set_mtrr(unsigned int reg, unsigned long base,
201 * set_mtrr - update mtrrs on all processors
244 set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) function
443 set_mtrr(i, base, size, type);
451 set_mtrr(replace, 0, 0, 0);
578 set_mtrr(reg, 0, 0, 0);
651 set_mtrr(i, mtrr_value[i].lbase,
775 set_mtrr(~0U, 0, 0, 0);
810 set_mtrr(~0U, 0, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbdrv.c333 static inline void __devinit set_mtrr(struct intelfb_info *dinfo) function
350 #define set_mtrr(x) WRN_MSG("MTRR is disabled in the kernel\n") macro
689 set_mtrr(dinfo);

Completed in 41 milliseconds