Home
last modified time | relevance | path

Searched full:33 (Results 1 – 10 of 10) sorted by relevance

/kvm-unit-tests/x86/
H A Deventinj.c95 set_idt_sel(33, read_cs()); in np_isr()
226 handle_irq(33, tirq1); in main()
272 printf("Sending vec 33 to self\n"); in main()
274 apic_self_ipi(33); in main()
277 printf("After vec 33 to self\n"); in main()
278 report(test_count == 1, "vec 33"); in main()
283 printf("Try int $33\n"); in main()
285 asm volatile ("int $33"); in main()
286 printf("After int $33\n"); in main()
287 report(test_count == 1, "int $33"); in main()
[all …]
H A Dmsr.c40 // reserved: 1:2, 4:6, 8:10, 13:15, 17, 19:21, 24:33, 35:63
H A Daccess.c13 /* Test code/data is at 32MiB, paging structures at 33MiB. */
15 #define AT_PAGING_STRUCTURES_PHYS 33 * 1024 * 1024
H A Dvmx.h413 VMX_FAIL_STATE = 33,
H A Dvmx_tests.c11114 report(true, "Set ISR for vectors 33-255."); in set_isrs_for_vmx_basic_vid_test()
11353 for (vector = 33; vector < 256; vector++) { in vmx_posted_interrupts_test()
11372 report(true, "Posted vectors 33-25 cross TPR classes 0-0xf, running and sometimes halted\n"); in vmx_posted_interrupts_test()
/kvm-unit-tests/lib/
H A Dldiv32.c129 STEST(33, 5, 6, 3); in main()
130 STEST(33, -5, -6, 3); in main()
131 STEST(-33, 5, -6, -3); in main()
132 STEST(-33, -5, 6, -3); in main()
/kvm-unit-tests/s390x/
H A Dsclp.c212 uintptr_t a[33 * 4 * 2 + 2]; /* for the list of addresses to test */ in test_sccb_high()
218 /* addresses with 1 bit set in the first 33 bits */ in test_sccb_high()
219 for (i = 0; i < 33; i++) in test_sccb_high()
221 /* addresses with 2 consecutive bits set in the first 33 bits */ in test_sccb_high()
222 for (i = 0; i < 33; i++) in test_sccb_high()
225 for (i = 0; i < 33; i++) in test_sccb_high()
227 /* addresses with all bits set in bits N..33 */ in test_sccb_high()
229 for (i = 1; i < 33; i++, len++) in test_sccb_high()
H A Demulator.c29 report(!(out & 0xc0000000UL), "bit 32 and 33 set to zero"); in __test_spm_ipm()
H A Dunittests.cfg320 -device max-s390x-cpu,core-id=33,drawer-id=0,book-id=1,socket-id=1,entitlement=low,dedicated=false \
/kvm-unit-tests/scripts/
H A Druntime.bash6 SKIP() { echo -ne "\e[33mSKIP\e[0m"; }