Searched refs:VM_ENTRY_LOAD_CET_STATE (Results 1 – 5 of 5) sorted by relevance
110 return (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_CET_STATE); in cpu_has_load_cet_ctrl()
479 VM_ENTRY_LOAD_CET_STATE)
2687 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_CET_STATE) in prepare_vmcs02_rare()2732 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_CET_STATE)) in prepare_vmcs02()3366 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_CET_STATE) { in nested_vmx_check_guest_state()3639 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_CET_STATE)) in nested_vmx_enter_non_root_mode()7153 VM_ENTRY_LOAD_CET_STATE; in nested_vmx_setup_entry_ctls()7160 msrs->entry_ctls_high &= ~VM_ENTRY_LOAD_CET_STATE; in nested_vmx_setup_entry_ctls()
2768 { VM_ENTRY_LOAD_CET_STATE, VM_EXIT_LOAD_CET_STATE }, in setup_vmcs_config()6672 if (vmentry_ctl & VM_ENTRY_LOAD_CET_STATE) in dump_vmcs()
124 #define VM_ENTRY_LOAD_CET_STATE 0x00100000 macro