tag | line | file | source code |
MAP_PAGE_RESERVED | 71 | arch/alpha/mm/init.c | if (mem_map[i] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 161 | arch/alpha/mm/init.c | mem_map[MAP_NR(tmp)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 194 | arch/alpha/mm/init.c | if (mem_map[i] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 76 | arch/i386/mm/init.c | if (mem_map[i] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 252 | arch/i386/mm/init.c | if (mem_map[i] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 117 | arch/mips/mm/init.c | if (mem_map[i] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 246 | arch/mips/mm/init.c | if (mem_map[i] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 91 | arch/sparc/mm/init.c | if (mem_map[i] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 184 | arch/sparc/mm/init.c | mem_map[MAP_NR(addr)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 255 | arch/sparc/mm/init.c | if (mem_map[i] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 110 | arch/sparc/mm/srmmu.c | if(!(mem_map[MAP_NR(ptep)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 126 | arch/sparc/mm/srmmu.c | if (!(mem_map[MAP_NR(pmdp)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 141 | arch/sparc/mm/srmmu.c | if (!(mem_map[MAP_NR(pgdp)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 281 | arch/sparc/mm/srmmu.c | mem_map[MAP_NR(page)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 316 | arch/sparc/mm/srmmu.c | mem_map[MAP_NR(page)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 349 | arch/sparc/mm/srmmu.c | mem_map[MAP_NR(page)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 386 | arch/sparc/mm/srmmu.c | mem_map[MAP_NR(page)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 123 | arch/sparc/mm/sun4c.c | if(!(mem_map[MAP_NR(ptep)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 145 | arch/sparc/mm/sun4c.c | if (!(mem_map[MAP_NR(pgdp)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 260 | arch/sparc/mm/sun4c.c | mem_map[MAP_NR(page)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 419 | drivers/scsi/hosts.c | mem_map[MAP_NR(ForbiddenAddress)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 621 | drivers/sound/soundcard.c | mem_map[i] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 178 | include/asm-alpha/pgtable.h | if (!(mem_map[MAP_NR(ptep)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 189 | include/asm-alpha/pgtable.h | if (!(mem_map[MAP_NR(pmdp)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 200 | include/asm-alpha/pgtable.h | if (!(mem_map[MAP_NR(pgdp)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 288 | include/asm-alpha/pgtable.h | mem_map[MAP_NR(page)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 318 | include/asm-alpha/pgtable.h | mem_map[MAP_NR(page)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 150 | include/asm-i386/pgtable.h | if (!(mem_map[MAP_NR(ptep)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 177 | include/asm-i386/pgtable.h | if (!(mem_map[MAP_NR(pgdp)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 258 | include/asm-i386/pgtable.h | mem_map[MAP_NR(page)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 210 | mm/memory.c | if (pte_page(pte) > high_memory || (mem_map[MAP_NR(pte_page(pte))] & MAP_PAGE_RESERVED)) { |
MAP_PAGE_RESERVED | 318 | mm/memory.c | if (mem_map[MAP_NR(pte_page(page))] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 482 | mm/memory.c | if (offset >= high_memory || (mem_map[MAP_NR(offset)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 637 | mm/memory.c | if (mem_map[MAP_NR(old_page)] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 815 | mm/memory.c | if (mem_map[MAP_NR(pte_page(from))] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 370 | mm/swap.c | if (mem_map[MAP_NR(page)] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 723 | mm/swap.c | if (!(*map & MAP_PAGE_RESERVED)) { |
MAP_PAGE_RESERVED | 1269 | mm/swap.c | *--p = MAP_PAGE_RESERVED; |