Home
last modified time | relevance | path

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

/freebsd-12.1/sys/x86/include/
H A Dx86_var.h69 extern u_int cpu_maxphyaddr;
116 return ((1ULL << cpu_maxphyaddr) - 1); in cpu_getmaxphyaddr()
/freebsd-12.1/sys/x86/x86/
H A Didentcpu.c117 u_int cpu_maxphyaddr; /* Max phys addr width in bits */ variable
1547 cpu_maxphyaddr = regs[0] & 0xff; in finishidentcpu()
1551 cpu_maxphyaddr = (cpu_feature & CPUID_PAE) != 0 ? 36 : 32; in finishidentcpu()
H A Dx86_mem.c641 mtrr_physmask = (((uint64_t)1 << cpu_maxphyaddr) - 1) & in x86_mrinit()
/freebsd-12.1/sys/compat/linprocfs/
H A Dlinprocfs.c306 cpu_maxphyaddr, in linprocfs_docpuinfo()
307 (cpu_maxphyaddr > 32) ? 48 : 0); in linprocfs_docpuinfo()