Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/i386/
H A Dmachine_routines.h410 pmap_verify_noncacheable(uintptr_t vaddr);
/xnu-11417.101.15/osfmk/kern/
H A Dmachine.c983 uintptr_t paddr = pmap_verify_noncacheable(vaddr); in ml_io_read()
1137 uintptr_t paddr = pmap_verify_noncacheable(vaddr); in ml_io_write()
/xnu-11417.101.15/osfmk/x86_64/
H A Dpmap.c3383 pmap_verify_noncacheable(uintptr_t vaddr) in pmap_verify_noncacheable() function