Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hv/
Dhv.c333 sctrl.as_uint64 = hv_get_register(HV_REGISTER_SCONTROL); in hv_synic_enable_regs()
336 hv_set_register(HV_REGISTER_SCONTROL, sctrl.as_uint64); in hv_synic_enable_regs()
400 sctrl.as_uint64 = hv_get_register(HV_REGISTER_SCONTROL); in hv_synic_disable_regs()
402 hv_set_register(HV_REGISTER_SCONTROL, sctrl.as_uint64); in hv_synic_disable_regs()
/Linux-v6.6/arch/arm64/include/asm/
Dhyperv-tlfs.h59 #define HV_REGISTER_SCONTROL 0x000A0010 macro
/Linux-v6.6/arch/x86/include/asm/
Dhyperv-tlfs.h212 #define HV_REGISTER_SCONTROL 0x40000080 macro
288 #define HV_X64_MSR_SCONTROL HV_REGISTER_SCONTROL
Dmshyperv.h298 return (reg >= HV_REGISTER_SCONTROL) && in hv_is_synic_reg()
/Linux-v6.6/arch/x86/kernel/cpu/
Dmshyperv.c60 case HV_REGISTER_SCONTROL: in hv_get_nested_reg()