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

Go to the source code of this file.

Macros

#define FLAT_BFIN_RELOC_TYPE_16_BIT   0
 
#define FLAT_BFIN_RELOC_TYPE_16H_BIT   1
 
#define FLAT_BFIN_RELOC_TYPE_32_BIT   2
 

Functions

unsigned long bfin_get_addr_from_rp (unsigned long *ptr, unsigned long relval, unsigned long flags, unsigned long *persistent)
 
 EXPORT_SYMBOL (bfin_get_addr_from_rp)
 
void bfin_put_addr_at_rp (unsigned long *ptr, unsigned long addr, unsigned long relval)
 
 EXPORT_SYMBOL (bfin_put_addr_at_rp)
 

Macro Definition Documentation

#define FLAT_BFIN_RELOC_TYPE_16_BIT   0

Definition at line 11 of file flat.c.

#define FLAT_BFIN_RELOC_TYPE_16H_BIT   1

Definition at line 12 of file flat.c.

#define FLAT_BFIN_RELOC_TYPE_32_BIT   2

Definition at line 13 of file flat.c.

Function Documentation

unsigned long bfin_get_addr_from_rp ( unsigned long ptr,
unsigned long  relval,
unsigned long  flags,
unsigned long persistent 
)

Definition at line 15 of file flat.c.

void bfin_put_addr_at_rp ( unsigned long ptr,
unsigned long  addr,
unsigned long  relval 
)

Definition at line 61 of file flat.c.

EXPORT_SYMBOL ( bfin_get_addr_from_rp  )
EXPORT_SYMBOL ( bfin_put_addr_at_rp  )