mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Implement ARMv7 cp15 cache ID registers.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6105 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
fe1479c3ad
commit
a49ea279c4
2 changed files with 28 additions and 7 deletions
|
@ -100,6 +100,9 @@ typedef struct CPUARMState {
|
|||
struct {
|
||||
uint32_t c0_cpuid;
|
||||
uint32_t c0_cachetype;
|
||||
uint32_t c0_ccsid[16]; /* Cache size. */
|
||||
uint32_t c0_clid; /* Cache level. */
|
||||
uint32_t c0_cssel; /* Cache size selection. */
|
||||
uint32_t c0_c1[8]; /* Feature registers. */
|
||||
uint32_t c0_c2[8]; /* Instruction set registers. */
|
||||
uint32_t c1_sys; /* System control register. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue