Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kdp/ml/arm/ !
H A Dkdp_machdep.c80 kdp_exc_info_t exc; in kdp_exception()
90 rq->hdr.len = sizeof(*rq) + sizeof(kdp_exc_info_t); in kdp_exception()
98 rq->hdr.len += rq->n_exc_info * sizeof(kdp_exc_info_t); in kdp_exception()
/xnu-8792.41.9/osfmk/kdp/ !
H A Dkdp_protocol.h581 } KDP_PACKED kdp_exc_info_t; typedef
586 kdp_exc_info_t exc_info[0];
/xnu-8792.41.9/osfmk/kdp/ml/x86_64/ !
H A Dkdp_machdep.c91 rq->hdr.len += rq->n_exc_info * sizeof(kdp_exc_info_t); in kdp_exception()