Searched refs:pcluster (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/common/ |
H A D | mcpm_platsmp.c | 20 unsigned int *pcpu, unsigned int *pcluster) in cpu_to_pcpu() argument 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() 58 unsigned int pcpu, pcluster; in mcpm_cpu_kill() local 60 cpu_to_pcpu(cpu, &pcpu, &pcluster); in mcpm_cpu_kill() 73 unsigned int mpidr, pcpu, pcluster; in mcpm_cpu_die() local [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | erofs.rst | 335 |-> big pcluster <-|-> pcluster <-| 339 were supported. After big pcluster feature is introduced (available since 340 Linux v5.13), pcluster can be a multiple of lcluster size. 349 If big pcluster is enabled, pcluster size in lclusters needs to be recorded as 357 |<----- a big pcluster (with CBLKCNT) ------>|<-- -->| 358 a lcluster-sized pcluster (without CBLKCNT) ^ 361 but it's easy to know the size of such pcluster is 1 lcluster as well. 363 Since Linux v6.1, each pcluster can be used for multiple variable-sized extents,
|