Searched refs:PPC_WARN_EMULATED (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | traps.c | 1018 PPC_WARN_EMULATED(mfpvr, regs); in emulate_instruction() 1026 PPC_WARN_EMULATED(dcba, regs); in emulate_instruction() 1035 PPC_WARN_EMULATED(mcrxr, regs); in emulate_instruction() 1046 PPC_WARN_EMULATED(string, regs); in emulate_instruction() 1052 PPC_WARN_EMULATED(popcntb, regs); in emulate_instruction() 1058 PPC_WARN_EMULATED(isel, regs); in emulate_instruction() 1064 PPC_WARN_EMULATED(sync, regs); in emulate_instruction() 1076 PPC_WARN_EMULATED(mfdscr, regs); in emulate_instruction() 1087 PPC_WARN_EMULATED(mtdscr, regs); in emulate_instruction() 1112 PPC_WARN_EMULATED(math, regs); in emulate_math() [all …]
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | emulated_ops.h | 78 #define PPC_WARN_EMULATED(type, regs) \ macro
|