Searched refs:SAVE_32VSRS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | fpu.S | 50 2: SAVE_32VSRS(n,c,base); \
|
H A D | tm.S | 26 2: SAVE_32VSRS(n,c,base); \
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | fpu.S | 50 2: SAVE_32VSRS(n,c,base); \
|
H A D | tm.S | 26 2: SAVE_32VSRS(n,c,base); \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 140 #define SAVE_32VSRS(n,b,base) SAVE_16VSRS(n,b,base); SAVE_16VSRS(n+16,b,base) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 139 #define SAVE_32VSRS(n,b,base) SAVE_16VSRS(n,b,base); SAVE_16VSRS(n+16,b,base) macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 140 #define SAVE_32VSRS(n,b,base) SAVE_16VSRS(n,b,base); SAVE_16VSRS(n+16,b,base) macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 139 #define SAVE_32VSRS(n,b,base) SAVE_16VSRS(n,b,base); SAVE_16VSRS(n+16,b,base) macro
|
Completed in 8 milliseconds