Home
last modified time | relevance | path

Searched defs:ARMCPRegInfo (Results 1 – 1 of 1) sorted by relevance

/external/qemu/target-arm/
Dcpu.h584 typedef struct ARMCPRegInfo ARMCPRegInfo; typedef
600 struct ARMCPRegInfo { struct
607 * callbacks will be passed an ARMCPRegInfo with the crn/crm/opc1/opc2 argument
624 * register read/write functions, since they are passed the ARMCPRegInfo*. argument
626 void *opaque;
630 uint64_t resetvalue;
636 ptrdiff_t fieldoffset; /* offsetof(CPUARMState, field) */
641 CPReadFn *readfn;
668 * ARMCPRegInfo *ri. argument