#include <linux/const.h>
#include <asm/uncached.h>
#include <asm-generic/memory_model.h>
#include <asm-generic/getorder.h>
Go to the source code of this file.
| #define __HAVE_ARCH_COPY_USER_HIGHPAGE |
| #define __MEMORY_SIZE CONFIG_MEMORY_SIZE |
| #define __MEMORY_START CONFIG_MEMORY_START |
| #define __pgd |
( |
|
x | ) |
((pgd_t) { (x) } ) |
| #define __pte |
( |
|
x | ) |
((pte_t) { (x) } ) |
| #define clear_user_highpage clear_user_highpage |
| #define PAGE_OFFSET CONFIG_PAGE_OFFSET |
| #define pgd_val |
( |
|
x | ) |
((x).pgd) |
| #define PHYSICAL_OFFSET 0 |
| #define pte_val |
( |
|
x | ) |
((x).pte_low) |
| #define VM_DATA_DEFAULT_FLAGS |
Value:(VM_READ | VM_WRITE | VM_EXEC | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
Definition at line 183 of file page.h.
| unsigned long max_low_pfn |
| unsigned long memory_limit |
Definition at line 65 of file mem.c.
| unsigned long memory_start |
| unsigned long min_low_pfn |
| unsigned long shm_align_mask |