Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-x86_64/
Dcpufeature.h90 #define cpu_has_pse 1 macro
/linux-2.4.37.9/include/asm-i386/
Dcpufeature.h86 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE) macro
/linux-2.4.37.9/arch/i386/mm/
Dpageattr.c136 if (cpu_has_pse && (atomic_read(&kpte_page->count) == 1)) { in __change_page_attr()
Dinit.c243 if (cpu_has_pse) { in pagetable_init()