Linux Kernel
3.7.1
|
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) |