Home
last modified time | relevance | path

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

/freebsd-14.2/sys/x86/include/
H A Dx86_var.h67 extern u_int cpu_maxphyaddr;
/freebsd-14.2/sys/x86/x86/
H A Didentcpu.c118 u_int cpu_maxphyaddr; /* Max phys addr width in bits */ variable
1648 cpu_maxphyaddr = regs[0] & 0xff; in finishidentcpu()
1653 cpu_maxphyaddr = (cpu_feature & CPUID_PAE) != 0 ? 36 : 32; in finishidentcpu()
2639 return ((1ULL << cpu_maxphyaddr) - 1); in cpu_getmaxphyaddr()
H A Dx86_mem.c638 mtrr_physmask = (((uint64_t)1 << cpu_maxphyaddr) - 1) & in x86_mrinit()
/freebsd-14.2/sys/compat/linprocfs/
H A Dlinprocfs.c409 cpu_maxphyaddr, in linprocfs_docpuinfo()
410 (cpu_maxphyaddr > 32) ? 48 : 0); in linprocfs_docpuinfo()