Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/x86/mm/pat/
Dmemtype.c241 #define PAT(x, y) ((u64)PAT_ ## y << ((x)*8)) macro
316 pat = PAT(0, WB) | PAT(1, WT) | PAT(2, UC_MINUS) | PAT(3, UC) | in init_cache_modes()
317 PAT(4, WB) | PAT(5, WT) | PAT(6, UC_MINUS) | PAT(7, UC); in init_cache_modes()
374 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) | in pat_init()
375 PAT(4, WB) | PAT(5, WC) | PAT(6, UC_MINUS) | PAT(7, UC); in pat_init()
403 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) | in pat_init()
404 PAT(4, WB) | PAT(5, WP) | PAT(6, UC_MINUS) | PAT(7, WT); in pat_init()
415 #undef PAT
/linux-6.1.9/drivers/media/pci/ivtv/
DKconfig64 bool "force cx23415 framebuffer init with x86 PAT enabled"
67 With PAT enabled, the cx23415 framebuffer driver does not
70 when initializied on a kernel with PAT enabled (i.e. not
73 The driver is not easily upgradable to the PAT-aware
78 PAT-enabled systems but the framebuffer memory will be uncached.
/linux-6.1.9/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-6.1.9/Documentation/translations/zh_CN/mm/
Dhighmem.rst125 是,PAE有更多的PTE位,可以提供像NX和PAT这样的高级功能。
/linux-6.1.9/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-6.1.9/arch/x86/kvm/
Dcpuid.c607 F(PAT) | F(PSE36) | 0 /* PSN */ | F(CLFLUSH) | in kvm_set_cpu_caps()
684 F(PAT) | F(PSE36) | 0 /* Reserved */ | in kvm_set_cpu_caps()
/linux-6.1.9/Documentation/mm/
Dhighmem.rst178 like NX and PAT.
/linux-6.1.9/Documentation/driver-api/
Ddevice-io.rst412 'PAT' mode, it marks memory as uncached even when the MTRR has designated
/linux-6.1.9/arch/x86/
DKconfig1813 prompt "x86 PAT support" if EXPERT
1816 Use PAT attributes to setup page level cache control.
/linux-6.1.9/lib/
DKconfig.debug1765 be used by people debugging the kernel. Note that with PAT support
/linux-6.1.9/Documentation/admin-guide/
Dkernel-parameters.txt969 debugpat [X86] Enable PAT debugging
3806 nopat [X86] Disable PAT (page attribute table extension of