Home
last modified time | relevance | path

Searched refs:HV_REGISTER_SCONTROL (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/hv/
Dhv.c273 sctrl.as_uint64 = hv_get_register(HV_REGISTER_SCONTROL); in hv_synic_enable_regs()
276 hv_set_register(HV_REGISTER_SCONTROL, sctrl.as_uint64); in hv_synic_enable_regs()
336 sctrl.as_uint64 = hv_get_register(HV_REGISTER_SCONTROL); in hv_synic_disable_regs()
338 hv_set_register(HV_REGISTER_SCONTROL, sctrl.as_uint64); in hv_synic_disable_regs()
/linux-6.1.9/arch/arm64/include/asm/
Dhyperv-tlfs.h59 #define HV_REGISTER_SCONTROL 0x000A0010 macro
/linux-6.1.9/arch/x86/include/asm/
Dhyperv-tlfs.h203 #define HV_REGISTER_SCONTROL 0x40000080 macro
265 #define HV_X64_MSR_SCONTROL HV_REGISTER_SCONTROL
Dmshyperv.h195 if ((reg >= HV_REGISTER_SCONTROL) && in hv_is_synic_reg()