Searched refs:cfg_nonsec (Results 1 – 5 of 5) sorted by relevance
37 s->cfg_nonsec = level; in tz_msc_cfg_nonsec()93 return s->cfg_nonsec ? MSCAllowNonSecure : MSCAllowSecure; in tz_msc_check()101 if (!s->cfg_nonsec) { in tz_msc_check()221 s->cfg_nonsec = false; in tz_msc_reset()273 VMSTATE_BOOL(cfg_nonsec, TZMSC),
38 s->cfg_nonsec[n] = level; in tz_ppc_cfg_nonsec()92 if ((attrs.secure == s->cfg_nonsec[n] && !(s->nonsec_mask & (1 << n))) || in tz_ppc_check()223 memset(s->cfg_nonsec, 0, sizeof(s->cfg_nonsec)); in tz_ppc_reset()294 VMSTATE_BOOL_ARRAY(cfg_nonsec, TZPPC, 16),
211 tz_msc_cfg_nonsec(int level) "TZ MSC: cfg_nonsec = %d"219 tz_ppc_cfg_nonsec(int n, int level) "TZ PPC: cfg_nonsec[%d] = %d"
67 bool cfg_nonsec; member
91 bool cfg_nonsec[TZ_NUM_PORTS]; member
Completed in 12 milliseconds