Home
last modified time | relevance | path

Searched refs:hv_is_synic_reg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c73 if (hv_is_synic_reg(reg) && ms_hyperv.paravisor_present) in hv_get_non_nested_register()
83 if (hv_is_synic_reg(reg) && ms_hyperv.paravisor_present) { in hv_set_non_nested_register()
/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h296 static inline bool hv_is_synic_reg(unsigned int reg) in hv_is_synic_reg() function