Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dvmcb.c180 vmcb->_exception_intercepts = in construct_vmcb()
206 vmcb->_exception_intercepts |= (1U << TRAP_page_fault); in construct_vmcb()
A Dnestedsvm.c206 n2vmcb->_exception_intercepts |= (1U << TRAP_no_device); in nestedsvm_fpu_vmentry()
211 n2vmcb->_exception_intercepts &= ~(1U << TRAP_no_device); in nestedsvm_fpu_vmentry()
224 n1vmcb->_exception_intercepts |= (1U << TRAP_no_device); in nestedsvm_fpu_vmexit()
229 n1vmcb->_exception_intercepts &= ~(1U << TRAP_no_device); in nestedsvm_fpu_vmexit()
453 svm->ns_exception_intercepts = ns_vmcb->_exception_intercepts; in nsvm_vmcb_prepare4vmrun()
479 n2vmcb->_exception_intercepts = in nsvm_vmcb_prepare4vmrun()
480 n1vmcb->_exception_intercepts | ns_vmcb->_exception_intercepts; in nsvm_vmcb_prepare4vmrun()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/svm/
A Dvmcb.h403 u32 _exception_intercepts; /* offset 0x08 - cleanbit 0 */ member

Completed in 8 milliseconds