Home
last modified time | relevance | path

Searched refs:ASM_TRY (Results 1 – 7 of 7) sorted by relevance

/kvm-unit-tests/x86/
H A Didt_test.c7 asm volatile(ASM_TRY("1f") in test_ud2()
19 ASM_TRY("1f") in test_gp()
H A Demulator64.c240 asm (ASM_TRY("1f") "divq %3; movb $0, %2; 1:" in test_muldiv()
245 asm (ASM_TRY("1f") "divq %3; movb $0, %2; 1:" in test_muldiv()
331 asm volatile (ASM_TRY("1f") "jmp *%0; 1:" : : "m"(*mem)); in test_jmp_noncanonical()
339 asm volatile(ASM_TRY("1f") "orq $0, (%[noncanonical]); 1:" in test_reg_noncanonical()
347 asm volatile(ASM_TRY("1f") "orq $0, (%%rsp,%[noncanonical],1); 1:" in test_reg_noncanonical()
355 asm volatile(ASM_TRY("1f") "orq $0, (%%rbp,%[noncanonical],1); 1:" in test_reg_noncanonical()
412 asm volatile(ASM_TRY("1f") "mov %0, %%ss; 1:" : : "m"(*mem)); in test_sreg()
419 asm volatile(ASM_TRY("1f") "mov %0, %%ss; 1:" : : "m"(*mem)); in test_sreg()
H A Drdpru.c9 asm volatile (ASM_TRY("1f") in rdpru_safe()
H A Dvmx.h856 ASM_TRY("1f") "vmxon %2\n\t" in __vmxon_safe()
H A Demulator.c706 asm volatile(ASM_TRY("1f") in test_illegal_movbe()
H A Dvmx.c401 ASM_TRY("1f") in __test_vmread_vmwrite_pf()
410 ASM_TRY("1f") in __test_vmread_vmwrite_pf()
/kvm-unit-tests/lib/x86/
H A Ddesc.h161 #define ASM_TRY(catch) __ASM_TRY("", catch) macro
173 asm goto(ASM_TRY("%l[fep_unavailable]") in is_fep_available()