Searched refs:cache_t (Results 1 – 3 of 3) sorted by relevance
16 typedef struct { } cache_t; // expected-warning{{empty struct is a GNU extension}} typedef17 static cache_t clo_I1_cache = ((cache_t) { } ); // expected-warning{{use of GNU empty initializer e…
30 enum cache_t {ICACHE, DCACHE}; enum
30 static inline unsigned long CACHE_LINE_SIZE(enum cache_t cache) in CACHE_LINE_SIZE()