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

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_common.c48 uint32_t pmap_pagetable_corruption_incidents; variable
228 if (pmap_pagetable_corruption_incidents > 0) {
229 int i, e = MIN(pmap_pagetable_corruption_incidents, PMAP_PAGETABLE_CORRUPTION_MAX_LOG);
230 (*log_func)("%u pagetable corruption incident(s) detected, timeout: %u\n", pmap_pagetable_corruption_incidents, pmap_pagetable_corruption_timeout);
H A Dpmap_internal.h604 extern uint32_t pmap_pagetable_corruption_incidents;
627 pmap_pagetable_corruption_log_index = pmap_pagetable_corruption_incidents++ % PMAP_PAGETABLE_CORRUPTION_MAX_LOG;

Completed in 30 milliseconds