Home
last modified time | relevance | path

Searched refs:captured (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/osfmk/arm64/
H A Dkpc.c828 bool captured = false; in kpc_pmi_handler() local
833 captured = PC_CAPTURE_PMC(pc_capture) == ctr; in kpc_pmi_handler()
834 if (captured) { in kpc_pmi_handler()
850 if (!captured) { in kpc_pmi_handler()
866 flags |= captured ? KPC_CAPTURED_PC : 0; in kpc_pmi_handler()
/xnu-12377.41.6/doc/lifecycle/
H A Dhibernation.md218 + `wake_abstime` needs to be restored to the last absolute time captured
220 `wake_abstime` is captured too early; later calls to
227 is necessary because the page containing preemption_count is captured
228 when the count is set to 1 (since the page is captured from within the
/xnu-12377.41.6/doc/observability/
H A Dcoalitions.md85 ANE billing information is not yet captured: [rdar://122812962](rdar://122812962) (Capture ANE ener…
/xnu-12377.41.6/doc/debugging/
H A Ddebugging.md335 exception in the end. It was just captured in try/catch block. So the simplified reproducer is: