Linux Kernel
3.7.1
|
#include <cacheflush.h>
Data Fields | |
void(* | flush_icache_all )(void) |
void(* | flush_kern_all )(void) |
void(* | flush_kern_louis )(void) |
void(* | flush_user_all )(void) |
void(* | flush_user_range )(unsigned long, unsigned long, unsigned int) |
void(* | coherent_kern_range )(unsigned long, unsigned long) |
int(* | coherent_user_range )(unsigned long, unsigned long) |
void(* | flush_kern_dcache_area )(void *, size_t) |
void(* | dma_map_area )(const void *, size_t, int) |
void(* | dma_unmap_area )(const void *, size_t, int) |
void(* | dma_flush_range )(const void *, const void *) |
Definition at line 104 of file cacheflush.h.
Definition at line 111 of file cacheflush.h.
Definition at line 112 of file cacheflush.h.
Definition at line 105 of file cacheflush.h.
Definition at line 106 of file cacheflush.h.
Definition at line 113 of file cacheflush.h.
Definition at line 107 of file cacheflush.h.
Definition at line 108 of file cacheflush.h.
Definition at line 109 of file cacheflush.h.