Home
last modified time | relevance | path

Searched refs:cpu_has_pae (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dcpufeature.h243 #define cpu_has_pae boot_cpu_has(X86_FEATURE_PAE) macro
296 #undef cpu_has_pae
297 #define cpu_has_pae ___BUG___ macro
/linux-2.6.39/arch/x86/kernel/
Dmachine_kexec_32.c252 image->start, cpu_has_pae, in machine_kexec()