Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/qti/accesscontrol/xpu/
H A Dxpu3.h21 #define XPU_RG_ALL 0x00ffffff macro
22 #define XPU_UMR_RG (XPU_RG_ALL - 1)
H A Dxpu3.c277 if (rg_num != XPU_RG_ALL && range->rg_num != rg_num) in set_mpu_permissions()
375 if (rg_num != XPU_RG_ALL && range->rg_num != rg_num) in set_mpu_dynamic_permissions()
411 if (rg_num != XPU_RG_ALL && range->rg_num != rg_num) in program_mpu_partitions()
455 if (rg_num != XPU_RG_ALL && owner->rg_num != rg_num) in set_region_ownership()
474 program_mpu_partitions(xpus, XPU_RG_ALL); in xpu_lock_down_assets()
475 set_region_ownership(xpus, XPU_RG_ALL); in xpu_lock_down_assets()
476 set_mpu_permissions(xpus, XPU_RG_ALL); in xpu_lock_down_assets()