Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/emi_mpu/mt8188/
H A Demi_mpu.c123 enum region_ids zone_id = get_decoded_zone_id(zone_info); in emi_mpu_optee_handler() local
129 if (zone_id < SVP_DRAM_REGION_ID_START || zone_id > SVP_DRAM_REGION_ID_END) { in emi_mpu_optee_handler()
138 region_info.region = zone_id; in emi_mpu_optee_handler()
147 emi_mpu_clear_protection(zone_id); in emi_mpu_optee_handler()
/rk3399_ARM-atf/plat/mediatek/mt8195/drivers/emi_mpu/
H A Demi_mpu.c169 enum MPU_REQ_ORIGIN_ZONE_ID zone_id = get_decoded_zone_id(zone_info); in emi_mpu_sip_handler() local
174 if (zone_id != MPU_REQ_ORIGIN_TEE_ZONE_SVP) { in emi_mpu_sip_handler()