Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
opcodes-virt.h File Reference
#include <asm/opcodes.h>

Go to the source code of this file.

Macros

#define __HVC(imm16)
 
#define __ERET
 
#define __MSR_ELR_HYP(regnum)
 

Macro Definition Documentation

#define __ERET
Value:
0xE160006E, \
0xF3DE8F00 \
)

Definition at line 29 of file opcodes-virt.h.

#define __HVC (   imm16)
Value:
0xE1400070 | (((imm16) & 0xFFF0) << 4) | ((imm16) & 0x000F), \
0xF7E08000 | (((imm16) & 0xF000) << 4) | ((imm16) & 0x0FFF) \
)

Definition at line 24 of file opcodes-virt.h.

#define __MSR_ELR_HYP (   regnum)
Value:
0xE12EF300 | regnum, \
0xF3808E30 | (regnum << 16) \
)

Definition at line 34 of file opcodes-virt.h.