Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <asm/hardware.h>
#include <asm/io.h>
#include <asm/mmzone.h>
#include <asm/pdc.h>
#include <asm/pdcpat.h>
#include <asm/processor.h>
#include <asm/page.h>
#include <asm/parisc-device.h>
Go to the source code of this file.
Macros | |
#define | PDC_PAGE_ADJ_SHIFT (PAGE_SHIFT - 12) /* pdc pages are always 4k */ |
#define | pat_inventory() do { } while (0) |
#define | pat_memconfig() do { } while (0) |
#define | sprockets_memconfig() pagezero_memconfig() |
Functions | |
void __init | setup_pdc (void) |
void __init | do_memory_inventory (void) |
void __init | do_device_inventory (void) |
Variables | |
int pdc_type | __read_mostly = PDC_TYPE_ILLEGAL |
#define pat_inventory | ( | ) | do { } while (0) |
Definition at line 420 of file inventory.c.
#define pat_memconfig | ( | ) | do { } while (0) |
Definition at line 421 of file inventory.c.
#define PDC_PAGE_ADJ_SHIFT (PAGE_SHIFT - 12) /* pdc pages are always 4k */ |
Definition at line 110 of file inventory.c.
#define sprockets_memconfig | ( | ) | pagezero_memconfig() |
Definition at line 422 of file inventory.c.
Definition at line 594 of file inventory.c.
Definition at line 567 of file inventory.c.
Definition at line 43 of file inventory.c.
int pdc_type __read_mostly = PDC_TYPE_ILLEGAL |
Definition at line 41 of file inventory.c.