Searched refs:pmpxcfg (Results 1 – 8 of 8) sorted by relevance
578 uint8_t pmpxcfg = 0; in csi_mpu_config_region() local602 pmpxcfg |= (attr.r << PMP_PMPCFG_R_Pos) | (attr.w << PMP_PMPCFG_W_Pos) | in csi_mpu_config_region()606 __set_PMPxCFG(idx, pmpxcfg); in csi_mpu_config_region()
658 uint8_t pmpxcfg = 0; in csi_mpu_config_region() local682 pmpxcfg |= (attr.r << PMP_PMPCFG_R_Pos) | (attr.w << PMP_PMPCFG_W_Pos) | in csi_mpu_config_region()686 __set_PMPxCFG(idx, pmpxcfg); in csi_mpu_config_region()
574 __STATIC_INLINE void __set_PMPxCFG(uint32_t idx, uint8_t pmpxcfg) in __set_PMPxCFG() argument580 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()585 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()590 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()595 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
600 uint8_t pmpxcfg = 0; in csi_mpu_config_region() local624 pmpxcfg |= (attr.r << PMP_PMPCFG_R_Pos) | (attr.w << PMP_PMPCFG_W_Pos) | in csi_mpu_config_region()628 __set_PMPxCFG(idx, pmpxcfg); in csi_mpu_config_region()
598 __STATIC_INLINE void __set_PMPxCFG(uint32_t idx, uint8_t pmpxcfg) in __set_PMPxCFG() argument604 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()609 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()614 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()619 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
565 uint8_t pmpxcfg = 0; in csi_mpu_config_region() local589 pmpxcfg |= (attr.r << PMP_PMPCFG_R_Pos) | (attr.w << PMP_PMPCFG_W_Pos) | in csi_mpu_config_region()593 __set_PMPxCFG(idx, pmpxcfg); in csi_mpu_config_region()
564 __STATIC_INLINE void __set_PMPxCFG(uint64_t idx, uint8_t pmpxcfg) in __set_PMPxCFG() argument570 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()575 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()580 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()585 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
Completed in 31 milliseconds