212 Commits (f8031482d72b61b86b3f9165d50303fba18480d2)

Author SHA1 Message Date
Andreas Färber 9fca5636e1 target-cris: Let cpu_cris_init() return CRISCPU 14 years ago
Andreas Färber dd10ce6d8a target-cris: Reindent cpu_cris_init() 14 years ago
Andreas Färber aa0d1267b3 target-cris: Start QOM'ifying CPU init 15 years ago
Andreas Färber 1c3b52fb1a target-cris: QOM'ify CPU reset 15 years ago
Andreas Färber e739a48e58 target-cris: QOM'ify CPU 15 years ago
Blue Swirl 2050396801 Use uintptr_t for various op related functions 15 years ago
Andreas Färber 9349b4f9fd Rename CPUState -> CPUArchState 15 years ago
Andreas Färber a1170bfd19 target-cris: Don't overuse CPUState 15 years ago
Andreas Färber 1bba0dc932 Rename cpu_reset() to cpu_state_reset() 15 years ago
Stefan Weil 7ad757b29b target-cris: Clean includes 15 years ago
Stefan Sandstrom 774d5c5b16 cris: Handle conditional stores on CRISv10 15 years ago
Blue Swirl bccd9ec5f0 softmmu_header: pass CPUState to tlb_fill 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Peter Maydell 871708bf39 target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SP 15 years ago
Blue Swirl 97b348e7d2 Remove unused is_softmmu parameter from cpu_handle_mmu_fault 15 years ago
Blue Swirl 3e4571724f exec.h cleanup 15 years ago
Edgar E. Iglesias 3ab20e206c cris: Handle opcode zero 15 years ago
Blue Swirl 2b41f10e18 Remove exec-all.h include directives 15 years ago
Blue Swirl f081c76ccf Move cpu_has_work and cpu_pc_from_tb to cpu.h 15 years ago
Blue Swirl f3e270377a exec.h: fix coding style and change cpu_has_work to return bool 15 years ago
Blue Swirl 1162c041c1 cpu_loop_exit: avoid using AREG0 15 years ago
Richard Henderson 85097db695 irq: Privatize CPU_INTERRUPT_NMI. 16 years ago
Stefan Weil 8186e78311 Fix typo in comment (truely -> truly) 16 years ago
Stefan Weil 64c7b9d8e0 Fix typos in comments (accessable -> accessible, priveleged -> privileged) 16 years ago
Stefan Weil 618ba8e6a1 Remove unused function parameter from cpu_restore_state 16 years ago
Stefan Weil e87b7cb0f0 Remove unused function parameters from gen_pc_load and rename the function 16 years ago
Stefan Weil 4b4a72e556 Fix conversions from pointer to tcg_target_long 16 years ago
Paolo Bonzini eda48c344f inline cpu_halted into sole caller 16 years ago
Paolo Bonzini c0c1dc9925 cris, microblaze: use cpu_has_work 16 years ago
Edgar E. Iglesias 5a30b7f6f1 cris: Replace tcg branch sequence with setcond 16 years ago
Edgar E. Iglesias d03d11260e cris: Set btaken when storing direct jumps 16 years ago
Edgar E. Iglesias 05bf441eb6 cris: Remove unused orig_flags 16 years ago
Edgar E. Iglesias 5cabc5ccfe cris: Allow more TB chaining for crisv10 16 years ago
Edgar E. Iglesias cb752a608c cris: Allow more TB chaning 16 years ago
Edgar E. Iglesias 2a704b137f cris: Avoid useless tmp in t_gen_cc_jmp() 16 years ago
Stefan Weil 9a78eead0c target-xxx: Use fprintf_function (format checking) 16 years ago
Blue Swirl 03e654c083 cris: avoid a write only variable 16 years ago
Edgar E. Iglesias 3e18c6bf77 cris: Consider the TLB valid bit on writes to the TLB 16 years ago
Stefan Weil 211ecdc0e4 target-cris: Use %td for ptrdiff_t arguments in debug message 16 years ago
Edgar E. Iglesias ebab1720f6 cris: Fix watchdog resets 16 years ago
Edgar E. Iglesias 58aebb946a cris: Fix TLB exec bit protection 16 years ago
Blue Swirl 3ffd710e12 Use gcc warning flag -Wempty-body 16 years ago
Edgar E. Iglesias abdfd9500e cris: Avoid spurios hw_abort on recursive bus faults 16 years ago
Edgar E. Iglesias 9f5a1fae7e cris: Avoid debug clobbering for both I & D MMU state. 16 years ago
Edgar E. Iglesias 3c4fe427ed cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug. 16 years ago
Edgar E. Iglesias 253248a3be cris: Break out rand LFSR update into a separate func. 16 years ago
Paolo Bonzini a88790a14f remove exec-all.h inclusion from cpu.h 16 years ago
Paolo Bonzini 10eb0cc03c move cpu_pc_from_tb to target-*/exec.h 16 years ago
Paolo Bonzini 83dae09588 remove unused stuff from */exec.h 16 years ago
Edgar E. Iglesias 1884533c74 cris: Move sign extension. 16 years ago