tag | line | file | source code |
PMD_SIZE | 541 | fs/proc/array.c | if (end > PMD_SIZE) |
PMD_SIZE | 542 | fs/proc/array.c | end = PMD_SIZE; |
PMD_SIZE | 583 | 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 | 17 | include/asm-i386/pgtable.h | #define PMD_MASK (~(PMD_SIZE-1)) |
PMD_SIZE | 13 | include/asm-sparc/pgtable.h | #define PMD_MASK (~(PMD_SIZE-1)) |
PMD_SIZE | 124 | mm/filemap.c | if (end > PMD_SIZE) |
PMD_SIZE | 125 | mm/filemap.c | end = PMD_SIZE; |
PMD_SIZE | 155 | mm/filemap.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 375 | mm/memory.c | if (end >= PMD_SIZE) |
PMD_SIZE | 376 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 405 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 435 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 436 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 459 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 501 | mm/memory.c | if (end > PMD_SIZE) |
PMD_SIZE | 502 | mm/memory.c | end = PMD_SIZE; |
PMD_SIZE | 534 | mm/memory.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 37 | mm/mprotect.c | if (end > PMD_SIZE) |
PMD_SIZE | 38 | mm/mprotect.c | end = PMD_SIZE; |
PMD_SIZE | 68 | mm/mprotect.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 420 | mm/swap.c | pmd_end = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 460 | mm/swap.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 878 | mm/swap.c | if (end > PMD_SIZE) |
PMD_SIZE | 879 | mm/swap.c | end = PMD_SIZE; |
PMD_SIZE | 912 | mm/swap.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 54 | mm/vmalloc.c | if (end > PMD_SIZE) |
PMD_SIZE | 55 | mm/vmalloc.c | end = PMD_SIZE; |
PMD_SIZE | 90 | mm/vmalloc.c | address = (address + PMD_SIZE) & PMD_MASK; |
PMD_SIZE | 115 | mm/vmalloc.c | if (end > PMD_SIZE) |
PMD_SIZE | 116 | mm/vmalloc.c | end = PMD_SIZE; |
PMD_SIZE | 145 | mm/vmalloc.c | address = (address + PMD_SIZE) & PMD_MASK; |