Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
page_32_types.h File Reference
#include <linux/const.h>

Go to the source code of this file.

Macros

#define __PAGE_OFFSET   _AC(CONFIG_PAGE_OFFSET, UL)
 
#define THREAD_SIZE_ORDER   1
 
#define THREAD_SIZE   (PAGE_SIZE << THREAD_SIZE_ORDER)
 
#define STACKFAULT_STACK   0
 
#define DOUBLEFAULT_STACK   1
 
#define NMI_STACK   0
 
#define DEBUG_STACK   0
 
#define MCE_STACK   0
 
#define N_EXCEPTION_STACKS   1
 
#define __PHYSICAL_MASK_SHIFT   32
 
#define __VIRTUAL_MASK_SHIFT   32
 
#define KERNEL_IMAGE_SIZE   (512 * 1024 * 1024)
 

Functions

void find_low_pfn_range (void)
 
void setup_bootmem_allocator (void)
 

Variables

unsigned int __VMALLOC_RESERVE
 
int sysctl_legacy_va_layout
 

Macro Definition Documentation

#define __PAGE_OFFSET   _AC(CONFIG_PAGE_OFFSET, UL)

Definition at line 16 of file page_32_types.h.

#define __PHYSICAL_MASK_SHIFT   32

Definition at line 34 of file page_32_types.h.

#define __VIRTUAL_MASK_SHIFT   32

Definition at line 35 of file page_32_types.h.

#define DEBUG_STACK   0

Definition at line 24 of file page_32_types.h.

#define DOUBLEFAULT_STACK   1

Definition at line 22 of file page_32_types.h.

#define KERNEL_IMAGE_SIZE   (512 * 1024 * 1024)

Definition at line 41 of file page_32_types.h.

#define MCE_STACK   0

Definition at line 25 of file page_32_types.h.

#define N_EXCEPTION_STACKS   1

Definition at line 26 of file page_32_types.h.

#define NMI_STACK   0

Definition at line 23 of file page_32_types.h.

#define STACKFAULT_STACK   0

Definition at line 21 of file page_32_types.h.

#define THREAD_SIZE   (PAGE_SIZE << THREAD_SIZE_ORDER)

Definition at line 19 of file page_32_types.h.

#define THREAD_SIZE_ORDER   1

Definition at line 18 of file page_32_types.h.

Function Documentation

void find_low_pfn_range ( void  )

Definition at line 626 of file init_32.c.

void setup_bootmem_allocator ( void  )

Definition at line 667 of file init_32.c.

Variable Documentation

unsigned int __VMALLOC_RESERVE

Definition at line 21 of file pgtable_32.c.

int sysctl_legacy_va_layout