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 | 229 | 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 | 418 | 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 | 289 | include/asm-alpha/pgtable.h | mem_map[MAP_NR(page)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 319 | include/asm-alpha/pgtable.h | mem_map[MAP_NR(page)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 138 | include/asm-i386/pgtable.h | if (!(mem_map[MAP_NR(ptep)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 161 | include/asm-i386/pgtable.h | if (!(mem_map[MAP_NR(pgdp)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 242 | include/asm-i386/pgtable.h | mem_map[MAP_NR(page)] = MAP_PAGE_RESERVED; |
MAP_PAGE_RESERVED | 240 | mm/memory.c | if (pte_page(pte) > high_memory || (mem_map[MAP_NR(pte_page(pte))] & MAP_PAGE_RESERVED)) { |
MAP_PAGE_RESERVED | 349 | mm/memory.c | if (mem_map[MAP_NR(pte_page(page))] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 505 | mm/memory.c | if (offset >= high_memory || (mem_map[MAP_NR(offset)] & MAP_PAGE_RESERVED)) |
MAP_PAGE_RESERVED | 660 | mm/memory.c | if (mem_map[MAP_NR(old_page)] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 838 | mm/memory.c | if (mem_map[MAP_NR(pte_page(from))] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 362 | mm/swap.c | if (mem_map[MAP_NR(page)] & MAP_PAGE_RESERVED) |
MAP_PAGE_RESERVED | 713 | mm/swap.c | if (!(*map & MAP_PAGE_RESERVED)) { |
MAP_PAGE_RESERVED | 1259 | mm/swap.c | *--p = MAP_PAGE_RESERVED; |