/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 502 struct pt_regs *regs, bool cross_endian) in do_fp_load() 523 if (unlikely(cross_endian)) { in do_fp_load() 555 struct pt_regs *regs, bool cross_endian) in do_fp_store() 591 if (unlikely(cross_endian)) { in do_fp_store() 605 bool cross_endian) in do_vec_load() 623 if (unlikely(cross_endian)) in do_vec_load() 636 bool cross_endian) in do_vec_store() 657 if (unlikely(cross_endian)) in do_vec_store() 665 int reg, bool cross_endian) in emulate_lq() 679 if (!err && unlikely(cross_endian)) in emulate_lq() 501 do_fp_load(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_fp_load() argument 554 do_fp_store(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_fp_store() argument 603 do_vec_load(int rn, unsigned long ea, int size, struct pt_regs *regs, bool cross_endian) do_vec_load() argument 634 do_vec_store(int rn, unsigned long ea, int size, struct pt_regs *regs, bool cross_endian) do_vec_store() argument 664 emulate_lq(struct pt_regs *regs, unsigned long ea, int reg, bool cross_endian) emulate_lq() argument 684 emulate_stq(struct pt_regs *regs, unsigned long ea, int reg, bool cross_endian) emulate_stq() argument 869 do_vsx_load(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_vsx_load() argument 901 do_vsx_store(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_vsx_store() argument 3147 bool cross_endian; emulate_loadstore() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 576 struct pt_regs *regs, bool cross_endian) in do_fp_load() 597 if (unlikely(cross_endian)) { in do_fp_load() 629 struct pt_regs *regs, bool cross_endian) in do_fp_store() 665 if (unlikely(cross_endian)) { in do_fp_store() 679 bool cross_endian) in do_vec_load() 697 if (unlikely(cross_endian)) in do_vec_load() 710 bool cross_endian) in do_vec_store() 731 if (unlikely(cross_endian)) in do_vec_store() 739 int reg, bool cross_endian) in emulate_lq() 753 if (!err && unlikely(cross_endian)) in emulate_lq() 575 do_fp_load(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_fp_load() argument 628 do_fp_store(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_fp_store() argument 677 do_vec_load(int rn, unsigned long ea, int size, struct pt_regs *regs, bool cross_endian) do_vec_load() argument 708 do_vec_store(int rn, unsigned long ea, int size, struct pt_regs *regs, bool cross_endian) do_vec_store() argument 738 emulate_lq(struct pt_regs *regs, unsigned long ea, int reg, bool cross_endian) emulate_lq() argument 758 emulate_stq(struct pt_regs *regs, unsigned long ea, int reg, bool cross_endian) emulate_stq() argument 961 do_vsx_load(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_vsx_load() argument 1008 do_vsx_store(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_vsx_store() argument 3331 bool cross_endian; emulate_loadstore() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 178 const void *mem, bool cross_endian); 181 bool cross_endian);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | sstep.h | 177 const void *mem, bool cross_endian); 180 bool cross_endian);
|