Home
last modified time | relevance | path

Searched refs:emulate_vsx_load (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/powerpc/include/asm/
Dsstep.h177 extern void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg,
/Linux-v5.10/arch/powerpc/lib/
Dsstep.c699 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load() function
780 EXPORT_SYMBOL_GPL(emulate_vsx_load);
781 NOKPROBE_SYMBOL(emulate_vsx_load);
871 emulate_vsx_load(op, &buf, mem, cross_endian); in do_vsx_load()