Searched refs:_cpl (Results 1 – 3 of 3) sorted by relevance
338 n1vmcb->_cpl = 0; in nsvm_vcpu_hostrestore()544 n2vmcb->_cpl = ns_vmcb->_cpl; in nsvm_vmcb_prepare4vmrun()1139 ns_vmcb->_cpl = n2vmcb->_cpl; in nsvm_vmcb_prepare4vmexit()
455 u8 _cpl; /* cleanbit 8 */ member
1451 int _cpl = get_cpl(ctxt, ops); \1452 fail_if(_cpl < 0); \1453 (_cpl == 0); \
Completed in 18 milliseconds