Home
last modified time | relevance | path

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

/freebsd-13.1/sys/x86/include/
H A Dx86_var.h69 extern u_int cpu_maxphyaddr;
/freebsd-13.1/sys/x86/x86/
H A Didentcpu.c120 u_int cpu_maxphyaddr; /* Max phys addr width in bits */ variable
1683 cpu_maxphyaddr = regs[0] & 0xff; in finishidentcpu()
1687 cpu_maxphyaddr = (cpu_feature & CPUID_PAE) != 0 ? 36 : 32; in finishidentcpu()
2673 return ((1ULL << cpu_maxphyaddr) - 1); in cpu_getmaxphyaddr()
H A Dx86_mem.c640 mtrr_physmask = (((uint64_t)1 << cpu_maxphyaddr) - 1) & in x86_mrinit()
/freebsd-13.1/sys/compat/linprocfs/
H A Dlinprocfs.c364 cpu_maxphyaddr, in linprocfs_docpuinfo()
365 (cpu_maxphyaddr > 32) ? 48 : 0); in linprocfs_docpuinfo()