Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dcpregs.h838 typedef struct ARMCPRegInfo ARMCPRegInfo; typedef
862 struct ARMCPRegInfo { struct
870 * callbacks will be passed an ARMCPRegInfo with the crn/crm/opc1/opc2 argument
883 uint8_t cp;
884 uint8_t crn;
885 uint8_t crm;
886 uint8_t opc0;
887 uint8_t opc1;
888 uint8_t opc2;
912 * register read/write functions, since they are passed the ARMCPRegInfo*. argument
[all …]