Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsstep.h176 extern void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg,
/linux-6.1.9/arch/powerpc/lib/
Dsstep.c773 void emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, in emulate_vsx_load() function
856 EXPORT_SYMBOL_GPL(emulate_vsx_load);
857 NOKPROBE_SYMBOL(emulate_vsx_load);
965 emulate_vsx_load(op, buf, mem, cross_endian); in do_vsx_load()