Home
last modified time | relevance | path

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

/arch/x86/mm/
Dpat.c78 #define PAT(x, y) ((u64)PAT_ ## y << ((x)*8)) macro
117 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) | in pat_init()
118 PAT(4, WB) | PAT(5, WC) | PAT(6, UC_MINUS) | PAT(7, UC); in pat_init()
131 #undef PAT
/arch/x86/kvm/
Dcpuid.c211 F(PAT) | F(PSE36) | 0 /* PSN */ | F(CLFLSH) | in do_cpuid_ent()
221 F(PAT) | F(PSE36) | 0 /* Reserved */ | in do_cpuid_ent()
/arch/x86/
DKconfig.debug14 be used by people debugging the kernel. Note that with PAT support
DKconfig1484 prompt "x86 PAT support" if EXPERT
1487 Use PAT attributes to setup page level cache control.