Home
last modified time | relevance | path

Searched refs:md_phys (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Defirt_machdep.c190 if (p->md_virt != 0 && p->md_virt != p->md_phys) { in efi_create_1t1_map()
195 if ((p->md_phys & EFI_PAGE_MASK) != 0) { in efi_create_1t1_map()
201 if (p->md_phys + p->md_pages * EFI_PAGE_SIZE < p->md_phys || in efi_create_1t1_map()
202 p->md_phys + p->md_pages * EFI_PAGE_SIZE >= in efi_create_1t1_map()
206 i, (uintmax_t)p->md_phys, in efi_create_1t1_map()
221 p->md_phys, mode, p->md_pages); in efi_create_1t1_map()
231 for (va = p->md_phys, idx = 0; idx < p->md_pages; in efi_create_1t1_map()
H A Dmachdep.c526 emdp->pa = p->md_phys + (emdp->va - p->md_virt); in efi_early_map_entry()
742 if (pa < p->md_phys || in memory_mapping_mode()
743 pa >= p->md_phys + p->md_pages * EFI_PAGE_SIZE) in memory_mapping_mode()
/freebsd/sys/amd64/amd64/
H A Defirt_machdep.c220 if (p->md_virt != 0 && p->md_virt != p->md_phys) { in efi_create_1t1_map()
225 if ((p->md_phys & EFI_PAGE_MASK) != 0) { in efi_create_1t1_map()
231 if (p->md_phys + p->md_pages * EFI_PAGE_SIZE < p->md_phys || in efi_create_1t1_map()
232 p->md_phys + p->md_pages * EFI_PAGE_SIZE >= in efi_create_1t1_map()
236 i, (uintmax_t)p->md_phys, in efi_create_1t1_map()
259 for (va = p->md_phys, idx = 0; idx < p->md_pages; idx++, in efi_create_1t1_map()
274 if (p->md_phys == 0) in efi_create_1t1_map()
H A Dmachdep.c774 printf("%23s %012lx %012lx %08lx ", type, p->md_phys, in add_efi_map_entries()
820 if (!add_physmap_entry(p->md_phys, p->md_pages * EFI_PAGE_SIZE, in add_efi_map_entries()
/freebsd/sys/kern/
H A Dsubr_efi_map.c79 physmem_exclude_region(p->md_phys, in handle_efi_map_entry()
93 physmem_hardware_region(p->md_phys, in handle_efi_map_entry()
142 printf("%23s %012jx %012jx %08jx ", type, (uintmax_t)p->md_phys, in print_efi_map_entry()
/freebsd/stand/kboot/libkboot/
H A Defi.c79 if (!file2u64(fn, &m->md_phys))
210 printf("%23s %012lx %012lx %08lx ", type, p->md_phys, in print_efi_map_entry()
/freebsd/sys/sys/
H A Defi.h97 uint64_t md_phys; member
/freebsd/sys/riscv/riscv/
H A Dmachdep.c551 physmem_exclude_region(p->md_phys, in efi_exclude_sbi_pmp_cb()
/freebsd/sbin/sysctl/
H A Dsysctl.c850 (uintmax_t)map->md_phys, (uintmax_t)map->md_virt, in S_efi_map()