Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/tests/
H A Dpmap_test_sysctl.c38 extern uint64_t test_pmap_page_protect_overhead(unsigned int, unsigned int);
172 duration = test_pmap_page_protect_overhead(ppo_in.num_loops, ppo_in.num_aliases); in sysctl_test_pmap_page_protect_overhead()
/xnu-11215.1.10/osfmk/tests/
H A Dpmap_tests.c57 uint64_t test_pmap_page_protect_overhead(unsigned int num_loops, unsigned int num_aliases);
508 test_pmap_page_protect_overhead(unsigned int num_loops __unused, unsigned int num_aliases __unused) in test_pmap_page_protect_overhead() function