Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
outer_cache_fns Struct Reference

#include <outercache.h>

Data Fields

void(* inv_range )(unsigned long, unsigned long)
 
void(* clean_range )(unsigned long, unsigned long)
 
void(* flush_range )(unsigned long, unsigned long)
 
void(* flush_all )(void)
 
void(* inv_all )(void)
 
void(* disable )(void)
 
void(* set_debug )(unsigned long)
 
void(* resume )(void)
 

Detailed Description

Definition at line 26 of file outercache.h.

Field Documentation

void(* clean_range)(unsigned long, unsigned long)

Definition at line 28 of file outercache.h.

void(* disable)(void)

Definition at line 32 of file outercache.h.

void(* flush_all)(void)

Definition at line 30 of file outercache.h.

void(* flush_range)(unsigned long, unsigned long)

Definition at line 29 of file outercache.h.

void(* inv_all)(void)

Definition at line 31 of file outercache.h.

void(* inv_range)(unsigned long, unsigned long)

Definition at line 27 of file outercache.h.

void(* resume)(void)

Definition at line 37 of file outercache.h.

void(* set_debug)(unsigned long)

Definition at line 36 of file outercache.h.


The documentation for this struct was generated from the following file: