Home
last modified time | relevance | path

Searched refs:copyio_active (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/osfmk/i386/ !
H A Dpmap.h676 boolean_t copyio_active = ((thread->machine.specFlags & CopyIOActive) != 0); in set_dirbase() local
678 pmap_pcid_activate(tpmap, ccpu, TRUE, copyio_active); in set_dirbase()
680 if (copyio_active) { in set_dirbase()
/xnu-8792.61.2/osfmk/x86_64/ !
H A Dcopyio.c109 uint8_t copyio_active; member
135 smaplog_cbuf[index].copyio_active = (thread->machine.specFlags & CopyIOActive) ? 1 : 0; in smaplog_add_entry()