Home
last modified time | relevance | path

Searched refs:md_pages (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Defirt_machdep.c198 if (p->md_phys + p->md_pages * EFI_PAGE_SIZE < p->md_phys || in efi_create_1t1_map()
199 p->md_phys + p->md_pages * EFI_PAGE_SIZE >= in efi_create_1t1_map()
204 (uintmax_t)p->md_pages); in efi_create_1t1_map()
216 printf("MAP %lx mode %x pages %lu\n", p->md_phys, mode, p->md_pages); in efi_create_1t1_map()
224 for (va = p->md_phys, idx = 0; idx < p->md_pages; idx++, in efi_create_1t1_map()
H A Dmachdep.c964 physmem_exclude_region(p->md_phys, p->md_pages * PAGE_SIZE, in exclude_efi_map_entry()
996 p->md_pages * PAGE_SIZE); in add_efi_map_entry()
1035 p->md_virt, p->md_pages); in print_efi_map_entry()
1205 pa >= p->md_phys + p->md_pages * EFI_PAGE_SIZE) in memory_mapping_mode()
/f-stack/freebsd/amd64/amd64/
H A Defirt_machdep.c218 if (p->md_phys + p->md_pages * EFI_PAGE_SIZE < p->md_phys || in efi_create_1t1_map()
219 p->md_phys + p->md_pages * EFI_PAGE_SIZE >= in efi_create_1t1_map()
224 (uintmax_t)p->md_pages); in efi_create_1t1_map()
246 for (va = p->md_phys, idx = 0; idx < p->md_pages; idx++, in efi_create_1t1_map()
H A Dmachdep.c1124 p->md_virt, p->md_pages); in add_efi_map_entries()
1166 if (!add_physmap_entry(p->md_phys, (p->md_pages * PAGE_SIZE), in add_efi_map_entries()
/f-stack/freebsd/arm/arm/
H A Dmachdep_boot.c446 p->md_virt, p->md_pages); in arm_add_efi_map_entries()
493 mr[j].mr_size = p->md_pages * PAGE_SIZE; in arm_add_efi_map_entries()
/f-stack/freebsd/sys/
H A Defi.h78 uint64_t md_pages; member
/f-stack/tools/sysctl/
H A Dsysctl.c134 uint64_t md_pages; member
970 (uintmax_t)map->md_pages);