Lines Matching refs:scache
509 struct scache *mbc;
512 static const struct scache wb_msr = {
528 static const struct scache wb_nomsr = {
544 static const struct scache wt_msr = {
559 static const struct scache wt_nomsr = {
575 static const struct scache wt_msr_noirq = {
590 static const struct scache wt_nomsr_noirq = {
614 mbc = (struct scache *)&wb_msr; in microblaze_cache_init()
622 mbc = (struct scache *)&wt_msr_noirq; in microblaze_cache_init()
625 mbc = (struct scache *)&wt_msr; in microblaze_cache_init()
631 mbc = (struct scache *)&wb_nomsr; in microblaze_cache_init()
639 mbc = (struct scache *)&wt_nomsr_noirq; in microblaze_cache_init()
642 mbc = (struct scache *)&wt_nomsr; in microblaze_cache_init()