|
Linux Kernel
3.7.1
|
#include <asm/addrspace.h>#include <asm/page.h>#include <linux/linkage.h>#include <asm/cachectl.h>#include <asm/fixmap.h>#include <asm-generic/pgtable-nopmd.h>Go to the source code of this file.
Functions | |
| void | load_pgd (unsigned long pg_dir) |
Variables | |
| pte_t | invalid_pte_table [PAGE_SIZE/sizeof(pte_t)] |
Definition at line 119 of file pgtable-32.h.
| #define __PGD_ORDER (32 - 3 * PAGE_SHIFT + PGD_T_LOG2 + PTE_T_LOG2) |
Definition at line 38 of file pgtable-32.h.
| #define __pmd_offset | ( | address | ) | (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) |
Definition at line 121 of file pgtable-32.h.
| #define __pte_offset | ( | address | ) | (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) |
Definition at line 132 of file pgtable-32.h.
| #define __pte_to_swp_entry | ( | pte | ) | ((swp_entry_t) { pte_val(pte) }) |
Definition at line 211 of file pgtable-32.h.
| #define __pud_offset | ( | address | ) | (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) |
Definition at line 120 of file pgtable-32.h.
| #define __swp_entry | ( | type, | |
| offset | |||
| ) | ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) |
Definition at line 176 of file pgtable-32.h.
Definition at line 175 of file pgtable-32.h.
Definition at line 174 of file pgtable-32.h.
| #define FIRST_USER_ADDRESS 0 |
Definition at line 48 of file pgtable-32.h.
| #define pfn_pte | ( | pfn, | |
| prot | |||
| ) | __pte(((unsigned long long)(pfn) << _PFN_SHIFT) | pgprot_val(prot)) |
Definition at line 115 of file pgtable-32.h.
Definition at line 67 of file pgtable-32.h.
| #define pgd_index | ( | address | ) | (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) |
Definition at line 126 of file pgtable-32.h.
Definition at line 129 of file pgtable-32.h.
| #define pgd_offset_k | ( | address | ) | pgd_offset(&init_mm, address) |
Definition at line 124 of file pgtable-32.h.
| #define PGD_ORDER (__PGD_ORDER >= 0 ? __PGD_ORDER : 0) |
Definition at line 39 of file pgtable-32.h.
| #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
Definition at line 32 of file pgtable-32.h.
| #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2) |
Definition at line 30 of file pgtable-32.h.
| #define PGDIR_SIZE (1UL << PGDIR_SHIFT) |
Definition at line 31 of file pgtable-32.h.
| #define pgoff_to_pte | ( | off | ) |
Definition at line 199 of file pgtable-32.h.
| #define PKMAP_BASE (0xfe000000UL) |
Definition at line 52 of file pgtable-32.h.
| #define PMD_ORDER 1 |
Definition at line 41 of file pgtable-32.h.
Definition at line 64 of file pgtable-32.h.
| #define PTE_FILE_MAX_BITS 28 |
Definition at line 193 of file pgtable-32.h.
| #define pte_offset | ( | dir, | |
| address | |||
| ) | ((pte_t *) pmd_page_vaddr(*(dir)) + __pte_offset(address)) |
Definition at line 134 of file pgtable-32.h.
| #define pte_offset_kernel | ( | dir, | |
| address | |||
| ) | ((pte_t *) pmd_page_vaddr(*(dir)) + __pte_offset(address)) |
Definition at line 136 of file pgtable-32.h.
| #define pte_offset_map | ( | dir, | |
| address | |||
| ) | ((pte_t *)page_address(pmd_page(*(dir))) + __pte_offset(address)) |
Definition at line 139 of file pgtable-32.h.
| #define PTE_ORDER 0 |
Definition at line 42 of file pgtable-32.h.
| #define pte_page | ( | x | ) | pfn_to_page(pte_pfn(x)) |
Definition at line 108 of file pgtable-32.h.
| #define pte_pfn | ( | x | ) | ((unsigned long)((x).pte >> _PFN_SHIFT)) |
Definition at line 114 of file pgtable-32.h.
| #define pte_to_pgoff | ( | _pte | ) |
Definition at line 195 of file pgtable-32.h.
Definition at line 141 of file pgtable-32.h.
| #define PTRS_PER_PGD (USER_PTRS_PER_PGD * 2) |
Definition at line 44 of file pgtable-32.h.
Definition at line 45 of file pgtable-32.h.
| #define PUD_ORDER aieeee_attempt_to_allocate_pud |
Definition at line 40 of file pgtable-32.h.
| #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE) |
Definition at line 47 of file pgtable-32.h.
| #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) |
Definition at line 57 of file pgtable-32.h.
| #define VMALLOC_START MAP_BASE |
Definition at line 50 of file pgtable-32.h.
1.8.2