Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/i386/
H A Dmachine_routines.h373 pmap_verify_noncacheable(uintptr_t vaddr);
/xnu-8020.121.3/osfmk/kern/
H A Dmachine.c517 uintptr_t const paddr = pmap_verify_noncacheable(vaddr); in ml_io_read()
644 uintptr_t const paddr = pmap_verify_noncacheable(vaddr); in ml_io_write()
/xnu-8020.121.3/osfmk/x86_64/
H A Dpmap.c3342 pmap_verify_noncacheable(uintptr_t vaddr) in pmap_verify_noncacheable() function