Home
last modified time | relevance | path

Searched refs:pmap_verify_noncacheable (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/osfmk/i386/
H A Dmachine_routines.h407 pmap_verify_noncacheable(uintptr_t vaddr);
/xnu-10002.41.9/osfmk/kern/
H A Dmachine.c914 uintptr_t const paddr = pmap_verify_noncacheable(vaddr); in ml_io_read()
1067 uintptr_t const paddr = pmap_verify_noncacheable(vaddr); in ml_io_write()
/xnu-10002.41.9/osfmk/x86_64/
H A Dpmap.c3370 pmap_verify_noncacheable(uintptr_t vaddr) in pmap_verify_noncacheable() function