Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/ !
Dsstep.h178 extern void emulate_vsx_store(struct instruction_op *op,
/linux-6.1.9/arch/powerpc/lib/ !
Dsstep.c859 void emulate_vsx_store(struct instruction_op *op, const union vsx_reg *reg, in emulate_vsx_store() function
948 EXPORT_SYMBOL_GPL(emulate_vsx_store);
949 NOKPROBE_SYMBOL(emulate_vsx_store);
1041 emulate_vsx_store(op, buf, mem, cross_endian); in do_vsx_store()