tag | line | file | source code |
PMD_SIZE | 673 | arch/m68k/mm/memory.c | if (end >= PMD_SIZE) |
PMD_SIZE | 674 | arch/m68k/mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 707 | arch/m68k/mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 44 | arch/sparc/mm/generic.c | if (end > PMD_SIZE) |
PMD_SIZE | 45 | arch/sparc/mm/generic.c | end = PMD_SIZE; |
PMD_SIZE | 72 | arch/sparc/mm/generic.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 746 | fs/proc/array.c | if (end > PMD_SIZE) |
PMD_SIZE | 747 | fs/proc/array.c | end = PMD_SIZE; |
PMD_SIZE | 788 | 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 | 942 | mm/filemap.c | if (end > PMD_SIZE) |
PMD_SIZE | 943 | mm/filemap.c | end = PMD_SIZE; |
PMD_SIZE | 977 | 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; |