Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | scache |
Functions | |
void | microblaze_cache_init (void) |
Variables | |
struct scache * | mbc |
#define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE 1 |
Definition at line 75 of file cacheflush.h.
Definition at line 117 of file cacheflush.h.
Definition at line 105 of file cacheflush.h.
Definition at line 68 of file cacheflush.h.
Definition at line 58 of file cacheflush.h.
Definition at line 67 of file cacheflush.h.
Definition at line 57 of file cacheflush.h.
#define flush_cache_dup_mm | ( | mm | ) | do { } while (0) |
Definition at line 87 of file cacheflush.h.
#define flush_cache_mm | ( | mm | ) | do { } while (0) |
Definition at line 90 of file cacheflush.h.
#define flush_cache_page | ( | vma, | |
vmaddr, | |||
pfn | |||
) | flush_dcache_range(pfn << PAGE_SHIFT, (pfn << PAGE_SHIFT) + PAGE_SIZE); |
Definition at line 92 of file cacheflush.h.
Definition at line 103 of file cacheflush.h.
Definition at line 88 of file cacheflush.h.
Definition at line 89 of file cacheflush.h.
#define flush_dcache | ( | ) | mbc->dfl(); |
Definition at line 72 of file cacheflush.h.
#define flush_dcache_mmap_lock | ( | mapping | ) | do { } while (0) |
Definition at line 84 of file cacheflush.h.
#define flush_dcache_mmap_unlock | ( | mapping | ) | do { } while (0) |
Definition at line 85 of file cacheflush.h.
#define flush_dcache_page | ( | page | ) |
Definition at line 77 of file cacheflush.h.
Definition at line 73 of file cacheflush.h.
Definition at line 59 of file cacheflush.h.
#define flush_icache_page | ( | vma, | |
pg | |||
) | do { } while (0) |
Definition at line 65 of file cacheflush.h.
Definition at line 60 of file cacheflush.h.
#define flush_icache_user_range | ( | vma, | |
pg, | |||
adr, | |||
len | |||
) | flush_icache(); |
Definition at line 64 of file cacheflush.h.
#define invalidate_dcache | ( | ) | mbc->din(); |
Definition at line 70 of file cacheflush.h.
Definition at line 71 of file cacheflush.h.
#define invalidate_icache | ( | ) | mbc->iin(); |
Definition at line 61 of file cacheflush.h.
Definition at line 62 of file cacheflush.h.