Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dsstep.h163 extern void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg,
/Linux-v5.4/arch/powerpc/lib/
Dsstep.c656 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load() function
737 EXPORT_SYMBOL_GPL(emulate_vsx_load);
738 NOKPROBE_SYMBOL(emulate_vsx_load);
828 emulate_vsx_load(op, &buf, mem, cross_endian); in do_vsx_load()