Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/amd64/
H A Dmachdep.c632 add_physmap_entry(uint64_t base, uint64_t length, vm_paddr_t *physmap, in add_physmap_entry() function
713 if (!add_physmap_entry(smap->base, smap->length, physmap, in bios_add_smap_entries()
811 if (!add_physmap_entry(p->md_phys, p->md_pages * EFI_PAGE_SIZE, in add_efi_map_entries()
/freebsd-14.2/sys/i386/i386/
H A Dmachdep.c751 add_physmap_entry(uint64_t base, uint64_t length, vm_paddr_t *physmap, in add_physmap_entry() function
844 return (add_physmap_entry(smap->base, smap->length, physmap, in add_smap_entry()