Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dnestedsvm.c38 vcpu_nestedsvm(v).ns_gif = 0; in nestedsvm_vcpu_clgi()
46 vcpu_nestedsvm(v).ns_gif = 1; in nestedsvm_vcpu_stgi()
102 struct nestedsvm *svm = &vcpu_nestedsvm(v); in nsvm_vcpu_initialise()
131 struct nestedsvm *svm = &vcpu_nestedsvm(v); in nsvm_vcpu_destroy()
165 struct nestedsvm *svm = &vcpu_nestedsvm(v); in nsvm_vcpu_reset()
235 struct nestedsvm *svm = &vcpu_nestedsvm(v); in nsvm_vcpu_hostsave()
261 struct nestedsvm *svm = &vcpu_nestedsvm(v); in nsvm_vcpu_hostrestore()
354 struct nestedsvm *svm = &vcpu_nestedsvm(v); in nsvm_vmrun_permissionmap()
858 return vcpu_nestedsvm(v).ns_vmcb_hostcr3; in nsvm_vcpu_hostcr3()
1201 return vcpu_nestedsvm(v).ns_hap_enabled; in nsvm_vmcb_hap_enabled()
[all …]
A Dsvm.c849 struct nestedsvm *svm = &vcpu_nestedsvm(v); in svm_set_tsc_offset()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/svm/
A Dnestedsvm.h93 #define vcpu_nestedsvm(v) (vcpu_nestedhvm(v).u.nsvm) macro

Completed in 12 milliseconds