Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx_onhyperv.h102 static inline void evmcs_load(u64 phys_addr) in evmcs_load() function
130 static inline void evmcs_load(u64 phys_addr) {} in evmcs_load() function
Dvmx_ops.h299 return evmcs_load(phys_addr); in vmcs_load()