Searched refs:is_exception (Results 1 – 4 of 4) sorted by relevance
50 def is_exception(pkg): function88 if is_exception(pn):
917 def is_exception(object, exceptions): function956 if not is_exception(missing_object, exceptions):961 if "urlopen failed for" in l and not is_exception(l, exceptions):
237 static int is_privileged(DisasContext *ctx, int is_exception) in is_privileged() argument240 if (is_exception) { in is_privileged()
4041 bool is_exception = (type == SVM_EXITINTINFO_TYPE_EXEPT); in svm_complete_soft_interrupt() 4054 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) && in svm_complete_interrupts() 4065 else if (!nrips && (is_soft || is_exception) && in svm_complete_interrupts() 4020 bool is_exception = (type == SVM_EXITINTINFO_TYPE_EXEPT); svm_complete_soft_interrupt() local