Searched refs:smp_rendezvous (Results 1 - 25 of 25) sorted by relevance

/freebsd-10-stable/sys/amd64/include/
H A Dcounter.h72 smp_rendezvous(smp_no_rendevous_barrier, counter_u64_zero_one_cpu,
/freebsd-10-stable/sys/arm/include/
H A Dcounter.h75 smp_rendezvous(smp_no_rendevous_barrier, counter_u64_zero_one_cpu,
/freebsd-10-stable/sys/ia64/include/
H A Dcounter.h74 smp_rendezvous(smp_no_rendevous_barrier, counter_u64_zero_one_cpu,
/freebsd-10-stable/sys/mips/include/
H A Dcounter.h75 smp_rendezvous(smp_no_rendevous_barrier, counter_u64_zero_one_cpu,
/freebsd-10-stable/sys/sparc64/include/
H A Dcounter.h74 smp_rendezvous(smp_no_rendevous_barrier, counter_u64_zero_one_cpu,
/freebsd-10-stable/sys/powerpc/include/
H A Dcounter.h75 smp_rendezvous(smp_no_rendevous_barrier, counter_u64_zero_one_cpu,
141 smp_rendezvous(smp_no_rendevous_barrier, counter_u64_zero_one_cpu,
/freebsd-10-stable/sys/i386/include/
H A Dcounter.h151 smp_rendezvous(smp_no_rendevous_barrier,
/freebsd-10-stable/sys/sys/
H A Dsmp.h182 void smp_rendezvous(void (*)(void *),
/freebsd-10-stable/sys/x86/x86/
H A Dtsc.c441 smp_rendezvous(tsc_read_0, tsc_read_1, tsc_read_2, tsc);
443 smp_rendezvous(smp_no_rendevous_barrier, comp_smp_tsc,
447 smp_rendezvous(smp_no_rendevous_barrier, adj_smp_tsc,
H A Dlocal_apic.c494 smp_rendezvous(NULL, lapic_update_pmc, NULL, NULL);
525 smp_rendezvous(NULL, lapic_update_pmc, NULL, NULL);
/freebsd-10-stable/sys/amd64/vmm/intel/
H A Dept.c172 smp_rendezvous(NULL, invept_single_context, NULL, &invept_desc);
H A Dvmx.c496 smp_rendezvous(NULL, vmx_disable, NULL, NULL);
751 smp_rendezvous(NULL, vmx_enable, NULL, NULL);
/freebsd-10-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_et.c194 smp_rendezvous(NULL, vmbus_et_config, NULL, NULL);
H A Dvmbus.c1466 smp_rendezvous(NULL, vmbus_synic_setup, NULL, sc);
1553 smp_rendezvous(NULL, vmbus_synic_teardown, NULL, NULL);
/freebsd-10-stable/sys/amd64/amd64/
H A Damd64_mem.c290 smp_rendezvous(NULL, amd64_mrstoreone, NULL, sc);
727 smp_rendezvous(NULL, (void *)amd64_mrAPinit, NULL, sc);
/freebsd-10-stable/sys/compat/ndis/
H A Dkern_windrv.c124 smp_rendezvous(NULL, x86_newldt, NULL, NULL);
148 smp_rendezvous(NULL, x86_oldldt, NULL, NULL);
/freebsd-10-stable/sys/i386/i386/
H A Di686_mem.c284 smp_rendezvous(NULL, i686_mrstoreone, NULL, sc);
693 smp_rendezvous(NULL, (void *)i686_mrAPinit, NULL, sc);
H A Dsys_machdep.c875 smp_rendezvous(NULL, (void (*)(void *))set_user_ldt_rv,
/freebsd-10-stable/sys/kern/
H A Dsubr_smp.c117 * Shared mutex to restrict busywaits between smp_rendezvous() and
540 smp_rendezvous(void (* setup_func)(void *), function
751 smp_rendezvous(void (*setup_func)(void *), function
/freebsd-10-stable/sys/dev/xen/timer/
H A Dtimer.c562 smp_rendezvous(NULL, xentimer_percpu_resume, NULL, dev);
/freebsd-10-stable/sys/powerpc/ofw/
H A Dofw_machdep.c410 smp_rendezvous(smp_no_rendevous_barrier, ofw_rendezvous_dispatch,
/freebsd-10-stable/sys/dev/cpuctl/
H A Dcpuctl.c422 smp_rendezvous(NULL, amd_ucode_wrmsr, NULL, ptr);
/freebsd-10-stable/sys/amd64/vmm/amd/
H A Dsvm.c163 smp_rendezvous(NULL, svm_disable, NULL, NULL);
266 smp_rendezvous(NULL, svm_enable, NULL, NULL);
/freebsd-10-stable/sys/ia64/ia64/
H A Dpmap.c2610 smp_rendezvous(NULL, pmap_page_set_memattr_1, NULL,
2620 smp_rendezvous(NULL, pmap_page_set_memattr_1, NULL,
/freebsd-10-stable/sys/mips/mips/
H A Dpmap.c619 smp_rendezvous(NULL, fn, NULL, arg);
3214 smp_rendezvous(NULL, pmap_sync_icache_one, NULL, NULL);

Completed in 460 milliseconds