Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7m/
H A Dmpu.c42 | reg_config->reg_size << REGION_SIZE_SHIFT | ENABLE_REGION in mpu_config()
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dmpu_v7r.c74 val = (rgn->reg_size << REGION_SIZE_SHIFT) | ENABLE_REGION; in mpu_config()
/openbmc/u-boot/arch/arm/include/asm/
H A Darmv7_mpu.h30 #define ENABLE_REGION BIT(0) macro