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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dcommpage_tests.c44 volatile uint8_t *comm_u8; local
59 getcommptr(comm_u8, _COMM_PAGE_NCPUS);
60 if (sys_i32 != (*comm_u8)) {
185 getcommptr(comm_u8, _COMM_PAGE_ACTIVE_CPUS);
186 if (sys_i32 != (*comm_u8)) {
203 getcommptr(comm_u8, _COMM_PAGE_PHYSICAL_CPUS);
204 if (sys_i32 != (*comm_u8)) {
215 getcommptr(comm_u8, _COMM_PAGE_LOGICAL_CPUS);
216 if (sys_i32 != (*comm_u8)) {

Completed in 20 milliseconds