#include <linux/module.h>
#include <linux/mm.h>
#include <linux/bootmem.h>
#include <linux/gfp.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/initrd.h>
#include <linux/swap.h>
#include <linux/unistd.h>
#include <linux/nodemask.h>
#include <linux/pagemap.h>
#include <asm/pgalloc.h>
#include <asm/pgtable.h>
#include <asm/tlb.h>
#include <asm/pdc_chassis.h>
#include <asm/mmzone.h>
#include <asm/sections.h>
Go to the source code of this file.
#define MAX_GAP (0x40000000UL >> PAGE_SHIFT) |
#define MAX_MEM (3584U*1024U*1024U) |
#define NR_SPACE_IDS 32768 |
#define PDC_CONSOLE_IO_IODC_SIZE 32768 |
#define SET_MAP_OFFSET |
( |
|
x | ) |
|
Value:
Definition at line 581 of file init.c.
#define VM_MAP_OFFSET (32*1024) |
flush_tlb_all - Completely invalidate TLBs on all CPUs
Definition at line 1098 of file init.c.
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 896 of file init.c.
void show_mem |
( |
unsigned int |
filter | ) |
|