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

#include <hw_breakpoint.h>

Data Fields

const charname
 
unsigned int num_events
 
unsigned int trap_nr
 
void(* enable )(struct arch_hw_breakpoint *, int)
 
void(* disable )(struct arch_hw_breakpoint *, int)
 
void(* enable_all )(unsigned long)
 
void(* disable_all )(void)
 
unsigned long(* active_mask )(void)
 
unsigned long(* triggered_mask )(void)
 
void(* clear_triggered_mask )(unsigned long)
 
struct clkclk
 

Detailed Description

Definition at line 29 of file hw_breakpoint.h.

Field Documentation

unsigned long(* active_mask)(void)

Definition at line 37 of file hw_breakpoint.h.

void(* clear_triggered_mask)(unsigned long)

Definition at line 39 of file hw_breakpoint.h.

Definition at line 40 of file hw_breakpoint.h.

Definition at line 34 of file hw_breakpoint.h.

void(* disable_all)(void)

Definition at line 36 of file hw_breakpoint.h.

Definition at line 33 of file hw_breakpoint.h.

void(* enable_all)(unsigned long)

Definition at line 35 of file hw_breakpoint.h.

const char* name

Definition at line 30 of file hw_breakpoint.h.

unsigned int num_events

Definition at line 31 of file hw_breakpoint.h.

unsigned int trap_nr

Definition at line 32 of file hw_breakpoint.h.

unsigned long(* triggered_mask)(void)

Definition at line 38 of file hw_breakpoint.h.


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