mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
target/xtensa: implement DIWBUI.P opcode
This is a recent addition to the set of data cache opcodes. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
4d04ea35b3
commit
75eed0e5f7
3 changed files with 12 additions and 0 deletions
|
@ -466,6 +466,7 @@ struct XtensaConfig {
|
|||
|
||||
unsigned icache_ways;
|
||||
unsigned dcache_ways;
|
||||
unsigned dcache_line_bytes;
|
||||
uint32_t memctl_mask;
|
||||
|
||||
XtensaMemory instrom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue