Searched refs:i386_ptob (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.121.3/osfmk/mach/i386/ |
| H A D | vm_param.h | 130 #define i386_ptob(x) (((pmap_paddr_t)(x)) << I386_PGSHIFT) macro 131 #define machine_ptob(x) i386_ptob(x) 301 #define trunc_i386_to_vm(p) (atop(trunc_page(i386_ptob(p)))) 302 #define round_i386_to_vm(p) (atop(round_page(i386_ptob(p))))
|
| /xnu-8020.121.3/osfmk/i386/ |
| H A D | phys.c | 98 bzero_phys((addr64_t)i386_ptob(pn), PAGE_SIZE); in pmap_zero_page() 114 bzero_phys((addr64_t)(i386_ptob(pn) + offset), (uint32_t)len); in pmap_zero_part_page() 135 src = i386_ptob(psrc); in pmap_copy_part_page() 136 dst = i386_ptob(pdst); in pmap_copy_part_page()
|
| H A D | i386_vm_init.c | 676 if (i386_ptob(pmptr->end) > avail_end) { in i386_vm_init() 677 avail_end = i386_ptob(pmptr->end); in i386_vm_init() 772 avail_end = i386_ptob(highest_pn + 1); in i386_vm_init()
|
| H A D | pmap.h | 95 #define intel_ptob(x) i386_ptob(x)
|
| H A D | pmap_x86_common.c | 651 pmap_paddr_t pa = (pmap_paddr_t) i386_ptob(pn); in pmap_enter_options()
|
| /xnu-8020.121.3/osfmk/x86_64/ |
| H A D | pmap.c | 1115 vm_offset_t pbase = i386_ptob(pmap_memory_regions[i].base); in pmap_lowmem_finalize() 1116 vm_offset_t pend = i386_ptob(pmap_memory_regions[i].end + 1); in pmap_lowmem_finalize() 2084 pa = i386_ptob(pn); in pmap_expand_pml4() 2190 pa = i386_ptob(pn); in pmap_expand_pdpt() 2314 pa = i386_ptob(pn); in pmap_expand() 2425 pmap_store_pte(is_ept, pte, pa_to_pte(i386_ptob(pn)) | in pmap_pre_expand_large_internal() 2432 pmap_store_pte(is_ept, pte, pa_to_pte(i386_ptob(pn)) | in pmap_pre_expand_large_internal() 2447 pmap_store_pte(is_ept, pte, pa_to_pte(i386_ptob(pn)) | in pmap_pre_expand_large_internal() 2510 pmap_store_pte(is_ept, pte, pa_to_pte(i386_ptob(pn)) | in pmap_pre_expand() 2544 bcopy_phys((addr64_t)i386_ptob(src), in pmap_copy_page() [all …]
|
| H A D | loose_ends.c | 947 src = i386_ptob(pa); in fillPage() 1038 for (cacheline_addr = (unsigned char *)PHYSMAP_PTOV(i386_ptob(pa)); in cache_flush_page_phys()
|
| /xnu-8020.121.3/osfmk/i386/AT386/ |
| H A D | model_dep.c | 451 vm_size = (vm_offset_t)i386_ptob((uint32_t)mptr->NumberOfPages); in efi_init() 527 vm_size = (vm_offset_t)i386_ptob((uint32_t)mptr->NumberOfPages); in hibernate_newruntime_map() 539 pmap_remove(kernel_pmap, i386_ptob(args->efiRuntimeServicesPageStart), in hibernate_newruntime_map() 540 i386_ptob(args->efiRuntimeServicesPageStart + args->efiRuntimeServicesPageCount)); in hibernate_newruntime_map() 548 vm_size = (vm_offset_t)i386_ptob((uint32_t)mptr->NumberOfPages); in hibernate_newruntime_map()
|