Searched refs:mtrr (Results 1 - 25 of 52) sorted by last modified time

123

/linux-master/arch/x86/mm/
H A Dpgtable.c8 #include <asm/mtrr.h>
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c53 #include <asm/mtrr.h>
373 * (Type in pat and mtrr will not have same value)
/linux-master/arch/x86/kernel/
H A Dsetup.c49 #include <asm/mtrr.h>
H A Damd_gart_64.c36 #include <asm/mtrr.h>
H A Dsmpboot.c73 #include <asm/mtrr.h>
H A Dmpparse.c26 #include <asm/mtrr.h>
H A Dsmp.c26 #include <asm/mtrr.h>
/linux-master/arch/x86/kernel/cpu/
H A DMakefile50 obj-$(CONFIG_MTRR) += mtrr/
H A Dcommon.c50 #include <asm/mtrr.h>
H A Dcacheinfo.c25 #include <asm/mtrr.h>
H A Dcentaur.c9 #include <asm/mtrr.h>
/linux-master/drivers/video/fbdev/
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 Ds3fb.c154 static int mtrr = 1; variable
166 module_param(mtrr, int, 0444);
167 MODULE_PARM_DESC(mtrr, "Enable write-combining with MTRR (1=enable, 0=disable, default=1)");
1373 if (mtrr)
1542 else if (!strncmp(opt, "mtrr:", 5))
1543 mtrr = simple_strtoul(opt + 5, NULL, 0);
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)
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c78 ggtt->mtrr = arch_phys_wc_add(ggtt->gmadr.start,
1068 arch_phys_wc_del(ggtt->mtrr);
/linux-master/arch/x86/kvm/
H A DMakefile9 i8254.o ioapic.o irq_comm.o cpuid.o pmu.o mtrr.o \
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h33 #include <asm/mtrr.h>
/linux-master/arch/x86/kernel/apic/
H A Dapic.c58 #include <asm/mtrr.h>
/linux-master/arch/x86/xen/
H A Denlighten_pv.c71 #include <asm/mtrr.h>
/linux-master/arch/x86/kernel/cpu/mtrr/
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...]
/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/arch/x86/power/
H A Dhibernate.c23 #include <asm/mtrr.h>
/linux-master/arch/x86/hyperv/
H A Divm.c21 #include <asm/mtrr.h>
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h234 int mtrr; member in struct:nouveau_drm::__anon16

Completed in 289 milliseconds

123