Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dcpu.c1572 DEFINE_PROP_BOOL("dsp", ARMCPU, has_dsp, true);
2242 if (arm_feature(env, ARM_FEATURE_M) && !cpu->has_dsp) { in arm_cpu_realizefn()
H A Dcpu.h914 bool has_dsp; member