Home
last modified time | relevance | path

Searched refs:cpacr_pass (Results 1 – 1 of 1) sorted by relevance

/qemu/target/arm/tcg/
H A Dm_helper.c1288 bool cpacr_pass = v7m_cpacr_pass(env, env->v7m.secure, in v7m_push_stack() local
1291 if (stacked_ok && !cpacr_pass) { in v7m_push_stack()
1329 if (cpacr_pass) { in v7m_push_stack()
1543 bool cpacr_pass = v7m_cpacr_pass(env, exc_secure, true); in do_v7m_exception_exit() local
1551 } else if (!cpacr_pass) { in do_v7m_exception_exit()
1763 bool cpacr_pass, nsacr_pass; in do_v7m_exception_exit() local
1765 cpacr_pass = v7m_cpacr_pass(env, return_to_secure, in do_v7m_exception_exit()
1770 if (!cpacr_pass) { in do_v7m_exception_exit()