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

/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp682 detect_amd_cpu_topology(uint32 maxBasicLeaf, uint32 maxExtendedLeaf) argument
691 if (maxExtendedLeaf >= 0x80000008) {
700 if (maxExtendedLeaf >= 0x80000001) {
714 detect_amd_cache_topology(uint32 maxExtendedLeaf) argument
719 if (maxExtendedLeaf < 0x8000001d)
899 uint32 maxExtendedLeaf)
908 result = detect_amd_cpu_topology(maxBasicLeaf, maxExtendedLeaf);
911 detect_amd_cache_topology(maxExtendedLeaf);
1348 uint32 maxExtendedLeaf = cpuid.eax_0.max_eax;
1349 if (maxExtendedLeaf >
[all...]

Completed in 66 milliseconds