arm::arm_vfp_version is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

arm::arm_vfp_version field

Floating point or VFP version, 0 if disabled.

Syntax

int arm_vfp_version;

References

LocationReferrerText
arm.h:205
int arm_vfp_version;
armv4_5.c:650arm_build_reg_cache()
if (arm->arm_vfp_version == ARM_VFP_V3)
armv4_5.c:1313arm_get_gdb_reg_list()
if (arm->arm_vfp_version == ARM_VFP_V3)
armv4_5.c:1342arm_get_gdb_reg_list()
if (arm->arm_vfp_version == ARM_VFP_V3) {
cortex_a.c:3149cortex_a_target_create()
cortex_a->armv7a_common.arm.arm_vfp_version = ARM_VFP_V3;

Data Use

Functions writing arm::arm_vfp_version
Functions reading arm::arm_vfp_version
all items filtered out
arm::arm_vfp_version