Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-socfpga/
DMakefile9 obj-$(CONFIG_EDAC_ALTERA_L2C) += l2_cache.o
/Linux-v4.19/arch/powerpc/kernel/
Dsmp.c962 struct device_node *l2_cache, *np; in update_mask_by_l2() local
965 l2_cache = cpu_to_l2cache(cpu); in update_mask_by_l2()
966 if (!l2_cache) in update_mask_by_l2()
978 if (np == l2_cache) in update_mask_by_l2()
983 of_node_put(l2_cache); in update_mask_by_l2()
/Linux-v4.19/arch/x86/kernel/cpu/
Dcacheinfo.c183 union l2_cache { union
236 union l2_cache l2; in amd_cpuid4()