aboutsummaryrefslogtreecommitdiff
path: root/target-xtensa/op_helper.c
AgeCommit message (Expand)Author
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-02-24target-xtensa: add basic checks to icache opcodesMax Filippov
2014-02-11exec: Make tb_invalidate_phys_addr input an ASEdgar E. Iglesias
2013-09-02target: Include softmmu_exec.h where forgottenRichard Henderson
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29target-xtensa: avoid double-stopping at breakpointsMax Filippov
2013-07-29target-xtensa: add fallthrough markersMax Filippov
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-12-08target-xtensa: implement ATOMCTL SRMax Filippov
2012-09-22target-xtensa: implement FP1 groupMax Filippov
2012-09-22target-xtensa: implement FP0 conversionsMax Filippov
2012-09-22target-xtensa: implement FP0 arithmeticMax Filippov
2012-09-22target-xtensa: add FP registersMax Filippov
2012-06-10target-xtensa: switch to AREG0-free modeMax Filippov
2012-06-09target-xtensa: update autorefill TLB entries conditionallyMax Filippov
2012-06-09target-xtensa: extract TLB entry setting methodMax Filippov
2012-06-09target-xtensa: flush TLB page for new MMU mappingMax Filippov
2012-04-14target-xtensa: fix tb invalidation for IBREAK and LOOPMax Filippov
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-14target-xtensa: Move helpers.h to helper.hLluís Vilanova
2012-03-14target-xtensa: Don't overuse CPUStateAndreas Färber
2012-02-20target-xtensa: add DBREAK data breakpointsMax Filippov
2012-02-18target-xtensa: implement instruction breakpointsMax Filippov
2011-10-15target-xtensa: fix guest hang on masked CCOMPARE interruptMax Filippov
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-09-10target-xtensa: implement memory protection optionsMax Filippov
2011-09-10target-xtensa: implement interrupt optionMax Filippov
2011-09-10target-xtensa: implement unaligned exception optionMax Filippov
2011-09-10target-xtensa: implement loop optionMax Filippov
2011-09-10target-xtensa: implement windowed registersMax Filippov
2011-09-10target-xtensa: implement exceptionsMax Filippov
2011-09-10target-xtensa: implement shifts (ST1 and RST1 groups)Max Filippov
2011-09-10target-xtensa: implement disas_xtensa_insnMax Filippov
2011-09-10target-xtensa: add target stubsMax Filippov