Searched refs:mtrr (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/arch/x86/kernel/cpu/mtrr/
H A DMakefile2 obj-y := mtrr.o if.o generic.o cleanup.o
H A Dlegacy.c7 #include <asm/mtrr.h>
9 #include "mtrr.h"
H A Damd.c4 #include <asm/mtrr.h>
7 #include "mtrr.h"
89 * disable local interrupts, write back the cache, set the mtrr
H A Dcentaur.c5 #include <asm/mtrr.h>
8 #include "mtrr.h"
98 pr_warn("mtrr: only write-combining%s supported\n",
H A Dgeneric.c18 #include <asm/mtrr.h>
22 #include "mtrr.h"
59 early_param("mtrr", mtrr_param_setup);
137 struct mtrr_var_range *mtrr = mtrr_state.var_ranges + reg; local
139 if (!(mtrr->mask_lo & MTRR_PHYSMASK_V))
142 *start = (((u64)mtrr->base_hi) << 32) + (mtrr->base_lo & PAGE_MASK);
143 *size = get_mtrr_size((((u64)mtrr->mask_hi) << 32) +
144 (mtrr->mask_lo & PAGE_MASK));
146 return mtrr
[all...]
H A Dcyrix.c8 #include <asm/mtrr.h>
11 #include "mtrr.h"
/linux-master/lib/
H A Ddevres.c330 int *mtrr; local
333 mtrr = devres_alloc_node(devm_arch_phys_ac_add_release, sizeof(*mtrr), GFP_KERNEL,
335 if (!mtrr)
340 devres_free(mtrr);
344 *mtrr = ret;
345 devres_add(dev, mtrr);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dagp.c100 arch_phys_wc_del(pci->agp.mtrr);
136 pci->agp.mtrr = -1;
173 pci->agp.mtrr = arch_phys_wc_add(pci->agp.base, pci->agp.size);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dpci.h22 int mtrr; member in struct:nvkm_pci::__anon855
/linux-master/drivers/video/fbdev/
H A Dvesafb.c59 static int mtrr __read_mostly; /* disable mtrr */
232 else if (! strncmp(this_opt, "mtrr:", 5))
233 mtrr = simple_strtoul(this_opt+5, NULL, 0);
235 mtrr=0;
290 /* size_total -- all video memory we have. Used for mtrr
434 if (mtrr == 3) {
450 if (mtrr && mtrr != 3)
H A Duvesafb.c47 static int mtrr = 3; /* enable mtrr by default */ variable
1466 * size_total -- all video memory we have. Used for mtrr
1519 if (mtrr && !(info->fix.smem_start & (PAGE_SIZE - 1))) {
1826 else if (!strncmp(this_opt, "mtrr:", 5))
1827 mtrr = simple_strtoul(this_opt+5, NULL, 0);
1829 mtrr = 0;
1855 if (mtrr != 3 && mtrr != 0)
1856 pr_warn("uvesafb: mtrr shoul
[all...]
H A Dvt8623fb.c99 static int mtrr = 1; variable
109 module_param(mtrr, int, 0444);
110 MODULE_PARM_DESC(mtrr, "Enable write-combining with MTRR (1=enable, 0=disable, default=1)");
791 if (mtrr)
H A Di740fb.c35 static int mtrr = 1; variable
1146 if (mtrr)
1271 else if (!strncmp(opt, "mtrr:", 5))
1272 mtrr = simple_strtoul(opt + 5, NULL, 0);
1314 module_param(mtrr, int, 0444);
1315 MODULE_PARM_DESC(mtrr, "Enable write-combining with MTRR (1=enable, 0=disable, default=1)");
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_wc_x86_64.c41 #include <asm/mtrr.h>
108 "No way to align address/size (%llx/%llx), no WC mtrr\n",
/linux-master/arch/x86/power/
H A Dhibernate_64.c23 #include <asm/mtrr.h>
H A Dhibernate.c23 #include <asm/mtrr.h>
/linux-master/arch/x86/include/asm/
H A Dmtrr.h27 #include <uapi/asm/mtrr.h>
/linux-master/arch/x86/kernel/cpu/
H A DMakefile50 obj-$(CONFIG_MTRR) += mtrr/
H A Dcentaur.c9 #include <asm/mtrr.h>
/linux-master/arch/x86/kernel/
H A Dsmp.c26 #include <asm/mtrr.h>
/linux-master/arch/x86/kvm/
H A DMakefile9 i8254.o ioapic.o irq_comm.o cpuid.o pmu.o mtrr.o \
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_ttm.c324 drm->ttm.mtrr = arch_phys_wc_add(device->func->resource_addr(device, 1),
358 arch_phys_wc_del(drm->ttm.mtrr);
359 drm->ttm.mtrr = 0;
H A Dnouveau_drv.h234 int mtrr; member in struct:nouveau_drm::__anon16
/linux-master/drivers/staging/sm750fb/
H A Dsm750.h94 } mtrr; member in struct:sm750_dev
/linux-master/lib/zstd/common/
H A Dcpu.h140 D(mtrr, 12)

Completed in 224 milliseconds

123