#include <asm/mem-layout.h>
#include <asm/setup.h>
#include <asm/processor.h>
#include <linux/threads.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/spinlock.h>
#include <linux/sched.h>
#include <asm-generic/pgtable.h>
Go to the source code of this file.
#define __swp_entry |
( |
|
typ, |
|
|
|
off |
|
) |
| ((swp_entry_t) { ((typ) | ((off) << 7)) }) |
#define __swp_entry_to_pte |
( |
|
x | ) |
((pte_t) { (x).val }) |
#define __swp_offset |
( |
|
x | ) |
(0) |
#define __swp_type |
( |
|
x | ) |
(0) |
#define kern_addr_valid |
( |
|
addr | ) |
(1) |
#define pgd_bad |
( |
|
pgd | ) |
(0) |
#define pgd_clear |
( |
|
pgdp | ) |
|
#define pgd_none |
( |
|
pgd | ) |
(0) |
#define pgd_present |
( |
|
pgd | ) |
(1) /* pages are always present on NO_MM */ |
#define pgtable_cache_init |
( |
|
void | ) |
do {} while (0) |
#define pmd_offset |
( |
|
a, |
|
|
|
b |
|
) |
| ((void *) 0) |
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.