Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c1020 PPC_WARN_EMULATED(mfpvr, regs); in emulate_instruction()
1028 PPC_WARN_EMULATED(dcba, regs); in emulate_instruction()
1037 PPC_WARN_EMULATED(mcrxr, regs); in emulate_instruction()
1048 PPC_WARN_EMULATED(string, regs); in emulate_instruction()
1054 PPC_WARN_EMULATED(popcntb, regs); in emulate_instruction()
1060 PPC_WARN_EMULATED(isel, regs); in emulate_instruction()
1066 PPC_WARN_EMULATED(sync, regs); in emulate_instruction()
1078 PPC_WARN_EMULATED(mfdscr, regs); in emulate_instruction()
1089 PPC_WARN_EMULATED(mtdscr, regs); in emulate_instruction()
1114 PPC_WARN_EMULATED(math, regs); in emulate_math()
[all …]
/linux-4.4.14/arch/powerpc/include/asm/
Demulated_ops.h78 #define PPC_WARN_EMULATED(type, regs) \ macro