Searched refs:ARMCPRegInfo (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-arm/
H A Dcpu.h502 /* ARMCPRegInfo type field bits. If the SPECIAL bit is set this is a
528 /* Used only as a terminator for ARMCPRegInfo lists */
584 typedef struct ARMCPRegInfo ARMCPRegInfo; typedef in typeref:struct:ARMCPRegInfo
590 typedef int CPReadFn(CPUARMState *env, const ARMCPRegInfo *opaque,
592 typedef int CPWriteFn(CPUARMState *env, const ARMCPRegInfo *opaque,
595 typedef void CPResetFn(CPUARMState *env, const ARMCPRegInfo *opaque);
600 struct ARMCPRegInfo { struct
607 * callbacks will be passed an ARMCPRegInfo with the crn/crm/opc1/opc2
624 * register read/write functions, since they are passed the ARMCPRegInfo*
[all...]

Completed in 52 milliseconds