OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xs_xstate_bv
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x86/x86/
fpu.c
904
xstate->
xs_xstate_bv
= XCR0_X87;
915
xstate->
xs_xstate_bv
= XCR0_X87 | XCR0_SSE;
921
xstate->
xs_xstate_bv
= fpu_save->sv_xsave_hdr.xsh_xstate_bv;
922
KASSERT(!(xstate->
xs_xstate_bv
& ~xstate->xs_rfbm));
925
if (xstate->
xs_xstate_bv
& xcr0_val) { \
949
if (xstate->
xs_xstate_bv
& ~xstate->xs_rfbm)
977
if (xstate->
xs_xstate_bv
& XCR0_X87)
985
* Bit-wise "xstate->xs_rfbm ? xstate->
xs_xstate_bv
:
990
xstate->
xs_xstate_bv
;
993
if (xstate->
xs_xstate_bv
& XCR0_X87)
[
all
...]
/src/sys/arch/x86/include/
cpu_extended_state.h
210
uint64_t
xs_xstate_bv
;
member in struct:xstate
/src/tests/lib/libc/sys/
t_ptrace_x86_wait.h
3603
xst.
xs_xstate_bv
= xst_flags;
3606
ATF_REQUIRE((xst.
xs_xstate_bv
& xst_flags)
3664
ATF_REQUIRE((xst.
xs_xstate_bv
& xst_flags)
Completed in 15 milliseconds
Indexes created Thu Nov 06 16:10:07 GMT 2025