Home
last modified time | relevance | path

Searched refs:MPIDR_AFF2_SHIFT (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dmisc_a64.S42 ubfx x1, x3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS
51 ubfx x2, x3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS
H A Dmisc_a32.S41 ubfx r1, r3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS
50 ubfx r2, r3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS
/optee_os/core/arch/arm/plat-marvell/cn10k/
H A Dcore_pos.S13 and x0, x1, x0, LSR #MPIDR_AFF2_SHIFT
/optee_os/core/arch/arm/plat-automotive_rd/
H A Drd1ae_core_pos.S21 ubfx x2, x4, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS
/optee_os/core/arch/arm/plat-rcar/
H A Dcore_pos_a64.S32 ubfx x1, x3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS
/optee_os/core/arch/arm/include/
H A Darm.h64 #define MPIDR_AFF2_SHIFT U(16) macro
65 #define MPIDR_AFF2_MASK (MPIDR_AFFLVL_MASK << MPIDR_AFF2_SHIFT)
/optee_os/core/drivers/
H A Dgic.c792 MPIDR_AFF2_SHIFT; in gic_it_raise_sgi()