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

Go to the source code of this file.

Macros

#define ARM_OPCODE_CONDITION_UNCOND   0xf
 

Functions

asmlinkage unsigned int arm_check_condition (u32 opcode, u32 psr)
 
 EXPORT_SYMBOL_GPL (arm_check_condition)
 

Macro Definition Documentation

#define ARM_OPCODE_CONDITION_UNCOND   0xf

Definition at line 14 of file opcodes.c.

Function Documentation

asmlinkage unsigned int arm_check_condition ( u32  opcode,
u32  psr 
)

Definition at line 55 of file opcodes.c.

EXPORT_SYMBOL_GPL ( arm_check_condition  )