tag | line | file | source code |
PMD_SIZE | 491 | fs/proc/array.c | if (end > PMD_SIZE) |
PMD_SIZE | 492 | fs/proc/array.c | end = PMD_SIZE; |
PMD_SIZE | 533 | 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 | 215 | mm/filemap.c | if (end > PMD_SIZE) |
PMD_SIZE | 216 | mm/filemap.c | end = PMD_SIZE; |
PMD_SIZE | 250 | mm/filemap.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 376 | mm/memory.c | if (end >= PMD_SIZE) |
PMD_SIZE | 377 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 406 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 436 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 437 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 460 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 502 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 503 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 531 | 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 | 458 | mm/swap.c | pmd_end = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 498 | mm/swap.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 898 | mm/swap.c | if (end > PMD_SIZE) |
PMD_SIZE | 899 | mm/swap.c | end = PMD_SIZE; |
PMD_SIZE | 932 | 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; |