OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_fxsave
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/sys/x86/
t_convert_xmm_s87.c
73
int
has_fxsave
;
local in function:ATF_TC_BODY
74
size_t has_fxsave_size = sizeof(
has_fxsave
);
75
if (sysctl(mib, __arraycount(mib), &
has_fxsave
, &has_fxsave_size,
76
NULL, 0) == -1 || !
has_fxsave
)
t_convert_xmm_s87.c
73
int
has_fxsave
;
local in function:ATF_TC_BODY
74
size_t has_fxsave_size = sizeof(
has_fxsave
);
75
if (sysctl(mib, __arraycount(mib), &
has_fxsave
, &has_fxsave_size,
76
NULL, 0) == -1 || !
has_fxsave
)
Completed in 971 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025