Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
watch.h File Reference
#include <linux/bitops.h>
#include <asm/mipsregs.h>

Go to the source code of this file.

Macros

#define __restore_watch()   do {} while (0)
 

Functions

void mips_install_watch_registers (void)
 
void mips_read_watch_registers (void)
 
void mips_clear_watch_registers (void)
 
void mips_probe_watch_registers (struct cpuinfo_mips *c)
 

Macro Definition Documentation

#define __restore_watch ( )    do {} while (0)

Definition at line 29 of file watch.h.

Function Documentation

void mips_clear_watch_registers ( void  )

Definition at line 79 of file watch.c.

void mips_install_watch_registers ( void  )

Definition at line 18 of file watch.c.

void mips_probe_watch_registers ( struct cpuinfo_mips c)

Definition at line 103 of file watch.c.

void mips_read_watch_registers ( void  )

Definition at line 47 of file watch.c.