Home
last modified time | relevance | path

Searched refs:add_physmap_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/amd64/amd64/
H A Dmachdep.c643 add_physmap_entry(uint64_t base, uint64_t length, vm_paddr_t *physmap, in add_physmap_entry() function
724 if (!add_physmap_entry(smap->base, smap->length, physmap, in bios_add_smap_entries()
822 if (!add_physmap_entry(p->md_phys, (p->md_pages * PAGE_SIZE), in add_efi_map_entries()
/freebsd-13.1/sys/i386/i386/
H A Dmachdep.c754 add_physmap_entry(uint64_t base, uint64_t length, vm_paddr_t *physmap, in add_physmap_entry() function
847 return (add_physmap_entry(smap->base, smap->length, physmap, in add_smap_entry()