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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h537 volatile uint32_t active_last_context_in __attribute__((aligned(4))); member in struct:pmc_reservation
H A Dpmc.c699 resv->active_last_context_in = 0U;
1466 OSBitAndAtomic(~(1U << cpu_number()), &(reservation->active_last_context_in));
1495 OSBitOrAtomic(1U << cpu_number(), &(reservation->active_last_context_in));
1641 * to set this cpu's bit in the active_last_context_in mask. If we set it, call context_in.
1643 uint32_t oldMask = OSBitOrAtomic(1U << cpu_number(), &(reservation->active_last_context_in));

Completed in 18 milliseconds