Searched refs:add_physmap_entry (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | machdep.c | 666 add_physmap_entry(uint64_t base, uint64_t length, vm_paddr_t *physmap, in add_physmap_entry() function 884 add_physmap_entry(rstart, (s - rstart), physmap, &physmap_idx); in initriscv() 885 add_physmap_entry(e, (rend - e), physmap, &physmap_idx); in initriscv() 887 add_physmap_entry(mem_regions[i].mr_start, in initriscv()
|
| /freebsd-12.1/sys/amd64/amd64/ |
| H A D | machdep.c | 996 add_physmap_entry(uint64_t base, uint64_t length, vm_paddr_t *physmap, in add_physmap_entry() function 1077 if (!add_physmap_entry(smap->base, smap->length, physmap, in bios_add_smap_entries() 1175 if (!add_physmap_entry(p->md_phys, (p->md_pages * PAGE_SIZE), in add_efi_map_entries()
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | machdep.c | 1676 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()
|