cpu.h (f5e6786de4815751b0a3d2235c760361f228ea48) cpu.h (42bea956f6f7477c06186c7add62fa0107a27a9c)
1/*
2 * ARM virtual CPU header
3 *
4 * Copyright (c) 2003 Fabrice Bellard
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either

--- 910 unchanged lines hidden (view full) ---

919 /* CPU has virtualization extension */
920 bool has_el2;
921 /* CPU has security extension */
922 bool has_el3;
923 /* CPU has PMU (Performance Monitor Unit) */
924 bool has_pmu;
925 /* CPU has VFP */
926 bool has_vfp;
1/*
2 * ARM virtual CPU header
3 *
4 * Copyright (c) 2003 Fabrice Bellard
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either

--- 910 unchanged lines hidden (view full) ---

919 /* CPU has virtualization extension */
920 bool has_el2;
921 /* CPU has security extension */
922 bool has_el3;
923 /* CPU has PMU (Performance Monitor Unit) */
924 bool has_pmu;
925 /* CPU has VFP */
926 bool has_vfp;
927 /* CPU has 32 VFP registers */
928 bool has_vfp_d32;
927 /* CPU has Neon */
928 bool has_neon;
929 /* CPU has M-profile DSP extension */
930 bool has_dsp;
931
932 /* CPU has memory protection unit */
933 bool has_mpu;
934 /* PMSAv7 MPU number of supported regions */

--- 3251 unchanged lines hidden ---
929 /* CPU has Neon */
930 bool has_neon;
931 /* CPU has M-profile DSP extension */
932 bool has_dsp;
933
934 /* CPU has memory protection unit */
935 bool has_mpu;
936 /* PMSAv7 MPU number of supported regions */

--- 3251 unchanged lines hidden ---