Home
last modified time | relevance | path

Searched refs:hv_ghcb_negotiate_protocol (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/arch/x86/include/asm/
Dmshyperv.h182 bool hv_ghcb_negotiate_protocol(void);
187 static inline bool hv_ghcb_negotiate_protocol(void) { return false; } in hv_ghcb_negotiate_protocol() function
/Linux-v6.1/arch/x86/hyperv/
Divm.c145 bool hv_ghcb_negotiate_protocol(void) in hv_ghcb_negotiate_protocol() function
Dhv_init.c408 if (!hv_ghcb_negotiate_protocol()) in hyperv_init()