Searched refs:PPC_WARN_EMULATED (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | 989 PPC_WARN_EMULATED(lxvw4x, regs); in p9_hmi_special_emu() 992 PPC_WARN_EMULATED(lxvh8x, regs); in p9_hmi_special_emu() 995 PPC_WARN_EMULATED(lxvd2x, regs); in p9_hmi_special_emu() 1361 PPC_WARN_EMULATED(mfpvr, regs); in emulate_instruction() 1369 PPC_WARN_EMULATED(dcba, regs); in emulate_instruction() 1378 PPC_WARN_EMULATED(mcrxr, regs); in emulate_instruction() 1389 PPC_WARN_EMULATED(string, regs); in emulate_instruction() 1401 PPC_WARN_EMULATED(isel, regs); in emulate_instruction() 1407 PPC_WARN_EMULATED(sync, regs); in emulate_instruction() 1419 PPC_WARN_EMULATED(mfdscr, regs); in emulate_instruction() [all …]
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | emulated_ops.h | 70 #define PPC_WARN_EMULATED(type, regs) \ macro
|