Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/tests/
H A Dpmap_tests.c269 thread_bind(args->proc); in pmap_nest_thread()
288 thread_bind(PROCESSOR_NULL); in pmap_nest_thread()
401 thread_bind(nest_proc); in test_pmap_nesting()
475 thread_bind(PROCESSOR_NULL); in test_pmap_nesting()
/xnu-12377.41.6/osfmk/kern/
H A Dstartup.c728 thread_bind(processor); in kernel_bootstrap_thread()
915 thread_bind(PROCESSOR_NULL); in kernel_bootstrap_thread()
H A Dprocessor.c210 thread_bind(p); in ipi_test()
217 thread_bind(PROCESSOR_NULL); in ipi_test()
1211 processor_t prev = thread_bind(processor); in processor_boot()
1219 thread_bind(prev); in processor_boot()
H A Dsched_prim.h282 extern processor_t thread_bind(
H A Dmachine.c311 processor_t prev = thread_bind(processor); in processor_doshutdown()
320 thread_bind(prev); in processor_doshutdown()
H A Dexclaves.c987 __assert_only processor_t old = thread_bind(processor); in bind_to_boot_core()
996 thread_bind(PROCESSOR_NULL); in unbind_from_boot_core()
H A Dsched_prim.c1779 thread_bind( in thread_bind() function
1934 thread_bind(master_processor); in thread_vm_bind_group_add()
9625 thread_bind(processor); in sysctl_thread_bind_cpuid()
H A Dsmr.c1625 thread_bind(__smrw_drain_bind_target(smrw)); in __smr_worker_drain_lock()
/xnu-12377.41.6/osfmk/arm64/
H A Dplatform_tests.c695 thread_bind(processor); in lt_bound_thread()
1231 thread_bind(p); in arm64_pan_test_thread()
1238 thread_bind(PROCESSOR_NULL); in arm64_pan_test_thread()
1469 thread_bind(p); in ctrr_test()
1476 thread_bind(PROCESSOR_NULL); in ctrr_test()
/xnu-12377.41.6/osfmk/i386/
H A DpmCPU.c983 callbacks->ThreadBind = thread_bind; in pmKextRegister()