Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.h242 static inline bool nested_cpu_has_encls_exit(struct vmcs12 *vmcs12) in nested_cpu_has_encls_exit() function
H A Dsgx.c505 if (vmcs12 && nested_cpu_has_encls_exit(vmcs12)) in vmx_write_encls_bitmap()