Home
last modified time | relevance | path

Searched refs:cpu_check_deterministic_cache_cpuid_supported (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dcpu_common.c99 enum cpu_type cpu_check_deterministic_cache_cpuid_supported(void) in cpu_check_deterministic_cache_cpuid_supported() function
120 uint32_t leaf = (cpu_check_deterministic_cache_cpuid_supported() == CPUID_TYPE_AMD) ? in cpu_get_cache_info_leaf()
H A Dsmbios.c222 enum cpu_type dcache_cpuid = cpu_check_deterministic_cache_cpuid_supported(); in smbios_write_type7_cache_parameters()
/aosp_15_r20/external/coreboot/src/arch/x86/include/arch/
H A Dcpu.h280 enum cpu_type cpu_check_deterministic_cache_cpuid_supported(void);