Searched refs:_COMM_PAGE_PHYSICAL_CPUS (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libdispatch-442.1.4/src/shims/
H A Dhw_config.h40 defined(_COMM_PAGE_PHYSICAL_CPUS) && defined(_COMM_PAGE_ACTIVE_CPUS)
55 p = _COMM_PAGE_PHYSICAL_CPUS; break;
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dcommpage_tests.c197 #ifdef _COMM_PAGE_PHYSICAL_CPUS
201 getcommptr(comm_u8, _COMM_PAGE_PHYSICAL_CPUS);
203 warnx("_COMM_PAGE_PHYSICAL_CPUS does not match hw.physicalcpu_max");
207 #endif /* _COMM_PAGE_PHYSICAL_CPUS */
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dcpu_capabilities.h179 #define _COMM_PAGE_PHYSICAL_CPUS (_COMM_PAGE_START_ADDRESS+0x035) /* uint8_t number of physical CPUs (hw.physicalcpu_max) */ macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/commpage/
H A Dcommpage.c402 commpage_stuff(_COMM_PAGE_PHYSICAL_CPUS,&c1,1);
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dnano_malloc.c1990 nanozone->phys_ncpus = *(uint8_t *)(uintptr_t)_COMM_PAGE_PHYSICAL_CPUS;

Completed in 179 milliseconds