Searched refs:DPCPU_SET (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/xen/ |
H A D | xen_common.c | 85 DPCPU_SET(vcpu_info, vcpu_info); in xen_setup_vcpu_info() 89 DPCPU_SET(vcpu_info, &HYPERVISOR_shared_info->vcpu_info[cpu]); in xen_setup_vcpu_info()
|
/freebsd/sys/sys/ |
H A D | pcpu.h | 123 #define DPCPU_SET(n, v) (*DPCPU_PTR(n) = v) macro
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_amd.c | 629 DPCPU_SET(nmi_counter, min(2, active)); in amd_intr() 633 DPCPU_SET(nmi_counter, --count); in amd_intr()
|
H A D | hwpmc_mod.c | 2197 DPCPU_SET(pmc_sampled, 0); in pmc_hook_handler() 4682 DPCPU_SET(pmc_sampled, 1); in pmc_add_sample() 4817 DPCPU_SET(pmc_sampled, 1); in pmc_capture_user_callchain() 4880 DPCPU_SET(pmc_sampled, 1); in pmc_process_samples()
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_riscv.c | 94 DPCPU_SET(vcpu, hypctx); in riscv_set_active_vcpu()
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_arm64.c | 113 DPCPU_SET(vcpu, hypctx); in arm64_set_active_vcpu()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1092 dpcpu.9 DPCPU_SET.9
|