Searched refs:mapper (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/terminal/
H A DPatternEvaluator.h18 PlaceholderMapper& mapper);
H A DPatternEvaluator.cpp20 PatternEvaluator::Evaluate(const char* pattern, PlaceholderMapper& mapper) argument
99 if (*pattern != '\0' && mapper.MapPlaceholder(*pattern,
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_mapped.h26 /*! Physical page mapper implementation for use where the whole of physical
62 auto mapper = new(std::nothrow) TranslationMapPhysicalPageMapper; local
63 if (mapper == NULL)
66 *_mapper = mapper;
H A Dx86_physical_page_mapper_large_memory.cpp422 mutex_init(&fLock, "large memory physical page mapper");
442 // init the kernel translation map physical page mapper
446 "kernel translation map physical page mapper!");
464 LargeMemoryTranslationMapPhysicalPageMapper* mapper local
466 if (mapper == NULL)
469 status_t error = mapper->Init();
471 delete mapper;
475 *_mapper = mapper;
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp430 mutex_init(&fLock, "large memory physical page mapper");
445 // init the kernel translation map physical page mapper
449 "kernel translation map physical page mapper!");
467 LargeMemoryTranslationMapPhysicalPageMapper* mapper local
469 if (mapper == NULL)
472 status_t error = mapper->Init();
474 delete mapper;
478 *_mapper = mapper;
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp426 mutex_init(&fLock, "large memory physical page mapper");
446 // init the kernel translation map physical page mapper
450 "kernel translation map physical page mapper!");
468 LargeMemoryTranslationMapPhysicalPageMapper* mapper local
470 if (mapper == NULL)
473 status_t error = mapper->Init();
475 delete mapper;
479 *_mapper = mapper;

Completed in 36 milliseconds