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

/seL4-l4v-master/seL4/src/arch/arm/armv/armv8-a/64/
H A Dcache.c37 static inline word_t readCacheSize(int level, bool_t instruction) function
62 word_t lsize = readCacheSize(l, 0);
79 word_t lsize = readCacheSize(l, 0);
/seL4-l4v-master/seL4/src/arch/arm/armv/armv7-a/
H A Dcache.c41 static inline word_t readCacheSize(int level, bool_t instruction) function
72 word_t s = readCacheSize(l, 0);
93 word_t s = readCacheSize(l, 0);
/seL4-l4v-master/seL4/src/arch/arm/armv/armv8-a/32/
H A Dcache.c41 static inline word_t readCacheSize(int level, bool_t instruction) function
72 word_t s = readCacheSize(l, 0);
93 word_t s = readCacheSize(l, 0);

Completed in 31 milliseconds