Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dsstep.h176 extern void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg,
/arch/powerpc/lib/
Dsstep.c726 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load() function
809 EXPORT_SYMBOL_GPL(emulate_vsx_load);
810 NOKPROBE_SYMBOL(emulate_vsx_load);
918 emulate_vsx_load(op, buf, mem, cross_endian); in do_vsx_load()