Searched refs:add_physmap_entry (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 987 add_physmap_entry(uint64_t base, uint64_t length, vm_paddr_t *physmap, in add_physmap_entry() function 1068 if (!add_physmap_entry(smap->base, smap->length, physmap, in bios_add_smap_entries() 1166 if (!add_physmap_entry(p->md_phys, (p->md_pages * PAGE_SIZE), in add_efi_map_entries()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 1664 add_physmap_entry(uint64_t base, uint64_t length, vm_paddr_t *physmap, in add_physmap_entry() function 1757 return (add_physmap_entry(smap->base, smap->length, physmap, in add_smap_entry()
|