#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/swap.h>
#include <linux/init.h>
#include <linux/bootmem.h>
#include <linux/mman.h>
#include <linux/export.h>
#include <linux/nodemask.h>
#include <linux/initrd.h>
#include <linux/of_fdt.h>
#include <linux/highmem.h>
#include <linux/gfp.h>
#include <linux/memblock.h>
#include <linux/dma-contiguous.h>
#include <linux/sizes.h>
#include <asm/mach-types.h>
#include <asm/memblock.h>
#include <asm/prom.h>
#include <asm/sections.h>
#include <asm/setup.h>
#include <asm/tlb.h>
#include <asm/fixmap.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include "mm.h"
Go to the source code of this file.
|
#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 MLK |
( |
|
b, |
|
|
|
t |
|
) |
| b, t, ((t) - (b)) >> 10 |
#define MLM |
( |
|
b, |
|
|
|
t |
|
) |
| b, t, ((t) - (b)) >> 20 |
early_param |
( |
"initrd" |
, |
|
|
early_initrd |
|
|
) |
| |
void show_mem |
( |
unsigned int |
filter | ) |
|