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 | 90 | 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 | 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 | 666 | mm/filemap.c | if (end > PMD_SIZE) |
PMD_SIZE | 667 | mm/filemap.c | end = PMD_SIZE; |
PMD_SIZE | 701 | mm/filemap.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 231 | mm/memory.c | if (end >= PMD_SIZE) |
PMD_SIZE | 232 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 270 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 337 | mm/memory.c | if (end >= PMD_SIZE) |
PMD_SIZE | 338 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 367 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 397 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 398 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 421 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 465 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 466 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 494 | 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 | 174 | mm/vmscan.c | pmd_end = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 214 | mm/vmscan.c | address = (address + PMD_SIZE) & PMD_MASK; |