Searched refs:CPACR_ASEDIS (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/arch/arm/include/ | ||
| H A D | arm32.h | 85 #define CPACR_ASEDIS BIT32(31) macro |
| /optee_os/core/arch/arm/kernel/ | ||
| H A D | boot.c | 235 cpacr &= ~(CPACR_ASEDIS | CPACR_D32DIS); in init_vfp_sec() |