Home
last modified time | relevance | path

Searched refs:has_vfp (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpu.c1572 DEFINE_PROP_BOOL("vfp", ARMCPU, has_vfp, true);
1792 cpu->has_vfp = true; in arm_cpu_post_init()
1800 cpu->has_vfp = true; in arm_cpu_post_init()
2108 cpu->has_vfp != cpu->has_neon) { in arm_cpu_realizefn()
2131 if (!cpu->has_vfp) { in arm_cpu_realizefn()
2229 if (!cpu->has_neon && !cpu->has_vfp) { in arm_cpu_realizefn()
H A Dcpu.h915 bool has_vfp; member