Home
last modified time | relevance | path

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

/SCP-firmware-master/product/morello/mcp_ramfw_soc/
A Dconfig_smt.c25 .policies = MOD_SMT_POLICY_SECURE,
/SCP-firmware-master/product/morello/mcp_ramfw_fvp/
A Dconfig_smt.c24 .policies = MOD_SMT_POLICY_SECURE,
/SCP-firmware-master/product/n1sdp/mcp_ramfw/
A Dconfig_smt.c24 .policies = MOD_SMT_POLICY_INIT_MAILBOX | MOD_SMT_POLICY_SECURE,
/SCP-firmware-master/module/optee/smt/include/
A Dmod_optee_smt.h30 #define MOD_SMT_POLICY_SECURE (1U << 0) macro
/SCP-firmware-master/product/morello/module/morello_smt/include/
A Dmod_smt.h30 #define MOD_SMT_POLICY_SECURE ((uint32_t)(1 << 0)) macro
/SCP-firmware-master/product/n1sdp/module/n1sdp_smt/include/
A Dmod_smt.h30 #define MOD_SMT_POLICY_SECURE ((uint32_t)(1 << 0)) macro
/SCP-firmware-master/module/optee/smt/src/
A Dmod_optee_smt.c90 ((channel_ctx->config->policies & MOD_SMT_POLICY_SECURE) != in smt_get_secure()
413 MOD_SMT_POLICY_SECURE); in mailbox_channel_init()
/SCP-firmware-master/product/morello/module/morello_smt/src/
A Dmod_smt.c74 *secure = channel_ctx->config->policies & MOD_SMT_POLICY_SECURE; in smt_get_secure()
/SCP-firmware-master/product/n1sdp/module/n1sdp_smt/src/
A Dmod_smt.c74 *secure = channel_ctx->config->policies & MOD_SMT_POLICY_SECURE; in smt_get_secure()

Completed in 20 milliseconds