Searched refs:i386_ptob (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dphys.c100 bzero_phys((addr64_t)i386_ptob(pn), PAGE_SIZE);
116 bzero_phys((addr64_t)(i386_ptob(pn) + offset), len);
137 src = i386_ptob(psrc);
138 dst = i386_ptob(pdst);
167 map = pmap_get_mapwindow(INTEL_PTE_VALID | INTEL_PTE_RW | (i386_ptob(pdst) & PG_FRAME) |
196 map = pmap_get_mapwindow(INTEL_PTE_VALID | INTEL_PTE_RW | (i386_ptob(psrc) & PG_FRAME) |
H A Di386_vm_init.c329 if (i386_ptob(pmptr->end) > avail_end )
330 avail_end = i386_ptob(pmptr->end);
442 avail_end = i386_ptob(highest_pn + 1);
H A Dloose_ends.c521 src = i386_ptob(pa);
565 map = pmap_get_mapwindow((pt_entry_t)(i386_ptob(atop_64(addr)) | INTEL_PTE_VALID));
585 pmap_store_pte(map->prv_CMAP, (pt_entry_t)(i386_ptob(atop_64(addr)) | INTEL_PTE_VALID));
646 map = pmap_get_mapwindow((pt_entry_t)(i386_ptob(pa) | INTEL_PTE_VALID));
H A Dpmap.c1167 pa = (pmap_paddr_t) kvtophys(va + i386_ptob(i));
1484 ml_static_mfree((vm_offset_t) i386_ptob(pmap_memory_regions[0].base),
1485 (vm_size_t) i386_ptob(pmap_memory_regions[0].end - pmap_memory_regions[0].base));
1639 pa = (pmap_paddr_t) kvtophys(va + i386_ptob(i));
2580 pmap_paddr_t pa = (pmap_paddr_t)i386_ptob(pn);
3058 paddr = ((vm_offset_t)i386_ptob(ppn)) | (vaddr & INTEL_OFFMASK);
3093 pa = i386_ptob(pn);
3183 pa = i386_ptob(pn);
3295 pa = i386_ptob(pn);
3498 bcopy_phys((addr64_t)i386_ptob(sr
[all...]
H A Dpmap.h94 #define intel_ptob(x) i386_ptob(x)
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A Dvm_param.h109 #define i386_ptob(x) (((pmap_paddr_t)(x)) << I386_PGSHIFT) macro
191 #define trunc_i386_to_vm(p) (atop(trunc_page(i386_ptob(p))))
192 #define round_i386_to_vm(p) (atop(round_page(i386_ptob(p))))
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c480 vm_size = i386_ptob((uint32_t)mptr->NumberOfPages);
539 vm_size = i386_ptob((uint32_t)mptr->NumberOfPages);
547 pmap_remove(kernel_pmap, i386_ptob(args->efiRuntimeServicesPageStart),
548 i386_ptob(args->efiRuntimeServicesPageStart + args->efiRuntimeServicesPageCount));
557 vm_size = i386_ptob((uint32_t)mptr->NumberOfPages);

Completed in 45 milliseconds