Home
last modified time | relevance | path

Searched refs:affinity_level (Results 1 – 6 of 6) sorted by relevance

/arch/arm/kvm/
Dpsci.c36 static unsigned long psci_affinity_mask(unsigned long affinity_level) in psci_affinity_mask() argument
38 if (affinity_level <= 3) in psci_affinity_mask()
39 return MPIDR_HWID_BITMASK & AFFINITY_MASK(affinity_level); in psci_affinity_mask()
/arch/arm/include/asm/
Dmcpm.h261 void (*power_up_setup)(unsigned int affinity_level));
/arch/arm/mach-vexpress/
Ddcscb.c134 extern void dcscb_power_up_setup(unsigned int affinity_level);
Dtc2_pm.c197 static void __naked tc2_pm_power_up_setup(unsigned int affinity_level) in tc2_pm_power_up_setup() argument
/arch/arm/mach-exynos/
Dmcpm-exynos.c200 static void __naked exynos_pm_power_up_setup(unsigned int affinity_level) in exynos_pm_power_up_setup() argument
/arch/arm/common/
Dmcpm_entry.c425 void (*power_up_setup)(unsigned int affinity_level)) in mcpm_sync_init() argument