Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 11 of 11) sorted by relevance

/kvm-unit-tests/s390x/
H A Dvector.c48 : [v1] "Q" (prm.a), [v2] "Q" (prm.b) in test_add()
74 : [v1] "Q" (prm.a), [v2] "Q" (prm.b) in test_ext1_nand()
101 : [v1] "Q" (prm.a), [v2] "Q" (prm.b) in test_bcd_add()
/kvm-unit-tests/lib/arm/asm/
H A Dgic-v2.h12 #error Do not directly include <asm/gic-v2.h>. Include <asm/gic.h>
/kvm-unit-tests/x86/
H A Dsvm.c403 if (svm_tests[i].v2 == NULL) { in run_svm_tests()
416 svm_tests[i].v2(); in run_svm_tests()
H A Dvmx.c794 if (current->v2) in guest_main()
1842 if (test->v2) { in test_run()
1882 if (test->v2) in test_run()
1883 test->v2(); in test_run()
1919 assert(current->v2); in __test_set_guest()
H A Demulator.c387 static bool sseeq(uint32_t *v1, uint32_t *v2) in sseeq() argument
393 ok &= v1[i] == v2[i]; in sseeq()
H A Dsvm.h386 void (*v2)(void); member
H A Dsvm_npt.c387 #define NPT_V2_TEST(name) { #name, .v2 = name }
H A Dvmx.h130 void (*v2)(void); member
H A Dsvm_tests.c2181 #define TEST(name) { #name, .v2 = name }
H A Dvmx_tests.c11380 #define TEST(name) { #name, .v2 = name }
/kvm-unit-tests/arm/
H A DMakefile.common62 cflatobjs += lib/arm/gic.o lib/arm/gic-v2.o lib/arm/gic-v3.o