Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dtraps.c920 PPC_WARN_EMULATED(mfpvr, regs); in emulate_instruction()
928 PPC_WARN_EMULATED(dcba, regs); in emulate_instruction()
937 PPC_WARN_EMULATED(mcrxr, regs); in emulate_instruction()
945 PPC_WARN_EMULATED(string, regs); in emulate_instruction()
951 PPC_WARN_EMULATED(popcntb, regs); in emulate_instruction()
957 PPC_WARN_EMULATED(isel, regs); in emulate_instruction()
968 PPC_WARN_EMULATED(mfdscr, regs); in emulate_instruction()
979 PPC_WARN_EMULATED(mtdscr, regs); in emulate_instruction()
1204 PPC_WARN_EMULATED(math, regs); in SoftwareEmulation()
1227 PPC_WARN_EMULATED(8xx, regs); in SoftwareEmulation()
[all …]
/linux-3.4.99/arch/powerpc/include/asm/
Demulated_ops.h78 #define PPC_WARN_EMULATED(type, regs) \ macro