Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/x86_64/
H A Dpmap_pcid.c397 invpcid(invpcid_type_t itype, pcid_t ipcid, uint64_t iaddr) in invpcid() argument
404 uint64_t iptype = itype; //promote to workaround assembler bug in invpcid()
/xnu-8792.61.2/osfmk/i386/
H A Dtrap.c357 int itype = DBG_INTR_TYPE_UNKNOWN; in interrupt() local
379 itype = DBG_INTR_TYPE_IPI; in interrupt()
381 itype = DBG_INTR_TYPE_TIMER; in interrupt()
383 itype = DBG_INTR_TYPE_OTHER; in interrupt()
390 user_mode, itype, 0); in interrupt()