Lines Matching defs:secure
30 * directive is disabled) are assigned to the non-secure world.
32 * Each pin of the GPIOZ bank can be secure or non-secure.
78 [SHRES_NON_SECURE] = "non-secure",
79 [SHRES_SECURE] = "secure",
287 /* Allow drivers to register some non-secure resources */
288 VERBOSE("IO for non-secure resource 0x%x\n",
358 unsigned int secure = 0U;
369 secure++;
373 return secure == get_gpioz_nbpin();
399 /* Allow clock access if at least one pin is non-secure */
444 /* GPIOZ reset mandates all pins are non-secure */
503 /* Some system peripherals shall be secure */
535 bool secure = stm32mp1_rcc_is_secure();
542 if (!secure || (mckprot_protects_periph(n) && (!mckprot))) {
543 ERROR("RCC %s MCKPROT %s and %s secure\n",
544 secure ? "secure" : "non-secure",
574 INFO("stm32mp1 %s is secure\n", shres2str_id(id));
578 VERBOSE("stm32mp %s is non-secure\n", shres2str_id(id));