Home
last modified time | relevance | path

Searched refs:PAT (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/Documentation/x86/
Dpat.rst4 PAT (Page Attribute Table)
7 x86 Page Attribute Table (PAT) allows for setting the memory attribute at the
8 page level granularity. PAT is complementary to the MTRR settings which allows
9 for setting of memory types over physical address ranges. However, PAT is
16 PAT allows for different types of memory attributes. The most commonly used
28 PAT APIs
108 With PAT support, a new API pgprot_writecombine is being added. So, drivers can
120 MTRR effects on PAT / non-PAT systems
124 using ioremap*() calls on x86 for both non-PAT and PAT systems. Ideally
126 be a no-op on PAT enabled systems. The region over which a arch_phys_wc_add()
[all …]
Dmtrr.rst14 MTRR use is replaced on modern x86 hardware with PAT. Direct MTRR use by
17 non-PAT systems while a no-op but equally effective on PAT enabled systems.
/Linux-v5.10/arch/x86/mm/pat/
Dmemtype.c239 #define PAT(x, y) ((u64)PAT_ ## y << ((x)*8)) macro
314 pat = PAT(0, WB) | PAT(1, WT) | PAT(2, UC_MINUS) | PAT(3, UC) | in init_cache_modes()
315 PAT(4, WB) | PAT(5, WT) | PAT(6, UC_MINUS) | PAT(7, UC); in init_cache_modes()
366 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) | in pat_init()
367 PAT(4, WB) | PAT(5, WC) | PAT(6, UC_MINUS) | PAT(7, UC); in pat_init()
395 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) | in pat_init()
396 PAT(4, WB) | PAT(5, WP) | PAT(6, UC_MINUS) | PAT(7, WT); in pat_init()
407 #undef PAT
/Linux-v5.10/drivers/media/pci/ivtv/
DKconfig76 bool "force cx23415 framebuffer init with x86 PAT enabled"
79 With PAT enabled, the cx23415 framebuffer driver does not
82 when initializied on a kernel with PAT enabled (i.e. not
85 The driver is not easily upgradable to the PAT-aware
90 PAT-enabled systems but the framebuffer memory will be uncached.
/Linux-v5.10/drivers/media/i2c/
Dsaa6752hs.c115 static const u8 PAT[] = { variable
462 memcpy(localPAT, PAT, sizeof(PAT)); in saa6752hs_init()
465 crc = crc32_be(~0, &localPAT[7], sizeof(PAT) - 7 - 4); in saa6752hs_init()
466 localPAT[sizeof(PAT) - 4] = (crc >> 24) & 0xFF; in saa6752hs_init()
467 localPAT[sizeof(PAT) - 3] = (crc >> 16) & 0xFF; in saa6752hs_init()
468 localPAT[sizeof(PAT) - 2] = (crc >> 8) & 0xFF; in saa6752hs_init()
469 localPAT[sizeof(PAT) - 1] = crc & 0xFF; in saa6752hs_init()
503 i2c_master_send(client, localPAT, sizeof(PAT)); in saa6752hs_init()
/Linux-v5.10/Documentation/driver-api/media/drivers/
Dvidtv.rst152 Currently vidtv supports working with 5 PSI tables: PAT, PMT,
155 The specification for PAT and PMT can be found in *ISO 13818-1:
198 #. Their programs will be concatenated to populate the PAT
202 #. For each program in the PAT, a PMT section will be created
/Linux-v5.10/arch/x86/kvm/
Dcpuid.c386 F(PAT) | F(PSE36) | 0 /* PSN */ | F(CLFLUSH) | in kvm_set_cpu_caps()
456 F(PAT) | F(PSE36) | 0 /* Reserved */ | in kvm_set_cpu_caps()
/Linux-v5.10/Documentation/vm/
Dhighmem.rst142 like NX and PAT.
/Linux-v5.10/arch/x86/
DKconfig1821 prompt "x86 PAT support" if EXPERT
1824 Use PAT attributes to setup page level cache control.
/Linux-v5.10/lib/
DKconfig.debug1654 be used by people debugging the kernel. Note that with PAT support
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt861 debugpat [X86] Enable PAT debugging
3351 nopat [X86] Disable PAT (page attribute table extension of