tag | line | file | source code |
PMD_SIZE | 569 | fs/proc/array.c | if (end > PMD_SIZE) |
PMD_SIZE | 570 | fs/proc/array.c | end = PMD_SIZE; |
PMD_SIZE | 611 | 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 | 116 | 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 | 533 | mm/filemap.c | if (end > PMD_SIZE) |
PMD_SIZE | 534 | mm/filemap.c | end = PMD_SIZE; |
PMD_SIZE | 568 | mm/filemap.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 237 | mm/memory.c | if (end >= PMD_SIZE) |
PMD_SIZE | 238 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 276 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 341 | mm/memory.c | if (end >= PMD_SIZE) |
PMD_SIZE | 342 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 371 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 400 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 401 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 424 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 466 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 467 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 495 | 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 | 177 | mm/swapfile.c | if (end > PMD_SIZE) |
PMD_SIZE | 178 | mm/swapfile.c | end = PMD_SIZE; |
PMD_SIZE | 211 | 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 | 170 | mm/vmscan.c | pmd_end = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 210 | mm/vmscan.c | address = (address + PMD_SIZE) & PMD_MASK; |