Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx_onhyperv.h92 static __always_inline u16 evmcs_read16(unsigned long field) in evmcs_read16() function
129 static __always_inline u16 evmcs_read16(unsigned long field) { return 0; } in evmcs_read16() function
Dvmx_ops.h157 return evmcs_read16(field); in vmcs_read16()