Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
opcode.c File Reference
#include <linux/types.h>
#include "opcode.h"

Go to the source code of this file.

Macros

#define REX_W   (1 << 3)
 

Functions

void kmemcheck_opcode_decode (const uint8_t *op, unsigned int *size)
 
const uint8_tkmemcheck_opcode_get_primary (const uint8_t *op)
 

Macro Definition Documentation

#define REX_W   (1 << 3)

Definition at line 31 of file opcode.c.

Function Documentation

void kmemcheck_opcode_decode ( const uint8_t op,
unsigned int size 
)

Definition at line 39 of file opcode.c.

const uint8_t* kmemcheck_opcode_get_primary ( const uint8_t op)

Definition at line 98 of file opcode.c.