Searched refs:readCacheSize (Results 1 - 3 of 3) sorted by relevance

/seL4-mcs-10.1.1/src/arch/arm/armv/armv7-a/
H A Dcache.c50 static inline word_t readCacheSize(int level, bool_t instruction) function
82 word_t s = readCacheSize(l, 0);
111 word_t s = readCacheSize(l, 0);
/seL4-mcs-10.1.1/src/arch/arm/armv/armv8-a/32/
H A Dcache.c50 static inline word_t readCacheSize(int level, bool_t instruction) function
82 word_t s = readCacheSize(l, 0);
111 word_t s = readCacheSize(l, 0);
/seL4-mcs-10.1.1/src/arch/arm/armv/armv8-a/64/
H A Dcache.c48 static inline word_t readCacheSize(int level, bool_t instruction) function
75 word_t s = readCacheSize(l, 0);
103 word_t s = readCacheSize(l, 0);

Completed in 26 milliseconds