Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dcounter.h129 smp_rendezvous(NULL, counter_u64_fetch_cx8_one, NULL, &arg); in counter_u64_fetch_inline()
172 smp_rendezvous(smp_no_rendezvous_barrier, in counter_u64_zero_inline()
/f-stack/freebsd/arm/include/
H A Dcounter.h77 smp_rendezvous(smp_no_rendezvous_barrier, counter_u64_zero_one_cpu, in counter_u64_zero_inline()
/f-stack/freebsd/arm64/include/
H A Dcounter.h73 smp_rendezvous(smp_no_rendezvous_barrier, counter_u64_zero_one_cpu, in counter_u64_zero_inline()
/f-stack/freebsd/mips/include/
H A Dcounter.h79 smp_rendezvous(smp_no_rendezvous_barrier, counter_u64_zero_one_cpu, in counter_u64_zero_inline()
/f-stack/freebsd/amd64/include/
H A Dcounter.h77 smp_rendezvous(smp_no_rendezvous_barrier, counter_u64_zero_one_cpu, in counter_u64_zero_inline()
/f-stack/freebsd/x86/x86/
H A Dtsc.c519 smp_rendezvous(tsc_read_0, tsc_read_1, tsc_read_2, tsc); in test_tsc()
521 smp_rendezvous(smp_no_rendezvous_barrier, comp_smp_tsc, in test_tsc()
525 smp_rendezvous(smp_no_rendezvous_barrier, adj_smp_tsc, in test_tsc()
H A Dx86_mem.c312 smp_rendezvous(NULL, x86_mrstoreone, NULL, sc); in x86_mrstore()
713 smp_rendezvous(NULL, (void (*)(void *))x86_mrAPinit, NULL, sc); in x86_mrreinit()
H A Dlocal_apic.c922 smp_rendezvous(NULL, lapic_update_pmc, NULL, NULL); in native_lapic_enable_pmc()
931 smp_rendezvous(NULL, lapic_update_pmc, NULL, NULL); in native_lapic_enable_pmc()
963 smp_rendezvous(NULL, lapic_update_pmc, NULL, NULL); in native_lapic_disable_pmc()
H A Dcpu_machdep.c183 smp_rendezvous(NULL, x86_msr_op_one, NULL, &a); in x86_msr_op()
/f-stack/freebsd/amd64/vmm/intel/
H A Dept.c174 smp_rendezvous(NULL, invept_single_context, NULL, &invept_desc); in ept_invalidate_mappings()
H A Dvmx.c627 smp_rendezvous(NULL, vmx_disable, NULL, NULL); in vmx_modcleanup()
955 smp_rendezvous(NULL, vmx_enable, NULL, NULL); in vmx_modinit()
/f-stack/freebsd/sys/
H A Dsmp.h270 void smp_rendezvous(void (*)(void *),
/f-stack/freebsd/kern/
H A Dsubr_smp.c623 smp_rendezvous(void (* setup_func)(void *), in smp_rendezvous() function
853 smp_rendezvous(void (*setup_func)(void *), in smp_rendezvous() function
1043 smp_rendezvous( in cpus_fence_seq_cst()
/f-stack/freebsd/arm/arm/
H A Dgeneric_timer.c243 smp_rendezvous(NULL, setup_user_access, NULL, NULL); in tmr_setup_user_access()
/f-stack/freebsd/amd64/amd64/
H A Dsys_machdep.c553 smp_rendezvous(NULL, (void (*)(void *))set_user_ldt_rv, NULL, in user_ldt_alloc()
/f-stack/freebsd/i386/i386/
H A Dsys_machdep.c795 smp_rendezvous(NULL, set_user_ldt_rv, NULL, in i386_ldt_grow()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c169 smp_rendezvous(NULL, svm_disable, NULL, NULL); in svm_modcleanup()
272 smp_rendezvous(NULL, svm_enable, NULL, NULL); in svm_modinit()
/f-stack/freebsd/mips/mips/
H A Dpmap.c633 smp_rendezvous(NULL, fn, NULL, arg); in pmap_call_on_active_cpus()
3353 smp_rendezvous(NULL, pmap_sync_icache_one, NULL, NULL); in pmap_sync_icache()