Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dvmx.h116 #define VM_ENTRY_PT_CONCEAL_PIP 0x00020000 macro
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.h495 VM_ENTRY_PT_CONCEAL_PIP | \
Dvmx.c4282 vmentry_ctrl &= ~(VM_ENTRY_PT_CONCEAL_PIP | in vmx_vmentry_ctrl()