Home
last modified time | relevance | path

Searched refs:leaves (Results 1 – 9 of 9) sorted by relevance

/arch/arm64/kernel/
Dcacheinfo.c43 unsigned int ctype, level, leaves; in detect_cache_level() local
45 for (level = 1, leaves = 0; level <= MAX_CACHE_LEVEL; level++) { in detect_cache_level()
52 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in detect_cache_level()
56 *leaves_p = leaves; in detect_cache_level()
70 unsigned int level, leaves; in init_cache_level() local
74 detect_cache_level(&level, &leaves); in init_cache_level()
90 leaves += (fw_level - level); in init_cache_level()
95 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/arch/mips/kernel/
Dcacheinfo.c24 int levels = 0, leaves = 0; in init_cache_level() local
36 leaves += (c->icache.waysize) ? 2 : 1; in init_cache_level()
40 leaves++; in init_cache_level()
45 leaves++; in init_cache_level()
50 leaves++; in init_cache_level()
54 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/arch/x86/include/asm/
Dcpuid.h156 static inline uint32_t hypervisor_cpuid_base(const char *sig, uint32_t leaves) in hypervisor_cpuid_base() argument
164 (leaves == 0 || ((eax - base) >= leaves))) in hypervisor_cpuid_base()
/arch/s390/kernel/
Dcache.c128 unsigned int level = 0, leaves = 0; in init_cache_level() local
140 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in init_cache_level()
143 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/arch/arm64/boot/dts/qcom/
Dsc7280-qcard.dtsi494 * Technically this i2c bus actually leaves the Qcard, but it leaves directly
511 * direction or leaves the pin fully unpowered.
608 * direction or leaves the pin fully unpowered.
Dsm7225-fairphone-fp4.dts534 * direction or leaves the pin fully unpowered.
607 * direction or leaves the pin fully unpowered.
Dsc7280-idp.dtsi668 * direction or leaves the pin fully unpowered.
773 * direction or leaves the pin fully unpowered.
Dsc7280-herobrine.dtsi165 /* The BIOS leaves this regulator on */
Dsc7180-trogdor.dtsi309 /* The BIOS leaves this regulator on */