Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/tests/
H A Dpmap_test_sysctl.c38 extern uint64_t test_pmap_page_protect_overhead(unsigned int, unsigned int);
173 duration = test_pmap_page_protect_overhead(ppo_in.num_loops, ppo_in.num_aliases); in sysctl_test_pmap_page_protect_overhead()
/xnu-12377.1.9/osfmk/tests/
H A Dpmap_tests.c59 uint64_t test_pmap_page_protect_overhead(unsigned int num_loops, unsigned int num_aliases);
550 test_pmap_page_protect_overhead(unsigned int num_loops __unused, unsigned int num_aliases __unused) in test_pmap_page_protect_overhead() function