Home
last modified time | relevance | path

Searched refs:EmulateCPDO (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.c202 nRc = EmulateCPDO(opcode); in EmulateAll()
257 return EmulateCPDO(opcode);
H A Dfpa11.h114 unsigned int EmulateCPDO(const unsigned int);
H A Dfpa11_cpdo.c25 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO() function
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11.c105 return EmulateCPDO(opcode); in EmulateAll()
H A Dfpa11.h88 extern unsigned int EmulateCPDO(const unsigned int opcode);
H A Dfpa11_cpdo.c18 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO() function