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

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_common.c55 volatile uint32_t mappingrecurse = 0; variable
375 mappingrecurse = 0;
H A Dpmap_internal.h253 extern volatile uint32_t mappingrecurse;
303 if (!mappingrecurse && hw_compare_and_store(0,1, &mappingrecurse))
331 if (!mappingrecurse && hw_compare_and_store(0,1, &mappingrecurse))

Completed in 10 milliseconds