Searched refs:SAVE_32VRS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | vector.S | 31 SAVE_32VRS(0, r4, r3) 104 2: SAVE_32VRS(0,r4,r7)
|
H A D | tm.S | 293 SAVE_32VRS(0, r6, r7) /* r6 scratch, r7 ckvr_state */
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | vector.S | 32 SAVE_32VRS(0, r4, r3) 109 2: SAVE_32VRS(0,r4,r7)
|
H A D | tm.S | 290 SAVE_32VRS(0, r6, r7) /* r6 scratch, r7 ckvr_state */
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 115 #define SAVE_32VRS(n,b,base) SAVE_16VRS(n,b,base); SAVE_16VRS(n+16,b,base) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 114 #define SAVE_32VRS(n,b,base) SAVE_16VRS(n,b,base); SAVE_16VRS(n+16,b,base) macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 115 #define SAVE_32VRS(n,b,base) SAVE_16VRS(n,b,base); SAVE_16VRS(n+16,b,base) macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 114 #define SAVE_32VRS(n,b,base) SAVE_16VRS(n,b,base); SAVE_16VRS(n+16,b,base) macro
|
Completed in 10 milliseconds