Searched refs:emulate_vsx_load (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 177 extern void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | sstep.h | 176 extern void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg,
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 709 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load() function 790 EXPORT_SYMBOL_GPL(emulate_vsx_load); variable 791 NOKPROBE_SYMBOL(emulate_vsx_load); variable 881 emulate_vsx_load(op, &buf, mem, cross_endian); in do_vsx_load()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 783 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load() function 866 EXPORT_SYMBOL_GPL(emulate_vsx_load); variable 867 NOKPROBE_SYMBOL(emulate_vsx_load); variable 975 emulate_vsx_load(op, buf, mem, cross_endian); in do_vsx_load()
|
Completed in 7 milliseconds