Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/common/
H A Dmcpm_platsmp.c20 unsigned int *pcpu, unsigned int *pcluster) in cpu_to_pcpu()
26 *pcluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in cpu_to_pcpu()
31 unsigned int pcpu, pcluster, ret; in mcpm_boot_secondary() local
34 cpu_to_pcpu(cpu, &pcpu, &pcluster); in mcpm_boot_secondary()
37 __func__, cpu, pcpu, pcluster); in mcpm_boot_secondary()
39 mcpm_set_entry_vector(pcpu, pcluster, NULL); in mcpm_boot_secondary()
40 ret = mcpm_cpu_power_up(pcpu, pcluster); in mcpm_boot_secondary()
43 mcpm_set_entry_vector(pcpu, pcluster, secondary_startup); in mcpm_boot_secondary()
58 unsigned int pcpu, pcluster; in mcpm_cpu_kill() local
60 cpu_to_pcpu(cpu, &pcpu, &pcluster); in mcpm_cpu_kill()
19 cpu_to_pcpu(unsigned int cpu, unsigned int *pcpu, unsigned int *pcluster) cpu_to_pcpu() argument
73 unsigned int mpidr, pcpu, pcluster; mcpm_cpu_die() local
[all...]
/kernel/linux/linux-6.6/arch/arm/common/
H A Dmcpm_platsmp.c20 unsigned int *pcpu, unsigned int *pcluster) in cpu_to_pcpu()
26 *pcluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in cpu_to_pcpu()
31 unsigned int pcpu, pcluster, ret; in mcpm_boot_secondary() local
34 cpu_to_pcpu(cpu, &pcpu, &pcluster); in mcpm_boot_secondary()
37 __func__, cpu, pcpu, pcluster); in mcpm_boot_secondary()
39 mcpm_set_entry_vector(pcpu, pcluster, NULL); in mcpm_boot_secondary()
40 ret = mcpm_cpu_power_up(pcpu, pcluster); in mcpm_boot_secondary()
43 mcpm_set_entry_vector(pcpu, pcluster, secondary_startup); in mcpm_boot_secondary()
58 unsigned int pcpu, pcluster; in mcpm_cpu_kill() local
60 cpu_to_pcpu(cpu, &pcpu, &pcluster); in mcpm_cpu_kill()
19 cpu_to_pcpu(unsigned int cpu, unsigned int *pcpu, unsigned int *pcluster) cpu_to_pcpu() argument
73 unsigned int mpidr, pcpu, pcluster; mcpm_cpu_die() local
[all...]
/kernel/linux/linux-5.10/fs/erofs/
H A Dzdata.h41 /* I: can be used to free the pcluster by RCU. */
59 /* A: point to next chained pcluster or TAILs */
74 #define z_erofs_primarycollection(pcluster) (&(pcluster)->primary_collection)

Completed in 2 milliseconds