Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hv/
Dhv.c253 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_enable_regs()
269 hv_set_register(HV_REGISTER_SINT0 + VMBUS_MESSAGE_SINT, in hv_synic_enable_regs()
300 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_disable_regs()
307 hv_set_register(HV_REGISTER_SINT0 + VMBUS_MESSAGE_SINT, in hv_synic_disable_regs()
/Linux-v6.1/arch/arm64/include/asm/
Dhyperv-tlfs.h58 #define HV_REGISTER_SINT0 0x000A0000 macro
/Linux-v6.1/arch/x86/include/asm/
Dhyperv-tlfs.h208 #define HV_REGISTER_SINT0 0x40000090 macro
271 #define HV_X64_MSR_SINT0 HV_REGISTER_SINT0
Dmshyperv.h218 if (reg >= HV_REGISTER_SINT0 && in hv_set_register()