Searched full:33 (Results 1 – 10 of 10) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | eventinj.c | 95 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 D | msr.c | 40 // reserved: 1:2, 4:6, 8:10, 13:15, 17, 19:21, 24:33, 35:63
|
H A D | access.c | 13 /* Test code/data is at 32MiB, paging structures at 33MiB. */ 15 #define AT_PAGING_STRUCTURES_PHYS 33 * 1024 * 1024
|
H A D | vmx.h | 413 VMX_FAIL_STATE = 33,
|
H A D | vmx_tests.c | 11114 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 D | ldiv32.c | 129 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 D | sclp.c | 212 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 D | emulator.c | 29 report(!(out & 0xc0000000UL), "bit 32 and 33 set to zero"); in __test_spm_ipm()
|
H A D | unittests.cfg | 320 -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 D | runtime.bash | 6 SKIP() { echo -ne "\e[33mSKIP\e[0m"; }
|