Searched defs:float_save (Results 1 - 9 of 9) sorted by relevance

/external/capstone/contrib/cs_driver/cs_driver/
H A Dcs_driver.c48 KFLOATING_SAVE float_save; local
61 status = KeSaveFloatingPointState(&float_save);
86 KeRestoreFloatingPointState(&float_save);
/external/capstone/tests/
H A Dtest_winkernel.cpp86 KFLOATING_SAVE float_save; local
99 status = KeSaveFloatingPointState(&float_save);
119 KeRestoreFloatingPointState(&float_save);
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_arm.h115 MDFloatingSaveAreaARM float_save; member in struct:__anon7465
H A Dminidump_cpu_arm64.h110 MDFloatingSaveAreaARM64 float_save; member in struct:__anon7467
H A Dminidump_cpu_ppc64.h92 * and it guarantees alignment when we get to float_save. */
108 /* float_save and vector_save aren't present in ppc_thread_state, but
111 MDFloatingSaveAreaPPC float_save; member in struct:__anon7475
H A Dminidump_cpu_sparc.h137 MDFloatingSaveAreaSPARC float_save; member in struct:__anon7477
H A Dminidump_cpu_ppc.h119 * and it guarantees alignment when we get to float_save. */
136 /* float_save and vector_save aren't present in ppc_thread_state, but
139 MDFloatingSaveAreaPPC float_save; member in struct:__anon7474
H A Dminidump_cpu_mips.h135 MDFloatingSaveAreaMIPS float_save; member in struct:__anon7471
H A Dminidump_cpu_x86.h111 MDFloatingSaveAreaX86 float_save; member in struct:__anon7479

Completed in 189 milliseconds