Searched refs:PGDIR_SHIFT (Results 1 - 25 of 54) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dpgtable.h37 /* PGDIR_SHIFT determines what a third-level page table entry can map */
39 #define PGDIR_SHIFT 17 macro
41 #define PGDIR_SHIFT 25 macro
43 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dpgtable.h37 /* PGDIR_SHIFT determines what a third-level page table entry can map */
39 #define PGDIR_SHIFT 17 macro
41 #define PGDIR_SHIFT 25 macro
43 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dpgtable-2level.h8 #define PGDIR_SHIFT 22 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dpgtable-2level.h8 #define PGDIR_SHIFT 22 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dpgtable.h19 * PGDIR_SHIFT determines what a third-level page table entry can map
22 #define PGDIR_SHIFT 20 macro
38 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
136 #define pgd_index(addr) ((addr) >> PGDIR_SHIFT)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dpgtable.h19 * PGDIR_SHIFT determines what a third-level page table entry can map
22 #define PGDIR_SHIFT 20 macro
38 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
136 #define pgd_index(addr) ((addr) >> PGDIR_SHIFT)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dpgtable-2level.h8 #define PGDIR_SHIFT 22 macro
H A Dpgtable-3level.h12 * PGDIR_SHIFT determines what a top-level page table entry can map
14 #define PGDIR_SHIFT 30 macro
H A Dpgtable.h138 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
144 #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)
327 #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dpgtable-2level.h8 #define PGDIR_SHIFT 22 macro
H A Dpgtable-3level.h12 * PGDIR_SHIFT determines what a top-level page table entry can map
14 #define PGDIR_SHIFT 30 macro
H A Dpgtable.h138 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
144 #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)
327 #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mm/
H A Dsun3mmu.c79 pg_dir += PAGE_OFFSET >> PGDIR_SHIFT;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dpgtable.h69 /* PGDIR_SHIFT determines what a third-level page table entry can map */
70 #define PGDIR_SHIFT 22 macro
71 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
451 #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dpgtable.h65 /* PGDIR_SHIFT determines what a third-level page table entry can map */
66 #define PGDIR_SHIFT 30 macro
67 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
509 #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dpgtable.h55 /* PGDIR_SHIFT determines what a third-level page table entry can map */
56 #define PGDIR_SHIFT (PAGE_SHIFT + (PAGE_SHIFT-3) + PMD_BITS) macro
57 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
252 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dpgtable.h69 /* PGDIR_SHIFT determines what a third-level page table entry can map */
70 #define PGDIR_SHIFT 22 macro
71 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
451 #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dpgtable.h65 /* PGDIR_SHIFT determines what a third-level page table entry can map */
66 #define PGDIR_SHIFT 30 macro
67 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
509 #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dpgtable.h55 /* PGDIR_SHIFT determines what a third-level page table entry can map */
56 #define PGDIR_SHIFT (PAGE_SHIFT + (PAGE_SHIFT-3) + PMD_BITS) macro
57 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
252 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dpgtable.h206 /* PGDIR_SHIFT determines what a third-level page table entry can map.
210 #define PGDIR_SHIFT PMD_SHIFT macro
211 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
481 #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dpgtable.h203 /* PGDIR_SHIFT determines what a third-level page table entry can map.
207 #define PGDIR_SHIFT PMD_SHIFT macro
208 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
478 #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dpgtable.h68 #define PGDIR_SHIFT (PAGE_SHIFT + (PT_NLEVELS - 1)*(PAGE_SHIFT - PT_NLEVELS)) macro
69 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
307 #define pgd_index(address) ((address) >> PGDIR_SHIFT)
311 ((mm)->pgd + ((address) >> PGDIR_SHIFT))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dpgtable.h147 /* PGDIR_SHIFT determines what a third-level page table entry can map */
148 #define PGDIR_SHIFT 22 macro
149 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
162 #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)
482 #define pgd_index(address) ((address) >> PGDIR_SHIFT)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dpgtable.h20 /* PGDIR_SHIFT determines what a third-level page table entry can map */
21 #define PGDIR_SHIFT (PAGE_SHIFT + (PAGE_SHIFT - 3) + (PAGE_SHIFT - 2)) macro
22 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
206 #define pgd_index(address) (((address) >> (PGDIR_SHIFT)) & (PTRS_PER_PGD -1))
364 #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dpgtable.h68 #define PGDIR_SHIFT (PAGE_SHIFT + (PT_NLEVELS - 1)*(PAGE_SHIFT - PT_NLEVELS)) macro
69 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
307 #define pgd_index(address) ((address) >> PGDIR_SHIFT)
311 ((mm)->pgd + ((address) >> PGDIR_SHIFT))

Completed in 196 milliseconds

123