OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fpexc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/vfp/
vfp_init.c
405
uint32_t
fpexc
;
local in function:vfp_handler
424
fpexc
= armreg_fpexc_read();
425
if (
fpexc
& VFP_FPEXC_EN) {
426
if ((
fpexc
& VFP_FPEXC_EX) == 0) {
439
fpexc
= armreg_fpexc_read();
440
if (
fpexc
& VFP_FPEXC_EX) {
442
KASSERT(
fpexc
& VFP_FPEXC_EN);
451
armreg_fpexc_write(
fpexc
& ~(VFP_FPEXC_EX|VFP_FPEXC_FSUM));
461
if (
fpexc
& VFP_FPEXC_IXF)
463
else if (
fpexc
& VFP_FPEXC_UFF
542
uint32_t
fpexc
= armreg_
fpexc
_read();
local in function:vfp_state_load
573
uint32_t
fpexc
= armreg_
fpexc
_read();
local in function:vfp_state_save
681
uint32_t
fpexc
;
local in function:fpu_kern_enter
724
uint32_t
fpexc
;
local in function:fpu_kern_leave
[
all
...]
vfp_init.c
405
uint32_t
fpexc
;
local in function:vfp_handler
424
fpexc
= armreg_fpexc_read();
425
if (
fpexc
& VFP_FPEXC_EN) {
426
if ((
fpexc
& VFP_FPEXC_EX) == 0) {
439
fpexc
= armreg_fpexc_read();
440
if (
fpexc
& VFP_FPEXC_EX) {
442
KASSERT(
fpexc
& VFP_FPEXC_EN);
451
armreg_fpexc_write(
fpexc
& ~(VFP_FPEXC_EX|VFP_FPEXC_FSUM));
461
if (
fpexc
& VFP_FPEXC_IXF)
463
else if (
fpexc
& VFP_FPEXC_UFF
542
uint32_t
fpexc
= armreg_
fpexc
_read();
local in function:vfp_state_load
573
uint32_t
fpexc
= armreg_
fpexc
_read();
local in function:vfp_state_save
681
uint32_t
fpexc
;
local in function:fpu_kern_enter
724
uint32_t
fpexc
;
local in function:fpu_kern_leave
[
all
...]
/src/sys/compat/linux32/arch/aarch64/
linux32_machdep.h
69
uint32_t
fpexc
;
member in struct:linux32_user_vfp_exc
linux32_machdep.h
69
uint32_t
fpexc
;
member in struct:linux32_user_vfp_exc
Completed in 24 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025