Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dmachdep.c635 add_physmap_entry(uint64_t base, uint64_t length, vm_paddr_t *physmap, in add_physmap_entry() function
717 if (!add_physmap_entry(smap->base, smap->length, physmap, in bios_add_smap_entries()
819 if (!add_physmap_entry(p->md_phys, p->md_pages * EFI_PAGE_SIZE, in add_efi_map_entries()
/freebsd/sys/i386/i386/
H A Dmachdep.c749 add_physmap_entry(uint64_t base, uint64_t length, vm_paddr_t *physmap, in add_physmap_entry() function
842 return (add_physmap_entry(smap->base, smap->length, physmap, in add_smap_entry()