Home
last modified time | relevance | path

Searched refs:is_exception (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddistrodata.py50 def is_exception(pkg): function
88 if is_exception(pn):
H A Dsstatetests.py917 def is_exception(object, exceptions): function
956 if not is_exception(missing_object, exceptions):
961 if "urlopen failed for" in l and not is_exception(l, exceptions):
/openbmc/qemu/target/rx/
H A Dtranslate.c237 static int is_privileged(DisasContext *ctx, int is_exception) in is_privileged() argument
240 if (is_exception) { in is_privileged()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c4041 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