Linux Kernel
3.7.1
|
#include <hw_breakpoint.h>
Data Fields | |
const char * | name |
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 clk * | clk |
Definition at line 29 of file hw_breakpoint.h.
Definition at line 37 of file hw_breakpoint.h.
Definition at line 39 of file hw_breakpoint.h.
Definition at line 40 of file hw_breakpoint.h.
void(* disable)(struct arch_hw_breakpoint *, int) |
Definition at line 34 of file hw_breakpoint.h.
Definition at line 36 of file hw_breakpoint.h.
void(* enable)(struct arch_hw_breakpoint *, int) |
Definition at line 33 of file hw_breakpoint.h.
Definition at line 35 of file hw_breakpoint.h.
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.
Definition at line 38 of file hw_breakpoint.h.