#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/errno.h>
#include <linux/swap.h>
#include <linux/init.h>
#include <linux/bootmem.h>
#include <linux/mman.h>
#include <linux/nodemask.h>
#include <linux/initrd.h>
#include <linux/gfp.h>
#include <linux/memblock.h>
#include <linux/sort.h>
#include <linux/of_fdt.h>
#include <asm/prom.h>
#include <asm/sections.h>
#include <asm/setup.h>
#include <asm/sizes.h>
#include <asm/tlb.h>
#include "mm.h"
Go to the source code of this file.
|
#define | MAX_DMA32_PFN ((4UL * 1024 * 1024 * 1024) >> PAGE_SHIFT) |
|
#define | MLK(b, t) b, t, ((t) - (b)) >> 10 |
|
#define | MLM(b, t) b, t, ((t) - (b)) >> 20 |
|
#define | MLK_ROUNDUP(b, t) b, t, DIV_ROUND_UP(((t) - (b)), SZ_1K) |
|
#define MAX_DMA32_PFN ((4UL * 1024 * 1024 * 1024) >> PAGE_SHIFT) |
#define MLK |
( |
|
b, |
|
|
|
t |
|
) |
| b, t, ((t) - (b)) >> 10 |
#define MLM |
( |
|
b, |
|
|
|
t |
|
) |
| b, t, ((t) - (b)) >> 20 |
early_param |
( |
"initrd" |
, |
|
|
early_initrd |
|
|
) |
| |