Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/i386/
H A Dmp.h151 typedef enum {KDP_XCPU_NONE = 0xffff, KDP_CURRENT_LCPU = 0xfffe} kdp_cpu_t; enumerator
H A Dmp.c160 .cpu = KDP_XCPU_NONE
1845 while (kdp_xcpu_call_func.cpu != KDP_XCPU_NONE && in kdp_x86_xcpu_invoke()
1860 kdp_xcpu_call_func.cpu = KDP_XCPU_NONE; in kdp_x86_xcpu_poll()