Home
last modified time | relevance | path

Searched refs:cpu_getmaxphyaddr (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/amd64/amd64/
H A Dmem.c145 if (v > cpu_getmaxphyaddr()) { in memrw()
174 if (offset > cpu_getmaxphyaddr()) in memmmap()
/freebsd-12.1/sys/i386/i386/
H A Dmem.c110 if (uio->uio_offset > cpu_getmaxphyaddr()) { in memrw()
167 if (offset > cpu_getmaxphyaddr()) in memmmap()
/freebsd-12.1/sys/x86/include/
H A Dx86_var.h111 cpu_getmaxphyaddr(void) in cpu_getmaxphyaddr() function
/freebsd-12.1/sys/x86/acpica/
H A Dsrat.c251 if (mem->BaseAddress >= cpu_getmaxphyaddr() || in srat_parse_entry()
/freebsd-12.1/sys/x86/x86/
H A Dnexus.c273 mem_rman.rm_end = cpu_getmaxphyaddr(); in nexus_init_resources()