Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dapm_ll.h23 #define APM_LL_TEE_EXCP_STATUS_REG(sec_mode) (HP_APM_M0_STATUS_REG + 0x10 * (sec_mode)) argument
24 #define APM_LL_TEE_EXCP_CLR_REG(sec_mode) (HP_APM_M0_STATUS_CLR_REG + 0x10 * (sec_mode)) argument
25 #define APM_LL_TEE_EXCP_INFO0_REG(sec_mode) (HP_APM_M0_EXCEPTION_INFO0_REG + 0x10 * (sec_mode)) argument
27 #define APM_LL_HP_SEC_MODE_REGION_ATTR(sec_mode, regn_pms) ((regn_pms) << (4 * (sec_mode - 1))) argument
29 #define APM_LL_HP_SEC_MODE_REGION_ATTR_M(sec_mode) (APM_LL_HP_SEC_MODE_REGION_ATTR_V << (4 * (sec_m… argument
80 apm_ll_secure_mode_t sec_mode; member
92 …void apm_tee_ll_set_master_secure_mode(apm_ll_master_id_t master_id, apm_ll_secure_mode_t sec_mode) in apm_tee_ll_set_master_secure_mode() argument
94 REG_WRITE(TEE_LL_MODE_CTRL_REG(master_id), sec_mode); in apm_tee_ll_set_master_secure_mode()
170 …_ll_sec_mode_region_attr_config(uint32_t regn_num, apm_ll_secure_mode_t sec_mode, uint32_t regn_pm… in apm_hp_ll_sec_mode_region_attr_config() argument
174 val &= ~APM_LL_HP_SEC_MODE_REGION_ATTR_M(sec_mode); in apm_hp_ll_sec_mode_region_attr_config()
[all …]
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dapm_ll.h23 #define APM_LL_TEE_EXCP_STATUS_REG(sec_mode) (HP_APM_M0_STATUS_REG + 0x10 * (sec_mode)) argument
24 #define APM_LL_TEE_EXCP_CLR_REG(sec_mode) (HP_APM_M0_STATUS_CLR_REG + 0x10 * (sec_mode)) argument
25 #define APM_LL_TEE_EXCP_INFO0_REG(sec_mode) (HP_APM_M0_EXCEPTION_INFO0_REG + 0x10 * (sec_mode)) argument
27 #define APM_LL_HP_SEC_MODE_REGION_ATTR(sec_mode, regn_pms) ((regn_pms) << (4 * (sec_mode - 1))) argument
29 #define APM_LL_HP_SEC_MODE_REGION_ATTR_M(sec_mode) (APM_LL_HP_SEC_MODE_REGION_ATTR_V << (4 * (sec_m… argument
80 apm_ll_secure_mode_t sec_mode; member
92 …void apm_tee_ll_set_master_secure_mode(apm_ll_master_id_t master_id, apm_ll_secure_mode_t sec_mode) in apm_tee_ll_set_master_secure_mode() argument
94 REG_WRITE(TEE_LL_MODE_CTRL_REG(master_id), sec_mode); in apm_tee_ll_set_master_secure_mode()
170 …_ll_sec_mode_region_attr_config(uint32_t regn_num, apm_ll_secure_mode_t sec_mode, uint32_t regn_pm… in apm_hp_ll_sec_mode_region_attr_config() argument
174 val &= ~APM_LL_HP_SEC_MODE_REGION_ATTR_M(sec_mode); in apm_hp_ll_sec_mode_region_attr_config()
[all …]
/hal_espressif-latest/components/hal/
Dapm_hal.c11 void apm_tee_hal_set_master_secure_mode(apm_ll_master_id_t master_id, apm_ll_secure_mode_t sec_mode) in apm_tee_hal_set_master_secure_mode() argument
13 apm_tee_ll_set_master_secure_mode(master_id, sec_mode); in apm_tee_hal_set_master_secure_mode()
37 … apm_hp_ll_sec_mode_region_attr_config(pms_data->regn_num, pms_data->sec_mode, pms_data->regn_pms); in apm_hp_hal_region_config()
70 apm_tee_hal_set_master_secure_mode(i, sec_mode_data->sec_mode); in apm_hp_hal_master_sec_mode_config()
73 sec_mode_data->pms_data->sec_mode = sec_mode_data->sec_mode; in apm_hp_hal_master_sec_mode_config()
/hal_espressif-latest/components/hal/include/hal/
Dapm_hal.h18 apm_ll_secure_mode_t sec_mode; member
29 apm_ll_secure_mode_t sec_mode; /* Secure mode to be configured TEE/REE[0:2]. */ member
40 void apm_tee_hal_set_master_secure_mode(apm_ll_master_id_t master_id, apm_ll_secure_mode_t sec_mode
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h49 uint8_t sec_mode; member
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c342 blufi_env.sec_mode = 0x0; in esp_blufi_gap_event()
575 blufi_env.sec_mode = 0x0; in esp_blufi_handle_gap_events()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c233 if ((blufi_env.sec_mode & BLUFI_CTRL_SEC_MODE_CHECK_MASK) in btc_blufi_send_encap()
240 if ((blufi_env.sec_mode & BLUFI_DATA_SEC_MODE_CHECK_MASK) in btc_blufi_send_encap()
247 if ((blufi_env.sec_mode & BLUFI_DATA_SEC_MODE_ENC_MASK) in btc_blufi_send_encap()
Dblufi_protocol.c37 blufi_env.sec_mode = data[0]; in btc_blufi_protocol_handler()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c337 blufi_env.sec_mode = 0x0; in blufi_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h1187 void btm_sec_init (UINT8 sec_mode);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c2835 void btm_sec_init (UINT8 sec_mode) in btm_sec_init() argument
2837 btm_cb.security_mode = sec_mode; in btm_sec_init()