Searched refs:cpu_getmaxphyaddr (Results 1 – 6 of 6) sorted by relevance
145 if (v > cpu_getmaxphyaddr()) { in memrw()174 if (offset > cpu_getmaxphyaddr()) in memmmap()
52 acpi_pxm_init(max_apic_id + 1, cpu_getmaxphyaddr()); in parse_acpi_tables()
110 if (uio->uio_offset > cpu_getmaxphyaddr()) { in memrw()165 if (offset > cpu_getmaxphyaddr()) in memmmap()
118 vm_paddr_t cpu_getmaxphyaddr(void);
275 mem_rman.rm_end = cpu_getmaxphyaddr(); in nexus_init_resources()
2666 cpu_getmaxphyaddr(void) in cpu_getmaxphyaddr() function