Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv.c313 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_enable_regs()
329 hv_set_register(HV_REGISTER_SINT0 + VMBUS_MESSAGE_SINT, in hv_synic_enable_regs()
360 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_disable_regs()
367 hv_set_register(HV_REGISTER_SINT0 + VMBUS_MESSAGE_SINT, in hv_synic_disable_regs()
/openbmc/linux/arch/arm64/include/asm/
H A Dhyperv-tlfs.h58 #define HV_REGISTER_SINT0 0x000A0000 macro
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h217 #define HV_REGISTER_SINT0 0x40000090 macro
294 #define HV_X64_MSR_SINT0 HV_REGISTER_SINT0
H A Dmshyperv.h304 return (reg >= HV_REGISTER_SINT0) && in hv_is_sint_reg()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c51 return reg - HV_REGISTER_SINT0 + HV_REGISTER_NESTED_SINT0; in hv_get_nested_reg()