Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/i386/
H A Dmachine_routines.h387 pmap_verify_noncacheable(uintptr_t vaddr);
/xnu-8792.41.9/osfmk/kern/
H A Dmachine.c841 uintptr_t const paddr = pmap_verify_noncacheable(vaddr); in ml_io_read()
990 uintptr_t const paddr = pmap_verify_noncacheable(vaddr); in ml_io_write()
/xnu-8792.41.9/osfmk/x86_64/
H A Dpmap.c3336 pmap_verify_noncacheable(uintptr_t vaddr) in pmap_verify_noncacheable() function