tag | line | file | source code |
PMD_SIZE | 490 | fs/proc/array.c | if (end > PMD_SIZE) |
PMD_SIZE | 491 | fs/proc/array.c | end = PMD_SIZE; |
PMD_SIZE | 532 | fs/proc/array.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 15 | include/asm-alpha/pgtable.h | #define PMD_MASK (~(PMD_SIZE-1)) |
PMD_SIZE | 23 | include/asm-i386/pgtable.h | #define PMD_MASK (~(PMD_SIZE-1)) |
PMD_SIZE | 167 | mm/filemap.c | if (end > PMD_SIZE) |
PMD_SIZE | 168 | mm/filemap.c | end = PMD_SIZE; |
PMD_SIZE | 198 | mm/filemap.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 372 | mm/memory.c | if (end >= PMD_SIZE) |
PMD_SIZE | 373 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 402 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 432 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 433 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 456 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 498 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 499 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 527 | 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 | 448 | mm/swap.c | pmd_end = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 488 | mm/swap.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 888 | mm/swap.c | if (end > PMD_SIZE) |
PMD_SIZE | 889 | mm/swap.c | end = PMD_SIZE; |
PMD_SIZE | 922 | mm/swap.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 53 | mm/vmalloc.c | if (end > PMD_SIZE) |
PMD_SIZE | 54 | mm/vmalloc.c | end = PMD_SIZE; |
PMD_SIZE | 89 | mm/vmalloc.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 114 | mm/vmalloc.c | if (end > PMD_SIZE) |
PMD_SIZE | 115 | mm/vmalloc.c | end = PMD_SIZE; |
PMD_SIZE | 144 | mm/vmalloc.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 177 | mm/vmalloc.c | if (end > PMD_SIZE) |
PMD_SIZE | 178 | mm/vmalloc.c | end = PMD_SIZE; |
PMD_SIZE | 204 | mm/vmalloc.c | address = (address + PMD_SIZE) & PMD_MASK; |