|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/slab.h>#include <linux/string.h>#include <generated/utsrelease.h>#include <linux/mm.h>#include <asm/console.h>#include <asm/hwrpb.h>#include <asm/pgtable.h>#include <asm/io.h>#include <stdarg.h>#include "ksize.h"Go to the source code of this file.
Macros | |
| #define | VPTB ((unsigned long *) 0x200000000) |
| #define | L1 ((unsigned long *) 0x200802000) |
| #define | KERNEL_ORIGIN ((((unsigned long)&_end) + 511) & ~511) |
Functions | |
| unsigned long | switch_to_osf_pal (unsigned long nr, struct pcb_struct *pcb_va, struct pcb_struct *pcb_pa, unsigned long *vptb) |
| void | move_stack (unsigned long new_stack) |
| void | pal_init (void) |
| void | start_kernel (void) |
Variables | |
| struct hwrpb_struct * | hwrpb = INIT_HWRPB |
| char | _end |
| unsigned long switch_to_osf_pal | ( | unsigned long | nr, |
| struct pcb_struct * | pcb_va, | ||
| struct pcb_struct * | pcb_pa, | ||
| unsigned long * | vptb | ||
| ) |
| char _end |
| struct hwrpb_struct* hwrpb = INIT_HWRPB |
1.8.2