cpu.h (97a28b0eeac14a4a7326d583b745c555fa1f1da6) | cpu.h (ea90db0af67aabdf0abb65c418b8857d5359b6ea) |
---|---|
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 --- 776 unchanged lines hidden (view full) --- 785 /* CPU has security extension */ 786 bool has_el3; 787 /* CPU has PMU (Performance Monitor Unit) */ 788 bool has_pmu; 789 /* CPU has VFP */ 790 bool has_vfp; 791 /* CPU has Neon */ 792 bool has_neon; | 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 --- 776 unchanged lines hidden (view full) --- 785 /* CPU has security extension */ 786 bool has_el3; 787 /* CPU has PMU (Performance Monitor Unit) */ 788 bool has_pmu; 789 /* CPU has VFP */ 790 bool has_vfp; 791 /* CPU has Neon */ 792 bool has_neon; |
793 /* CPU has M-profile DSP extension */ 794 bool has_dsp; |
|
793 794 /* CPU has memory protection unit */ 795 bool has_mpu; 796 /* PMSAv7 MPU number of supported regions */ 797 uint32_t pmsav7_dregion; 798 /* v8M SAU number of supported regions */ 799 uint32_t sau_sregion; 800 --- 2779 unchanged lines hidden --- | 795 796 /* CPU has memory protection unit */ 797 bool has_mpu; 798 /* PMSAv7 MPU number of supported regions */ 799 uint32_t pmsav7_dregion; 800 /* v8M SAU number of supported regions */ 801 uint32_t sau_sregion; 802 --- 2779 unchanged lines hidden --- |