Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
stab.c File Reference
#include <linux/memblock.h>
#include <asm/pgtable.h>
#include <asm/mmu.h>
#include <asm/mmu_context.h>
#include <asm/paca.h>
#include <asm/cputable.h>
#include <asm/prom.h>

Go to the source code of this file.

Data Structures

struct  stab_entry
 

Macros

#define NR_STAB_CACHE_ENTRIES   8
 

Functions

int ste_allocate (unsigned long ea)
 
void switch_stab (struct task_struct *tsk, struct mm_struct *mm)
 
void __init stabs_alloc (void)
 
void stab_initialize (unsigned long stab)
 

Macro Definition Documentation

#define NR_STAB_CACHE_ENTRIES   8

Definition at line 29 of file stab.c.

Function Documentation

void stab_initialize ( unsigned long  stab)

Definition at line 271 of file stab.c.

void __init stabs_alloc ( void  )

Definition at line 239 of file stab.c.

int ste_allocate ( unsigned long  ea)

Definition at line 150 of file stab.c.

void switch_stab ( struct task_struct tsk,
struct mm_struct mm 
)

Definition at line 160 of file stab.c.