Home
last modified time | relevance | path

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

/xen/xen/arch/x86/hvm/svm/
A Dvmcb.c140 vmcb->_exception_intercepts = in construct_vmcb()
166 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()
447 svm->ns_exception_intercepts = ns_vmcb->_exception_intercepts; in nsvm_vmcb_prepare4vmrun()
473 n2vmcb->_exception_intercepts = in nsvm_vmcb_prepare4vmrun()
474 n1vmcb->_exception_intercepts | ns_vmcb->_exception_intercepts; in nsvm_vmcb_prepare4vmrun()
/xen/xen/include/asm-x86/hvm/svm/
A Dvmcb.h410 u32 _exception_intercepts; /* offset 0x08 - cleanbit 0 */ member

Completed in 9 milliseconds