tag | line | file | source code |
PMD_SIZE | 702 | arch/m68k/mm/memory.c | if (end >= PMD_SIZE) |
PMD_SIZE | 703 | arch/m68k/mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 736 | arch/m68k/mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 45 | arch/sparc/mm/generic.c | if (end > PMD_SIZE) |
PMD_SIZE | 46 | arch/sparc/mm/generic.c | end = PMD_SIZE; |
PMD_SIZE | 73 | arch/sparc/mm/generic.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 751 | fs/proc/array.c | if (end > PMD_SIZE) |
PMD_SIZE | 752 | fs/proc/array.c | end = PMD_SIZE; |
PMD_SIZE | 793 | fs/proc/array.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 140 | include/asm-alpha/pgtable.h | #define PMD_MASK (~(PMD_SIZE-1)) |
PMD_SIZE | 176 | include/asm-i386/pgtable.h | #define PMD_MASK (~(PMD_SIZE-1)) |
PMD_SIZE | 63 | include/asm-m68k/pgtable.h | #define PMD_MASK (~(PMD_SIZE-1)) |
PMD_SIZE | 67 | include/asm-mips/pgtable.h | #define PMD_MASK (~(PMD_SIZE-1)) |
PMD_SIZE | 81 | include/asm-ppc/pgtable.h | #define PMD_MASK (~(PMD_SIZE-1)) |
PMD_SIZE | 956 | mm/filemap.c | if (end > PMD_SIZE) |
PMD_SIZE | 957 | mm/filemap.c | end = PMD_SIZE; |
PMD_SIZE | 991 | mm/filemap.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 227 | mm/memory.c | if (end >= PMD_SIZE) |
PMD_SIZE | 228 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 266 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 333 | mm/memory.c | if (end >= PMD_SIZE) |
PMD_SIZE | 334 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 363 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 393 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 394 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 417 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 461 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 462 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 490 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 36 | mm/mprotect.c | if (end > PMD_SIZE) |
PMD_SIZE | 37 | mm/mprotect.c | end = PMD_SIZE; |
PMD_SIZE | 67 | mm/mprotect.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 213 | mm/swapfile.c | if (end > PMD_SIZE) |
PMD_SIZE | 214 | mm/swapfile.c | end = PMD_SIZE; |
PMD_SIZE | 247 | mm/swapfile.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 56 | mm/vmalloc.c | if (end > PMD_SIZE) |
PMD_SIZE | 57 | mm/vmalloc.c | end = PMD_SIZE; |
PMD_SIZE | 92 | mm/vmalloc.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 118 | mm/vmalloc.c | if (end > PMD_SIZE) |
PMD_SIZE | 119 | mm/vmalloc.c | end = PMD_SIZE; |
PMD_SIZE | 148 | mm/vmalloc.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 182 | mm/vmalloc.c | if (end > PMD_SIZE) |
PMD_SIZE | 183 | mm/vmalloc.c | end = PMD_SIZE; |
PMD_SIZE | 209 | mm/vmalloc.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 175 | mm/vmscan.c | pmd_end = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 215 | mm/vmscan.c | address = (address + PMD_SIZE) & PMD_MASK; |