Home
last modified time | relevance | path

Searched refs:WRMSR (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dvmbus_x86.c126 WRMSR(sint, val); in vmbus_synic_setup1()
138 WRMSR(sint, orig | MSR_HV_SINT_MASKED); in vmbus_synic_teardown1()
H A Dhyperv_machdep.h35 #define WRMSR(msr, val) wrmsr(msr, val) macro
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus.c683 WRMSR(MSR_HV_EOM, 0); in vmbus_msg_task()
774 WRMSR(MSR_HV_SIMP, val); in vmbus_synic_setup()
782 WRMSR(MSR_HV_SIEFP, val); in vmbus_synic_setup()
791 WRMSR(sint, val); in vmbus_synic_setup()
802 WRMSR(MSR_HV_SCONTROL, val); in vmbus_synic_setup()
825 WRMSR(MSR_HV_SCONTROL, (orig & MSR_HV_SCTRL_RSVD_MASK)); in vmbus_synic_teardown()
832 WRMSR(sint, orig | MSR_HV_SINT_MASKED); in vmbus_synic_teardown()
842 WRMSR(MSR_HV_SIMP, (orig & MSR_HV_SIMP_RSVD_MASK)); in vmbus_synic_teardown()
848 WRMSR(MSR_HV_SIEFP, (orig & MSR_HV_SIEFP_RSVD_MASK)); in vmbus_synic_teardown()
H A Dhyperv.c185 WRMSR(MSR_HV_GUEST_OS_ID, MSR_HV_GUESTID_FREEBSD); in hyperv_init()
/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_machdep.h53 #define WRMSR(msr, val) arm_hv_set_vreg(msr, val) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td940 def : InstRW<[AtomWrite01_202], (instrs WRMSR)>;
H A DX86InstrSystem.td447 def WRMSR : I<0x30, RawFrm, (outs), (ins), "wrmsr", []>, TB;
H A DX86SchedAlderlakeP.td2339 def : InstRW<[ADLPWriteResGroup269], (instrs WRMSR)>;
H A DX86SchedSapphireRapids.td5059 def : InstRW<[SPRWriteResGroup556], (instrs WRMSR)>;