Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
mmu.h File Reference

Go to the source code of this file.

Data Structures

struct  mm_context_t
 

Macros

#define ASID(mm)   ((mm)->context.id & 0xffff)
 

Functions

void paging_init (void)
 
void setup_mm_for_reboot (void)
 

Macro Definition Documentation

#define ASID (   mm)    ((mm)->context.id & 0xffff)

Definition at line 25 of file mmu.h.

Function Documentation

void paging_init ( void  )

paging_init - setup page tables

paging_init() sets up the page tables for each node of the system and frees the bootmem allocator memory for general use.

Definition at line 238 of file init.c.

void setup_mm_for_reboot ( void  )

Definition at line 104 of file idmap.c.