#include <spaces.h>
#include <linux/const.h>
#include <linux/pfn.h>
#include <asm/io.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 __pgd |
( |
|
x | ) |
((pgd_t) { (x) } ) |
| #define __pte |
( |
|
x | ) |
((pte_t) { (x) } ) |
Value:
Definition at line 212 of file page.h.
| #define HUGETLB_PAGE_ORDER ({BUILD_BUG(); 0; }) |
| #define pgd_val |
( |
|
x | ) |
((x).pgd) |
| #define pte_val |
( |
|
x | ) |
((x).pte) |
| #define UNCAC_ADDR |
( |
|
addr | ) |
|
Value:
Definition at line 210 of file page.h.
| #define VM_DATA_DEFAULT_FLAGS |
Value:(VM_READ | VM_WRITE | VM_EXEC | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
Definition at line 207 of file page.h.
| unsigned long shm_align_mask |