OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fpexc
(Results
1 - 5
of
5
) 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
...]
/src/sys/compat/linux32/arch/aarch64/
linux32_machdep.h
69
uint32_t
fpexc
;
member in struct:linux32_user_vfp_exc
linux32_machdep.c
101
aux->vfp.ufp_exc.
fpexc
= VFP_FPEXC_EN | VFP_FPEXC_VECITR;
/src/sys/arch/arm/arm32/
cpuswitch.S
231
* If we have a VFP, we need to load
FPEXC
.
236
vmsrne
fpexc
, r0
/src/sys/arch/arm/include/
armreg.h
780
ARMREG_READ_INLINE2(
fpexc
, ".fpu vfp\n vmrs\t%0,
fpexc
") /* VFP Exception Register */
781
ARMREG_WRITE_INLINE2(
fpexc
, ".fpu vfp\n vmsr\tfpexc, %0") /* VFP Exception Register */
Completed in 17 milliseconds
Indexes created Tue Oct 07 11:09:55 GMT 2025