Searched refs:PGDIR_SIZE (Results 1 - 25 of 52) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpgtable-2level.h16 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
17 #define PGDIR_MASK (~(PGDIR_SIZE-1))
24 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE)
H A Dpgtable-3level.h15 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
16 #define PGDIR_MASK (~(PGDIR_SIZE-1))
32 #define USER_PTRS_PER_PGD ((TASK_SIZE + (PGDIR_SIZE - 1)) / PGDIR_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ebsa110/
H A Dhardware.h40 #define ISAIO_SIZE PGDIR_SIZE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dpgtable.h46 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
47 #define PGDIR_MASK (~(PGDIR_SIZE-1))
62 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dpgtable-nommu.h36 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
37 #define PGDIR_MASK (~(PGDIR_SIZE-1))
H A Dpgtable.h126 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
127 #define PGDIR_MASK (~(PGDIR_SIZE-1))
137 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) - FIRST_USER_PGD_NR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dgeneric.c49 if (end > PGDIR_SIZE)
50 end = PGDIR_SIZE;
91 from = (from + PGDIR_SIZE) & PGDIR_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpgtable-64k.h30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
31 #define PGDIR_MASK (~(PGDIR_SIZE-1))
H A Dpgtable-4k.h38 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
39 #define PGDIR_MASK (~(PGDIR_SIZE-1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dgeneric.c91 if (end > PGDIR_SIZE)
92 end = PGDIR_SIZE;
157 from = (from + PGDIR_SIZE) & PGDIR_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dioremap.c54 if (end > PGDIR_SIZE)
55 end = PGDIR_SIZE;
97 address = (address + PGDIR_SIZE) & PGDIR_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmachine_kexec.c47 end_addr = addr + PGDIR_SIZE;
80 end_addr = addr + (PTRS_PER_PGD * PGDIR_SIZE);
96 addr += PGDIR_SIZE;
101 addr += PGDIR_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ebsa110/
H A Dcore.c82 .length = PGDIR_SIZE,
87 .length = PGDIR_SIZE,
92 .length = PGDIR_SIZE,
97 .length = PGDIR_SIZE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dpgtable-64.h47 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
48 #define PGDIR_MASK (~(PGDIR_SIZE-1))
97 #if PGDIR_SIZE >= TASK_SIZE
100 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
H A Dpgtable-32.h51 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
52 #define PGDIR_MASK (~(PGDIR_SIZE-1))
73 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dpgtable-64.h47 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
48 #define PGDIR_MASK (~(PGDIR_SIZE-1))
97 #if PGDIR_SIZE >= TASK_SIZE
100 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
H A Dpgtable-32.h51 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
52 #define PGDIR_MASK (~(PGDIR_SIZE-1))
73 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A D4level-fixup.h7 #define PUD_SIZE PGDIR_SIZE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dpgtable.h72 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
73 #define PGDIR_MASK (~(PGDIR_SIZE-1))
75 #define PMD_SIZE PGDIR_SIZE
102 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
103 #define PGDIR_MASK (~(PGDIR_SIZE-1))
237 #define USER_PTRS_PER_PGD ((TASK_SIZE+PGDIR_SIZE-1)/PGDIR_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dpgtable.h52 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
53 #define PGDIR_MASK (~(PGDIR_SIZE-1))
69 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dpgtable.h36 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
37 #define PGDIR_MASK (~(PGDIR_SIZE-1))
46 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
55 #define VMALLOC_START (-2*PGDIR_SIZE)
57 #define VMALLOC_END (-PGDIR_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dpci-dma.c114 if (end > PGDIR_SIZE)
115 end = PGDIR_SIZE;
144 vaddr = vaddr + PGDIR_SIZE;
201 if (end > PGDIR_SIZE)
202 end = PGDIR_SIZE;
219 vaddr = vaddr + PGDIR_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dioremap.c168 addr += PGDIR_SIZE;
205 addr += PGDIR_SIZE;
240 addr += PGDIR_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dpgtable.h52 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
53 #define PGDIR_MASK (~(PGDIR_SIZE - 1))
55 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dpgtable.h47 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
48 #define PGDIR_MASK (~(PGDIR_SIZE-1))
60 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)

Completed in 271 milliseconds

123