Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tramp.c File Reference
#include "header.h"

Go to the source code of this file.

Macros

#define MAX_RELOS_PER_PASS   4
 

Functions

bool dload_tramp_avail (struct dload_state *dlthis, struct reloc_record_t *rp)
 
int dload_tramp_generate (struct dload_state *dlthis, s16 secnn, u32 image_offset, struct image_packet_t *ipacket, struct reloc_record_t *rp)
 
int dload_tramp_pkt_udpate (struct dload_state *dlthis, s16 secnn, u32 image_offset, struct image_packet_t *ipacket)
 
int dload_tramp_finalize (struct dload_state *dlthis)
 
void dload_tramp_cleanup (struct dload_state *dlthis)
 

Macro Definition Documentation

#define MAX_RELOS_PER_PASS   4

Definition at line 23 of file tramp.c.

Function Documentation

bool dload_tramp_avail ( struct dload_state dlthis,
struct reloc_record_t rp 
)

Definition at line 850 of file tramp.c.

void dload_tramp_cleanup ( struct dload_state dlthis)

Definition at line 1083 of file tramp.c.

int dload_tramp_finalize ( struct dload_state dlthis)

Definition at line 1042 of file tramp.c.

int dload_tramp_generate ( struct dload_state dlthis,
s16  secnn,
u32  image_offset,
struct image_packet_t ipacket,
struct reloc_record_t rp 
)

Definition at line 873 of file tramp.c.

int dload_tramp_pkt_udpate ( struct dload_state dlthis,
s16  secnn,
u32  image_offset,
struct image_packet_t ipacket 
)

Definition at line 1008 of file tramp.c.