HomeSort by: relevance | last modified time | path
    Searched defs:ARM_FT_CMSE_ENTRY (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.h 1585 #define ARM_FT_CMSE_ENTRY (1 << 7) /* ARMv8-M non-secure entry function. */
1594 #define IS_CMSE_ENTRY(t) (t & ARM_FT_CMSE_ENTRY)
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.h 1561 #define ARM_FT_CMSE_ENTRY (1 << 7) /* ARMv8-M non-secure entry function. */
1570 #define IS_CMSE_ENTRY(t) (t & ARM_FT_CMSE_ENTRY)

Completed in 55 milliseconds