Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dswapcontext_extd.c31 static xsu_fpu_t mk_fpu, orig_fpu, found; variable
63 xsu_fill(&orig_fpu, hwsup, start + INT_MAX); in main()
85 xsu_setfpu(&orig_fpu, hwsup); in main()
90 if (!xsu_same(&orig_fpu, &found, hwsup)) { in main()