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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dpgtable-2level-defs.h10 #define PGDIR_SHIFT 22 macro
H A Dpgtable-3level-defs.h11 * PGDIR_SHIFT determines what a top-level page table entry can map
13 #define PGDIR_SHIFT 30 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dpgtable.h40 /* PGDIR_SHIFT determines what a third-level page table entry can map */
42 #define PGDIR_SHIFT 17 macro
44 #define PGDIR_SHIFT 25 macro
46 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
H A Dsun3_pgalloc.h88 memset(new_pgd, 0, (PAGE_OFFSET >> PGDIR_SHIFT));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpgtable-2level.h13 /* PGDIR_SHIFT determines what a third-level page table entry can map */
15 #define PGDIR_SHIFT 22 macro
16 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
H A Dpgtable-3level.h12 /* PGDIR_SHIFT determines what a third-level page table entry can map */
14 #define PGDIR_SHIFT 30 macro
15 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dpgtable-nommu.h32 * PGDIR_SHIFT determines what a third-level page table entry can map
34 #define PGDIR_SHIFT 21 macro
36 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
H A Dpgtable.h107 * PGDIR_SHIFT determines what a third-level page table entry can map
110 #define PGDIR_SHIFT 21 macro
126 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
348 #define pgd_index(addr) ((addr) >> PGDIR_SHIFT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dpgtable-2level.h16 #define PGDIR_SHIFT 22 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpgtable-64k.h28 /* PGDIR_SHIFT determines what a third-level page table entry can map */
29 #define PGDIR_SHIFT (PMD_SHIFT + PMD_INDEX_SIZE) macro
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
H A Dpgtable-4k.h36 /* PGDIR_SHIFT determines what a fourth-level page table entry can map */
37 #define PGDIR_SHIFT (PUD_SHIFT + PUD_INDEX_SIZE) macro
38 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
H A Dpgtable-ppc32.h79 /* PGDIR_SHIFT determines what a top-level page table entry can map */
80 #define PGDIR_SHIFT (PAGE_SHIFT + PTE_SHIFT) macro
81 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
90 #define PTRS_PER_PGD (1 << (32 - PGDIR_SHIFT))
95 #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)
721 #define pgd_index(address) ((address) >> PGDIR_SHIFT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dpgtable.h46 #define PGDIR_SHIFT 22 macro
47 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
62 #define FIRST_USER_PGD_NR (FIRST_USER_ADDRESS >> PGDIR_SHIFT)
304 #define pgd_index(address) ((address) >> PGDIR_SHIFT)
348 #define _PGD_INDEX(rt,rs) extui rt, rs, PGDIR_SHIFT, 32-PGDIR_SHIFT
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dpgtable.h65 #define PGDIR_SHIFT (PTE_SHIFT + PTE_BITS) macro
66 #define PGD_BITS (NEFF - PGDIR_SHIFT)
72 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
74 #define PMD_SHIFT PGDIR_SHIFT
96 #define PGDIR_SHIFT (PMD_SHIFT + PMD_BITS) macro
97 #define PGD_BITS (NEFF - PGDIR_SHIFT)
102 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
146 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dpgtable-32.h45 /* PGDIR_SHIFT determines what a third-level page table entry can map */
47 #define PGDIR_SHIFT 21 macro
49 #define PGDIR_SHIFT 22 macro
51 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
150 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
H A Dpgtable-64.h45 /* PGDIR_SHIFT determines what a third-level page table entry can map */
46 #define PGDIR_SHIFT (PMD_SHIFT + (PAGE_SHIFT + PMD_ORDER - 3)) macro
47 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
191 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dpgtable-32.h45 /* PGDIR_SHIFT determines what a third-level page table entry can map */
47 #define PGDIR_SHIFT 21 macro
49 #define PGDIR_SHIFT 22 macro
51 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
150 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
H A Dpgtable-64.h45 /* PGDIR_SHIFT determines what a third-level page table entry can map */
46 #define PGDIR_SHIFT (PMD_SHIFT + (PAGE_SHIFT + PMD_ORDER - 3)) macro
47 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
191 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dpgtable-nopud.h15 #define PUD_SHIFT PGDIR_SHIFT
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mm/
H A Dsun3mmu.c70 pg_dir += PAGE_OFFSET >> PGDIR_SHIFT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dpgtable-2level.h9 #define PGDIR_SHIFT 22 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dpgtable.h46 /* PGDIR_SHIFT determines the size of the area a second-level page table can
51 #define PGDIR_SHIFT (PAGE_SHIFT + (PAGE_SHIFT-2)) macro
52 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
259 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dpgtable.h122 * PGDIR_SHIFT determines what a first-level page table entry can map.
125 #define PGDIR_SHIFT (PUD_SHIFT + (PTRS_PER_PTD_SHIFT)) macro
127 #define PGDIR_SHIFT (PMD_SHIFT + (PTRS_PER_PTD_SHIFT)) macro
129 #define PGDIR_SIZE (__IA64_UL(1) << PGDIR_SHIFT)
233 #define RGN_MAP_SHIFT (PGDIR_SHIFT + PTRS_PER_PGD_SHIFT - 3)
326 unsigned long l1index = (address >> PGDIR_SHIFT) & ((PTRS_PER_PGD >> 3) - 1);
342 (init_mm.pgd + (((addr) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dpgtable.h127 #define PGDIR_SHIFT 26 macro
128 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
151 #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)
448 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dpgtable.h88 #define PGDIR_SHIFT (PMD_SHIFT + BITS_PER_PMD) macro
90 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
95 #define MAX_ADDRBITS (PGDIR_SHIFT + BITS_PER_PGD)
377 #define pgd_index(address) ((address) >> PGDIR_SHIFT)
381 ((mm)->pgd + ((address) >> PGDIR_SHIFT))

Completed in 115 milliseconds

12