Searched refs:perm (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-m-3.7.0/platform/ext/target/nordic_nrf/common/core/ |
D | target_cfg.c | 702 uint32_t perm; in spu_init_cfg() local 705 perm = 0; in spu_init_cfg() 706 perm |= NRF_SPU_MEM_PERM_READ; in spu_init_cfg() 708 perm |= NRF_SPU_MEM_PERM_EXECUTE; in spu_init_cfg() 710 spu_regions_flash_config(S_CODE_START, S_CODE_LIMIT, SPU_SECURE_ATTR_SECURE, perm, in spu_init_cfg() 714 perm = 0; in spu_init_cfg() 715 perm |= NRF_SPU_MEM_PERM_READ; in spu_init_cfg() 716 perm |= NRF_SPU_MEM_PERM_WRITE; in spu_init_cfg() 719 perm |= NRF_SPU_MEM_PERM_EXECUTE; in spu_init_cfg() 721 spu_regions_sram_config(S_DATA_START, S_DATA_LIMIT, SPU_SECURE_ATTR_SECURE, perm, in spu_init_cfg() [all …]
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/rdfremont/ |
D | ni_tower_lib.h | 22 #define INIT_APU_REGION(base, end, perm) \ argument 27 .permissions = { perm, 0, 0, 0 }, \ 60 #define INIT_APU_REGION_UNLOCKED(base, end, perm) \ argument 65 .permissions = { perm, 0, 0, 0 }, \
|