Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dmem.c151 if (v > cpu_getmaxphyaddr()) { in memrw()
180 if (offset > cpu_getmaxphyaddr()) in memmmap()
/freebsd/sys/i386/i386/
H A Dmem.c107 if (uio->uio_offset > cpu_getmaxphyaddr()) { in memrw()
162 if (offset > cpu_getmaxphyaddr()) in memmmap()
/freebsd/sys/x86/acpica/
H A Dsrat.c50 acpi_pxm_init(max_apic_id + 1, cpu_getmaxphyaddr()); in parse_acpi_tables()
/freebsd/sys/x86/include/
H A Dx86_var.h118 vm_paddr_t cpu_getmaxphyaddr(void);
/freebsd/sys/x86/xen/
H A Dhvm.c573 const vm_paddr_t max_phys = cpu_getmaxphyaddr(); in xen_arch_init_physmem()
/freebsd/sys/x86/x86/
H A Dnexus.c252 mem_rman.rm_end = cpu_getmaxphyaddr(); in nexus_init_resources()
H A Didentcpu.c2660 cpu_getmaxphyaddr(void) in cpu_getmaxphyaddr() function