Lines Matching refs:scache
508 struct scache *mbc;
511 static const struct scache wb_msr = {
527 static const struct scache wb_nomsr = {
543 static const struct scache wt_msr = {
558 static const struct scache wt_nomsr = {
574 static const struct scache wt_msr_noirq = {
589 static const struct scache wt_nomsr_noirq = {
613 mbc = (struct scache *)&wb_msr; in microblaze_cache_init()
621 mbc = (struct scache *)&wt_msr_noirq; in microblaze_cache_init()
624 mbc = (struct scache *)&wt_msr; in microblaze_cache_init()
630 mbc = (struct scache *)&wb_nomsr; in microblaze_cache_init()
638 mbc = (struct scache *)&wt_nomsr_noirq; in microblaze_cache_init()
641 mbc = (struct scache *)&wt_nomsr; in microblaze_cache_init()