index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
xtensa
/
op_helper.c
Age
Commit message (
Expand
)
Author
2019-05-15
target/xtensa: implement exclusive access option
Max Filippov
2019-01-24
target/xtensa: fix access to the INTERRUPT SR
Max Filippov
2019-01-13
target/xtensa: move non-HELPER functions to helper.c
Max Filippov
2019-01-13
target/xtensa: drop dump_state helper
Max Filippov
2019-01-13
target/xtensa: extract interrupt and exception helpers
Max Filippov
2019-01-13
target/xtensa: extract debug helpers
Max Filippov
2019-01-13
target/xtensa: extract MMU helpers
Max Filippov
2019-01-13
target/xtensa: extract windowed registers helpers
Max Filippov
2019-01-13
target/xtensa: extract FPU helpers
Max Filippov
2019-01-11
target/xtensa: rework zero overhead loops implementation
Max Filippov
2018-10-01
target/xtensa: extract test for window underflow exception
Max Filippov
2018-10-01
target/xtensa: extract test for window overflow exception
Max Filippov
2018-10-01
target/xtensa: extract test for an illegal instruction
Max Filippov
2018-09-17
target/xtensa: convert to do_transaction_failed
Max Filippov
2018-06-30
xtensa: Avoid calling get_page_addr_code() from helper function
Peter Maydell
2018-06-28
move public invalidate APIs out of translate-all.{c,h}, clean up
Paolo Bonzini
2018-05-31
Make tb_invalidate_phys_addr() take a MemTxAttrs argument
Peter Maydell
2018-04-11
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-03-16
target/xtensa: add linux-user support
Max Filippov
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2017-12-18
target/xtensa: pass actual frame size to the entry helper
Max Filippov
2017-09-26
target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macro
Alistair Francis
2017-03-09
target/xtensa: hold BQL for interrupt processing
Alex Bennée
2017-01-25
Merge remote-tracking branch 'remotes/xtensa/tags/20170124-xtensa' into staging
Peter Maydell
2017-01-16
target-xtensa: implement RER/WER instructions
Max Filippov
2017-01-15
target/xtensa: implement MEMCTL SR
Max Filippov
2017-01-15
target/xtensa: support icount
Max Filippov
2017-01-15
target/xtensa: refactor CCOUNT/CCOMPARE
Max Filippov
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2017-01-10
target-xtensa: Use clz opcode
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth