Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dx86_var.h67 extern u_int cpu_maxphyaddr;
/freebsd/sys/x86/x86/
H A Didentcpu.c122 u_int cpu_maxphyaddr; /* Max phys addr width in bits */ variable
1675 cpu_maxphyaddr = regs[0] & 0xff; in finishidentcpu()
1680 cpu_maxphyaddr = (cpu_feature & CPUID_PAE) != 0 ? 36 : 32; in finishidentcpu()
2666 return ((1ULL << cpu_maxphyaddr) - 1); in cpu_getmaxphyaddr()
H A Dx86_mem.c637 mtrr_physmask = (((uint64_t)1 << cpu_maxphyaddr) - 1) & in x86_mrinit()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c407 cpu_maxphyaddr, in linprocfs_docpuinfo()
408 (cpu_maxphyaddr > 32) ? 48 : 0); in linprocfs_docpuinfo()