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

Go to the source code of this file.

Functions

void __init generate_cplb_tables_cpu (unsigned int cpu)
 
void __init generate_cplb_tables_all (void)
 

Variables

struct cplb_entry icplb_tbl [NR_CPUS][MAX_CPLBS]
 
struct cplb_entry dcplb_tbl [NR_CPUS][MAX_CPLBS]
 
int first_switched_icplb
 
int first_switched_dcplb
 
int first_mask_dcplb
 

Function Documentation

void __init generate_cplb_tables_all ( void  )

Definition at line 100 of file cplbinit.c.

void __init generate_cplb_tables_cpu ( unsigned int  cpu)

Definition at line 22 of file cplbinit.c.

Variable Documentation

Definition at line 17 of file cplbinit.c.

int first_mask_dcplb

Definition at line 20 of file cplbinit.c.

int first_switched_dcplb

Definition at line 19 of file cplbinit.c.

int first_switched_icplb

Definition at line 19 of file cplbinit.c.

Definition at line 16 of file cplbinit.c.