Searched refs:MPIDR_AFF1_SHIFT (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/arch/arm/kernel/ |
| H A D | misc_a64.S | 41 ubfx x0, x3, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS 50 ubfx x1, x3, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS
|
| H A D | misc_a32.S | 40 ubfx r0, r3, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS 49 ubfx r1, r3, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS
|
| /optee_os/core/arch/arm/include/ |
| H A D | arm.h | 62 #define MPIDR_AFF1_SHIFT U(8) macro 63 #define MPIDR_AFF1_MASK (MPIDR_AFFLVL_MASK << MPIDR_AFF1_SHIFT) 73 #define MPIDR_CLUSTER_SHIFT MPIDR_AFF1_SHIFT
|
| /optee_os/core/arch/arm/plat-marvell/otx2/ |
| H A D | core_pos.S | 13 ubfx x2, x0, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS
|
| /optee_os/core/arch/arm/plat-automotive_rd/ |
| H A D | rd1ae_core_pos.S | 20 ubfx x1, x4, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS
|
| /optee_os/core/arch/arm/plat-rcar/ |
| H A D | core_pos_a64.S | 31 ubfx x0, x3, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS
|
| /optee_os/core/drivers/ |
| H A D | gic.c | 790 MPIDR_AFF1_SHIFT; in gic_it_raise_sgi()
|