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