Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/i386/
H A Dmachine_routines.h404 pmap_verify_noncacheable(uintptr_t vaddr);
/xnu-8796.121.2/osfmk/kern/
H A Dmachine.c849 uintptr_t const paddr = pmap_verify_noncacheable(vaddr); in ml_io_read()
1011 uintptr_t const paddr = pmap_verify_noncacheable(vaddr); in ml_io_write()
/xnu-8796.121.2/osfmk/x86_64/
H A Dpmap.c3370 pmap_verify_noncacheable(uintptr_t vaddr) in pmap_verify_noncacheable() function