map_type 302 bsp/hal/arm/arch/mmu.c int map_type = 0; map_type 309 bsp/hal/arm/arch/mmu.c map_type = PG_SYSTEM; map_type 312 bsp/hal/arm/arch/mmu.c map_type = PG_IOMEM; map_type 317 bsp/hal/arm/arch/mmu.c map->size, map_type)) map_type 263 bsp/hal/x86/arch/mmu.c int map_type = 0; map_type 270 bsp/hal/x86/arch/mmu.c map_type = PG_SYSTEM; map_type 273 bsp/hal/x86/arch/mmu.c map_type = PG_IOMEM; map_type 278 bsp/hal/x86/arch/mmu.c (size_t)map->size, map_type)) map_type 279 sys/mem/vm.c int new_flags, map_type; map_type 312 sys/mem/vm.c map_type = (new_flags & SEG_WRITE) ? PG_WRITE : PG_READ; map_type 330 sys/mem/vm.c map_type)) { map_type 344 sys/mem/vm.c map_type)) map_type 393 sys/mem/vm.c int map_type; map_type 431 sys/mem/vm.c map_type = PG_WRITE; map_type 433 sys/mem/vm.c map_type = PG_READ; map_type 436 sys/mem/vm.c if (mmu_map(curmap->pgd, pa, cur->addr, size, map_type)) { map_type 549 sys/mem/vm.c int map_type; map_type 613 sys/mem/vm.c map_type = PG_WRITE; map_type 615 sys/mem/vm.c map_type = PG_READ; map_type 618 sys/mem/vm.c dest->size, map_type))