Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Darm_cpu_capabilities.c552 …onst char *cap_name, uint64_t commpage_flag, const char *cap_sysctl, int cap_bit, void (*try_cpu_c… in test_cpu_capability() argument
570 bool has_cap_bit = (cap_bit != -1); in test_cpu_capability()
573 size_t idx = (unsigned int)cap_bit / 8; in test_cpu_capability()
574 unsigned int bit = 1U << (cap_bit % 8); in test_cpu_capability()