Home
last modified time | relevance | path

Searched full:setjmp (Results 1 – 21 of 21) sorted by relevance

/kvm-unit-tests/lib/
H A Dsetjmp.h2 * setjmp/longjmp prototypes
18 extern int setjmp (struct jmp_buf_tag env[1]);
22 #endif /* setjmp.h */
/kvm-unit-tests/x86/
H A Dsetjmp.c2 #include "setjmp.h"
16 i = setjmp(j); in main()
H A Dunittests.cfg224 [setjmp]
225 file = setjmp.flat
H A Dvmware_backdoors.c10 #include "setjmp.h"
H A DMakefile.common84 $(TEST_DIR)/s3.$(exe) $(TEST_DIR)/pmu.$(exe) $(TEST_DIR)/setjmp.$(exe) \
H A Dvmx.c1875 r = setjmp(abort_target); in test_run()
/kvm-unit-tests/lib/x86/
H A Dsetjmp32.S1 .globl setjmp symbol
2 setjmp: label
H A Dsetjmp64.S1 .globl setjmp symbol
2 setjmp: label
H A Dusermode.c8 #include "setjmp.h"
48 if (setjmp(jmpbuf) != 0) { in run_in_user()
H A Dusermode.h11 #include "setjmp.h"
H A Dfault_test.h11 #include "setjmp.h"
H A Dfault_test.c30 if (setjmp(jmpbuf) == 0) in fault_test()
H A Ddesc.h74 #include <setjmp.h>
252 (setjmp(jmpbuf) ? : (__set_exception_jmpbuf(&(jmpbuf)), 0))
H A Ddesc.c5 #include <setjmp.h>
/kvm-unit-tests/lib/riscv/
H A Dsetjmp.S7 .global setjmp symbol
8 setjmp: label
/kvm-unit-tests/ci/
H A Dcirrus-ci-macos-i386.yml22 setjmp
H A Dcirrus-ci-macos-x86-64.yml24 setjmp
H A Dcirrus-ci-fedora.yml46 setjmp
/kvm-unit-tests/
H A D.gitlab-ci.yml321 setjmp
355 setjmp
392 setjmp
439 setjmp
/kvm-unit-tests/riscv/
H A DMakefile47 cflatobjs += lib/riscv/setjmp.o
H A Dsbi.c14 #include <setjmp.h>
1512 if ((testnum = setjmp(sbi_susp_jmp)) == 0) { in check_susp()