Searched refs:DT_NON_SECURE (Results 1 – 3 of 3) sorted by relevance
15 #define DT_NON_SECURE U(1) macro17 #define DT_SHARED (DT_NON_SECURE | DT_SECURE)
138 ((dt_info.status & DT_NON_SECURE) != 0) ? in stm32_iwdg_init()141 if ((dt_info.status & DT_NON_SECURE) != 0) { in stm32_iwdg_init()
78 status |= DT_NON_SECURE; in fdt_get_status()82 if (((cchar == NULL) && (status == DT_NON_SECURE)) || in fdt_get_status()