Searched refs:pmpcfgx (Results 1 – 3 of 3) sorted by relevance
513 uint64_t pmpcfgx = 0; in __get_PMPxCFG() local516 pmpcfgx = __get_PMPCFG0(); in __get_PMPxCFG()566 uint64_t pmpcfgx = 0; in __set_PMPxCFG() local570 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()571 __set_PMPCFG0(pmpcfgx); in __set_PMPxCFG()575 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()576 __set_PMPCFG1(pmpcfgx); in __set_PMPxCFG()580 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()581 __set_PMPCFG2(pmpcfgx); in __set_PMPxCFG()585 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()[all …]
523 uint32_t pmpcfgx = 0; in __get_PMPxCFG() local526 pmpcfgx = __get_PMPCFG0(); in __get_PMPxCFG()576 uint32_t pmpcfgx = 0; in __set_PMPxCFG() local580 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()581 __set_PMPCFG0(pmpcfgx); in __set_PMPxCFG()585 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()586 __set_PMPCFG1(pmpcfgx); in __set_PMPxCFG()590 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()591 __set_PMPCFG2(pmpcfgx); in __set_PMPxCFG()595 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()[all …]
547 uint32_t pmpcfgx = 0; in __get_PMPxCFG() local550 pmpcfgx = __get_PMPCFG0(); in __get_PMPxCFG()600 uint32_t pmpcfgx = 0; in __set_PMPxCFG() local604 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()605 __set_PMPCFG0(pmpcfgx); in __set_PMPxCFG()609 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()610 __set_PMPCFG1(pmpcfgx); in __set_PMPxCFG()614 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()615 __set_PMPCFG2(pmpcfgx); in __set_PMPxCFG()619 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()[all …]
Completed in 20 milliseconds