Searched refs:_exception_intercepts (Results 1 – 3 of 3) sorted by relevance
140 vmcb->_exception_intercepts = in construct_vmcb()166 vmcb->_exception_intercepts |= (1U << TRAP_page_fault); in construct_vmcb()
206 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()
410 u32 _exception_intercepts; /* offset 0x08 - cleanbit 0 */ member
Completed in 9 milliseconds