Searched refs:rsm_enter_protected_mode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | smm.c | 422 static int rsm_enter_protected_mode(struct kvm_vcpu *vcpu, in rsm_enter_protected_mode() function 506 r = rsm_enter_protected_mode(vcpu, smstate->cr0, in rsm_load_state_32() 554 r = rsm_enter_protected_mode(vcpu, smstate->cr0, smstate->cr3, smstate->cr4); in rsm_load_state_64()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 2492 static int rsm_enter_protected_mode(struct x86_emulate_ctxt *ctxt, in rsm_enter_protected_mode() function 2594 return rsm_enter_protected_mode(ctxt, cr0, cr3, cr4); in rsm_load_state_32() 2655 r = rsm_enter_protected_mode(ctxt, cr0, cr3, cr4); in rsm_load_state_64()
|
Completed in 9 milliseconds