Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
sstep.h File Reference

Go to the source code of this file.

Macros

#define IS_MTMSRD(instr)   (((instr) & 0xfc0007be) == 0x7c000124)
 
#define IS_RFID(instr)   (((instr) & 0xfc0007fe) == 0x4c000024)
 
#define IS_RFI(instr)   (((instr) & 0xfc0007fe) == 0x4c000064)
 

Functions

int emulate_step (struct pt_regs *regs, unsigned int instr)
 

Macro Definition Documentation

#define IS_MTMSRD (   instr)    (((instr) & 0xfc0007be) == 0x7c000124)

Definition at line 22 of file sstep.h.

#define IS_RFI (   instr)    (((instr) & 0xfc0007fe) == 0x4c000064)

Definition at line 24 of file sstep.h.

#define IS_RFID (   instr)    (((instr) & 0xfc0007fe) == 0x4c000024)

Definition at line 23 of file sstep.h.

Function Documentation

int emulate_step ( struct pt_regs regs,
unsigned int  instr 
)

Definition at line 561 of file sstep.c.