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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_common.c55 volatile uint32_t mappingrecurse = 0; variable
346 mappingrecurse = 0;
H A Dpmap_internal.h246 extern volatile uint32_t mappingrecurse;
295 if (!mappingrecurse && hw_compare_and_store(0,1, &mappingrecurse))
323 if (!mappingrecurse && hw_compare_and_store(0,1, &mappingrecurse))
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c425 uint32_t mappingrecurse = 0; variable
433 if (hw_compare_and_store(0,1,(u_int *)&mappingrecurse)) \
453 if (hw_compare_and_store(0,1,(u_int *)&mappingrecurse)) \
1616 mappingrecurse = 0;

Completed in 16 milliseconds