OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ci_vfp_id
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/arm/arm/
process_machdep.c
177
if (curcpu()->
ci_vfp_id
== 0) {
214
if (curcpu()->
ci_vfp_id
== 0) {
sig_machdep.c
225
&& (curcpu()->
ci_vfp_id
== 0 || (flags & _UC_ARM_VFP) == 0))
undefined.c
226
ci->
ci_vfp_id
= 0;
/src/sys/arch/arm/vfp/
vfp_init.c
109
switch (curcpu()->
ci_vfp_id
) {
134
switch (curcpu()->
ci_vfp_id
) {
229
ci->
ci_vfp_id
= 0;
282
ci->
ci_vfp_id
= 0;
288
ci->
ci_vfp_id
= -1;
291
if (ci->
ci_vfp_id
== 0) {
295
ci->
ci_vfp_id
= fpsid;
307
switch (ci->
ci_vfp_id
& ~ VFP_FPSID_REV_MSK) {
337
ci->
ci_vfp_id
);
415
if (ci->
ci_vfp_id
== 0)
[
all
...]
/src/sys/arch/arm/include/
cpu.h
236
uint32_t
ci_vfp_id
;
member in struct:cpu_info
/src/sys/arch/arm/arm32/
arm32_machdep.c
477
NULL, 0, &cpu_info_store[0].
ci_vfp_id
, 0,
Completed in 54 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026