Searched refs:KDP_CURRENT_LCPU (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c108 ret = kdp_machine_phys_read(&rq, dst, KDP_CURRENT_LCPU);
166 if ((lcpu != KDP_CURRENT_LCPU) && (lcpu != cpu_number())) {
265 if ((lcpu != KDP_CURRENT_LCPU) && (lcpu != cpu_number())) {
311 if ((lcpu != KDP_CURRENT_LCPU) && (lcpu != cpu_number())) {
340 if ((lcpu != KDP_CURRENT_LCPU) && (lcpu != cpu_number())) {
369 if ((lcpu != KDP_CURRENT_LCPU) && (lcpu != cpu_number())) {
383 if ((lcpu != KDP_CURRENT_LCPU) && (lcpu != cpu_number())) {
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.h145 typedef enum {KDP_XCPU_NONE = 0xffff, KDP_CURRENT_LCPU = 0xfffe} kdp_cpu_t; enumerator in enum:__anon967

Completed in 19 milliseconds