Searched refs:PAT (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dsaa6752hs.c115 static const u8 PAT[] = { variable
461 /* compute PAT */
462 memcpy(localPAT, PAT, sizeof(PAT));
465 crc = crc32_be(~0, &localPAT[7], sizeof(PAT) - 7 - 4);
466 localPAT[sizeof(PAT) - 4] = (crc >> 24) & 0xFF;
467 localPAT[sizeof(PAT) - 3] = (crc >> 16) & 0xFF;
468 localPAT[sizeof(PAT) - 2] = (crc >> 8) & 0xFF;
469 localPAT[sizeof(PAT) - 1] = crc & 0xFF;
503 i2c_master_send(client, localPAT, sizeof(PAT));
[all...]
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c3 * Page Attribute Table (PAT) support: handle memory caching attributes in page tables.
8 * Loosely based on earlier PAT patchset from Eric Biederman and Andi Kleen.
12 * PAT is a CPU feature supported by all modern x86 CPUs, to allow the firmware and
17 * PAT support supersedes and augments MTRR support in a compatible fashion: MTRR is
21 * by the kernel or by user-space (such as the X server), we rely on PAT for any
24 * PAT doesn't work via explicit memory ranges, but uses page table entries to add
30 * that only support 4 types of PAT entries, and interaction with MTRRs, see
68 * PAT support is enabled by default, but can be disabled for
77 pr_info("x86/PAT: %s\n", msg_reason);
84 pat_disable("PAT suppor
259 #define PAT macro
364 #undef PAT macro
[all...]
/linux-master/arch/x86/kvm/
H A Dcpuid.c636 F(PAT) | F(PSE36) | 0 /* PSN */ | F(CLFLUSH) |
725 F(PAT) | F(PSE36) | 0 /* Reserved */ |

Completed in 108 milliseconds