Searched refs:mbc (Results 1 - 4 of 4) sorted by relevance

/arch/microblaze/include/asm/
H A Dcacheflush.h53 extern struct scache *mbc;
57 #define enable_icache() mbc->ie();
58 #define disable_icache() mbc->id();
59 #define flush_icache() mbc->ifl();
60 #define flush_icache_range(start, end) mbc->iflr(start, end);
61 #define invalidate_icache() mbc->iin();
62 #define invalidate_icache_range(start, end) mbc->iinr(start, end);
67 #define enable_dcache() mbc->de();
68 #define disable_dcache() mbc->dd();
70 #define invalidate_dcache() mbc
[all...]
/arch/microblaze/kernel/
H A Dmicroblaze_ksyms.c47 EXPORT_SYMBOL(mbc); variable
/arch/microblaze/kernel/cpu/
H A Dcache.c519 struct scache *mbc; variable in typeref:struct:scache
626 mbc = (struct scache *)&wb_msr;
634 mbc = (struct scache *)&wt_msr_noirq;
637 mbc = (struct scache *)&wt_msr;
643 mbc = (struct scache *)&wb_nomsr;
651 mbc = (struct scache *)&wt_nomsr_noirq;
654 mbc = (struct scache *)&wt_nomsr;
/arch/arm/mach-s3c24xx/
H A Dmach-gta02.c56 #include <linux/mfd/pcf50633/mbc.h>

Completed in 93 milliseconds