Searched refs:PPC_WARN_EMULATED (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | traps.c | 973 PPC_WARN_EMULATED(lxvw4x, regs); in p9_hmi_special_emu() 976 PPC_WARN_EMULATED(lxvh8x, regs); in p9_hmi_special_emu() 979 PPC_WARN_EMULATED(lxvd2x, regs); in p9_hmi_special_emu() 982 PPC_WARN_EMULATED(lxvb16x, regs); in p9_hmi_special_emu() 1336 PPC_WARN_EMULATED(mfpvr, regs); in emulate_instruction() 1344 PPC_WARN_EMULATED(dcba, regs); in emulate_instruction() 1353 PPC_WARN_EMULATED(mcrxr, regs); in emulate_instruction() 1364 PPC_WARN_EMULATED(string, regs); in emulate_instruction() 1370 PPC_WARN_EMULATED(popcntb, regs); in emulate_instruction() 1376 PPC_WARN_EMULATED(isel, regs); in emulate_instruction() [all …]
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | emulated_ops.h | 70 #define PPC_WARN_EMULATED(type, regs) \ macro
|