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

/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c231 long long alloc_ptepages_count __attribute__((aligned(8))) = 0; /* aligned for atomic access */ variable
372 OSAddAtomic64(NKPT, &alloc_ptepages_count);
1543 OSAddAtomic64(1, &alloc_ptepages_count);
1632 OSAddAtomic64(1, &alloc_ptepages_count);
1751 OSAddAtomic64(1, &alloc_ptepages_count);
2169 *sum_size = alloc_ptepages_count * PAGE_SIZE;
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Ddebug.c544 extern long long alloc_ptepages_count;
H A Dzalloc.c4191 extern long long alloc_ptepages_count;

Completed in 164 milliseconds