Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dcpregs.h814 typedef struct ARMCPRegInfo ARMCPRegInfo; typedef
838 struct ARMCPRegInfo { struct
846 * callbacks will be passed an ARMCPRegInfo with the crn/crm/opc1/opc2 argument
859 uint8_t cp;
860 uint8_t crn;
861 uint8_t crm;
862 uint8_t opc0;
863 uint8_t opc1;
864 uint8_t opc2;
888 * register read/write functions, since they are passed the ARMCPRegInfo*. argument
[all …]