Searched refs:cacheType (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/vm/
H A DVMCache.h83 status_t Init(uint32 cacheType, uint32 allocationFlags);
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp726 int cacheType; local
731 cacheType = cpuid.regs.eax & 0x1f;
732 if (cacheType == 0)
858 int cacheType; local
863 cacheType = cpuid.regs.eax & 0x1f;
864 if (cacheType == 0)
/haiku/src/system/kernel/vm/
H A DVMCache.cpp649 VMCache::Init(uint32 cacheType, uint32 allocationFlags) argument
662 type = cacheType;

Completed in 27 milliseconds