Home
last modified time | relevance | path

Searched refs:has_commpage_flag (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/tests/
H A Darm_cpu_capabilities.c554 bool has_commpage_flag = commpage_flag != 0; in test_cpu_capability() local
557 if (has_commpage_flag) { in test_cpu_capability()
578 bool has_capability = has_commpage_flag ? commpage_flag_set : sysctl_flag_set; in test_cpu_capability()
580 if (!has_commpage_flag && !has_sysctl) { in test_cpu_capability()
585 if (has_commpage_flag && has_sysctl) { in test_cpu_capability()
588 if (has_commpage_flag && has_cap_bit) { in test_cpu_capability()