Searched defs:icache (Results 1 – 5 of 5) sorted by relevance
77 struct cache_info icache; /* Primary I-cache */ member
75 struct cache_desc icache; /* Primary I-cache */ member
372 struct cache *dcache, *icache; in cache_do_one_devnode_split() local
1742 uint64_t icache:24; member1765 uint64_t icache:24; member1787 uint64_t icache:24; member1807 uint64_t icache:24; member
275 static u8 get_min_cache_line_size(bool icache) in get_min_cache_line_size()