Home
last modified time | relevance | path

Searched refs:pmpxcfg (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/csi/csi1/include/core/
A Dcore_rv32.h578 uint8_t pmpxcfg = 0; in csi_mpu_config_region() local
602 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()
A Dcore_rv32_old.h658 uint8_t pmpxcfg = 0; in csi_mpu_config_region() local
682 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()
A Dcsi_rv32_gcc.h574 __STATIC_INLINE void __set_PMPxCFG(uint32_t idx, uint8_t pmpxcfg) in __set_PMPxCFG() argument
580 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()
/AliOS-Things-master/components/csi/csi2/include/core/
A Dcore_rv32.h600 uint8_t pmpxcfg = 0; in csi_mpu_config_region() local
624 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()
A Dcore_rv32_old.h658 uint8_t pmpxcfg = 0; in csi_mpu_config_region() local
682 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()
A Dcsi_rv32_gcc.h598 __STATIC_INLINE void __set_PMPxCFG(uint32_t idx, uint8_t pmpxcfg) in __set_PMPxCFG() argument
604 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()
/AliOS-Things-master/hardware/board/c906/csi_core/include/
A Dcore_rv64.h565 uint8_t pmpxcfg = 0; in csi_mpu_config_region() local
589 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()
A Dcsi_rv64_gcc.h564 __STATIC_INLINE void __set_PMPxCFG(uint64_t idx, uint8_t pmpxcfg) in __set_PMPxCFG() argument
570 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