Searched refs:p_cache (Results 1 – 2 of 2) sorted by relevance
91 struct _arm_cache_reg_map_t* p_cache = in arm_cache_get_size() local95 (p_cache->cacheichwparams & ARM_CACHEICHWPARAMS_CSIZE_MASK); in arm_cache_get_size()114 struct _arm_cache_reg_map_t* p_cache = in arm_cache_is_stat_func_available() local117 return (p_cache->cacheichwparams & ARM_CACHEICHWPARAMS_STATS_MASK) != 0; in arm_cache_is_stat_func_available()122 struct _arm_cache_reg_map_t* p_cache = in arm_cache_is_invalidate_cache_line_enabled() local125 return (p_cache->cacheichwparams & ARM_CACHEICHWPARAMS_INVMAT_MASK) != 0; in arm_cache_is_invalidate_cache_line_enabled()130 struct _arm_cache_reg_map_t* p_cache = in arm_cache_enable() local133 p_cache->cacheicctrl |= ARM_CACHEICCTRL_CACHEEN_MASK; in arm_cache_enable()138 struct _arm_cache_reg_map_t* p_cache = in arm_cache_enable_blocking() local141 p_cache->cacheicctrl |= ARM_CACHEICCTRL_CACHEEN_MASK; in arm_cache_enable_blocking()[all …]
1505 void *MBEDTLS_PRIVATE(p_cache); /*!< context for cache callbacks */3206 void *p_cache,