Searched refs:PPC_MIN_STKFRM (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/asm/ |
D | asm-compat.h | 25 #define PPC_MIN_STKFRM 112 macro 58 #define PPC_MIN_STKFRM 16 macro
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | asm-compat.h | 25 #define PPC_MIN_STKFRM 112 macro 58 #define PPC_MIN_STKFRM 16 macro
|
/Linux-v4.19/arch/powerpc/lib/ |
D | ldstfp.S | 23 #define STKFRM (PPC_MIN_STKFRM + 16)
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_hv_rmhandlers.S | 3037 stdu r1, -PPC_MIN_STKFRM(r1) 3052 ld r0, PPC_MIN_STKFRM+PPC_LR_STKOFF(r1) 3053 addi r1, r1, PPC_MIN_STKFRM 3149 stdu r1, -PPC_MIN_STKFRM(r1) 3210 addi r1, r1, PPC_MIN_STKFRM 3265 10: stdu r1, -PPC_MIN_STKFRM(r1) 3269 addi r1, r1, PPC_MIN_STKFRM
|