Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/arm/
H A Dgic.c98 int missing = 0, extra = 0, unexpected = 0; in check_acked() local
106 ++missing; in check_acked()
129 if (missing || extra || unexpected) { in check_acked()
131 missing, extra, unexpected); in check_acked()
/kvm-unit-tests/
H A DMakefile66 COMMON_CFLAGS += -Wignored-qualifiers -Wno-missing-braces $(CONFIG_WERROR)
/kvm-unit-tests/s390x/
H A DMakefile174 { echo "Failure probably caused by missing definition of gen-se-header executable"; exit 1; }