Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dmem.c145 if (v > cpu_getmaxphyaddr()) { in memrw()
174 if (offset > cpu_getmaxphyaddr()) in memmmap()
/f-stack/freebsd/x86/acpica/
H A Dsrat.c52 acpi_pxm_init(max_apic_id + 1, cpu_getmaxphyaddr()); in parse_acpi_tables()
/f-stack/freebsd/i386/i386/
H A Dmem.c110 if (uio->uio_offset > cpu_getmaxphyaddr()) { in memrw()
165 if (offset > cpu_getmaxphyaddr()) in memmmap()
/f-stack/freebsd/x86/include/
H A Dx86_var.h118 vm_paddr_t cpu_getmaxphyaddr(void);
/f-stack/freebsd/x86/x86/
H A Dnexus.c275 mem_rman.rm_end = cpu_getmaxphyaddr(); in nexus_init_resources()
H A Didentcpu.c2666 cpu_getmaxphyaddr(void) in cpu_getmaxphyaddr() function