| tag | line | file | source code |
| PMD_SIZE | 747 | fs/proc/array.c | if (end > PMD_SIZE) |
| PMD_SIZE | 748 | fs/proc/array.c | end = PMD_SIZE; |
| PMD_SIZE | 789 | fs/proc/array.c | address = (address + PMD_SIZE) & PMD_MASK; |
| PMD_SIZE | 83 | include/asm-alpha/pgtable.h | #define PMD_MASK (~(PMD_SIZE-1)) |
| PMD_SIZE | 169 | include/asm-i386/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 | 659 | mm/filemap.c | if (end > PMD_SIZE) |
| PMD_SIZE | 660 | mm/filemap.c | end = PMD_SIZE; |
| PMD_SIZE | 694 | mm/filemap.c | address = (address + PMD_SIZE) & PMD_MASK; |
| PMD_SIZE | 228 | mm/memory.c | if (end >= PMD_SIZE) |
| PMD_SIZE | 229 | mm/memory.c | end = PMD_SIZE; |
| PMD_SIZE | 267 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
| PMD_SIZE | 332 | mm/memory.c | if (end >= PMD_SIZE) |
| PMD_SIZE | 333 | mm/memory.c | end = PMD_SIZE; |
| PMD_SIZE | 362 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
| PMD_SIZE | 391 | mm/memory.c | if (end > PMD_SIZE) |
| PMD_SIZE | 392 | mm/memory.c | end = PMD_SIZE; |
| PMD_SIZE | 415 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
| PMD_SIZE | 458 | mm/memory.c | if (end > PMD_SIZE) |
| PMD_SIZE | 459 | mm/memory.c | end = PMD_SIZE; |
| PMD_SIZE | 487 | 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 | 117 | mm/vmalloc.c | if (end > PMD_SIZE) |
| PMD_SIZE | 118 | mm/vmalloc.c | end = PMD_SIZE; |
| PMD_SIZE | 147 | mm/vmalloc.c | address = (address + PMD_SIZE) & PMD_MASK; |
| PMD_SIZE | 180 | mm/vmalloc.c | if (end > PMD_SIZE) |
| PMD_SIZE | 181 | mm/vmalloc.c | end = PMD_SIZE; |
| PMD_SIZE | 207 | mm/vmalloc.c | address = (address + PMD_SIZE) & PMD_MASK; |
| PMD_SIZE | 171 | mm/vmscan.c | pmd_end = (address + PMD_SIZE) & PMD_MASK; |
| PMD_SIZE | 211 | mm/vmscan.c | address = (address + PMD_SIZE) & PMD_MASK; |