Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/qti/accesscontrol/vmidmt/
H A Dvmidmt.c110 bus_attribs.e_nscfg = HAL_VMIDMT_NSCFG_SECURE; in map_vmid_internal()
174 bus_attribs.e_nscfg = HAL_VMIDMT_NSCFG_SECURE; in config_options_per_master()
H A Dvmidmt_hal.c185 bypass_bus->e_nscfg < HAL_VMIDMT_NSCFG_DEFAULT) in set_default_config()
186 attrib |= bypass_bus->e_nscfg in set_default_config()
302 if (bus->e_nscfg < HAL_VMIDMT_NSCFG_DEFAULT) in configure_context_bus()
303 s2vr |= bus->e_nscfg << VMIDMT_SHFT(S2VRn, NSCFG); in configure_context_bus()
564 if (cfg->p_bus_attrib->e_nscfg == HAL_VMIDMT_NSCFG_SECURE) in validate_ctx_args()
H A Dvmidmt_hal.h248 enum hal_vmidmt_non_secure_alloc_config e_nscfg; /* non-secure allocate */ member