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

Go to the source code of this file.

Functions

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

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.

__cpuinit 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.