Linux Kernel
3.7.1
|
#include <asm/cachetlb_32.h>
Go to the source code of this file.
Functions | |
void | sparc_flush_page_to_ram (struct page *page) |
void | flush_user_windows (void) |
void | kill_user_windows (void) |
void | flushw_all (void) |
#define __flush_page_to_ram | ( | addr | ) | sparc32_cachetlb_ops->page_to_ram(addr) |
Definition at line 32 of file cacheflush_32.h.
#define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE 1 |
Definition at line 41 of file cacheflush_32.h.
Definition at line 26 of file cacheflush_32.h.
Definition at line 21 of file cacheflush_32.h.
#define flush_cache_all | ( | void | ) | sparc32_cachetlb_ops->cache_all() |
Definition at line 6 of file cacheflush_32.h.
#define flush_cache_dup_mm | ( | mm | ) | sparc32_cachetlb_ops->cache_mm(mm) |
Definition at line 10 of file cacheflush_32.h.
#define flush_cache_mm | ( | mm | ) | sparc32_cachetlb_ops->cache_mm(mm) |
Definition at line 8 of file cacheflush_32.h.
#define flush_cache_page | ( | vma, | |
addr, | |||
pfn | |||
) | sparc32_cachetlb_ops->cache_page(vma, addr) |
Definition at line 14 of file cacheflush_32.h.
#define flush_cache_range | ( | vma, | |
start, | |||
end | |||
) | sparc32_cachetlb_ops->cache_range(vma, start, end) |
Definition at line 12 of file cacheflush_32.h.
#define flush_cache_vmap | ( | start, | |
end | |||
) | flush_cache_all() |
Definition at line 46 of file cacheflush_32.h.
#define flush_cache_vunmap | ( | start, | |
end | |||
) | flush_cache_all() |
Definition at line 47 of file cacheflush_32.h.
#define flush_dcache_mmap_lock | ( | mapping | ) | do { } while (0) |
Definition at line 43 of file cacheflush_32.h.
#define flush_dcache_mmap_unlock | ( | mapping | ) | do { } while (0) |
Definition at line 44 of file cacheflush_32.h.
#define flush_dcache_page | ( | page | ) | sparc_flush_page_to_ram(page) |
Definition at line 42 of file cacheflush_32.h.
#define flush_icache_page | ( | vma, | |
pg | |||
) | do { } while (0) |
Definition at line 17 of file cacheflush_32.h.
Definition at line 16 of file cacheflush_32.h.
Definition at line 19 of file cacheflush_32.h.
#define flush_page_for_dma | ( | addr | ) | sparc32_cachetlb_ops->page_for_dma(addr) |
Definition at line 36 of file cacheflush_32.h.
#define flush_sig_insns | ( | mm, | |
insn_addr | |||
) | sparc32_cachetlb_ops->sig_insns(mm, insn_addr) |
Definition at line 34 of file cacheflush_32.h.