Searched refs:PHYSMAP_PTOV (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dloose_ends.c174 bzero(PHYSMAP_PTOV(src64), bytes);
193 bcopy(PHYSMAP_PTOV(src64), PHYSMAP_PTOV(dst64), bytes);
212 return func(PHYSMAP_PTOV(dst64), bytes, arg);
258 s1 = *(volatile unsigned char *)PHYSMAP_PTOV(paddr);
262 s2 = *(volatile unsigned short *)PHYSMAP_PTOV(paddr);
266 result = *(volatile unsigned int *)PHYSMAP_PTOV(paddr);
280 return *(volatile unsigned long long *)PHYSMAP_PTOV(paddr);
347 *(volatile unsigned char *)PHYSMAP_PTOV(paddr) = (unsigned char)data;
350 *(volatile unsigned short *)PHYSMAP_PTOV(padd
[all...]
H A Dcopyio.c58 * Physical addresses are accessible via the direct map and the PHYSMAP_PTOV()
162 PHYSMAP_PTOV(kernel_addr),
167 error = _bcopy((const void *) PHYSMAP_PTOV(kernel_addr),
/darwin-on-arm/xnu/osfmk/i386/
H A Dphys.c256 dst = PHYSMAP_PTOV(dst64);
259 src = PHYSMAP_PTOV(src64);
263 src = PHYSMAP_PTOV(src64);
264 dst = PHYSMAP_PTOV(dst64);
H A Dpmap_internal.h1003 return PHYSMAP_PTOV(&((pml4_entry_t *)pmap->pm_cr3)[(vaddr >> PML4SHIFT) & (NPML4PG-1)]);
1021 return &((pdpt_entry_t *) PHYSMAP_PTOV(newpf))
1039 return &((pd_entry_t *) PHYSMAP_PTOV(newpf))
1075 return &((pt_entry_t *)PHYSMAP_PTOV(newpf))
H A Dpmap.h472 panic("PHYSMAP_PTOV bounds exceeded, 0x%qx, 0x%qx, 0x%qx",
478 #define PHYSMAP_PTOV(x) (PHYSMAP_PTOV_check((void*) (x))) macro

Completed in 25 milliseconds