Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
Dsetup.c412 c->x86_phys_bits = eax & 0xff; in display_cacheinfo()
604 c->x86_phys_bits = eax & 0xff; in init_intel()
881 if (c->x86_phys_bits > 0) in show_cpuinfo()
883 c->x86_phys_bits, c->x86_virt_bits); in show_cpuinfo()
/linux-2.4.37.9/include/asm-x86_64/
Dprocessor.h55 __u8 x86_virt_bits, x86_phys_bits; member