Statistics
| Branch: | Revision:

root / target-cris @ 2c80e423

Name Size
cpu.h 6.5 kB
crisv10-decode.h 3.4 kB
crisv32-decode.h 5.5 kB
exec.h 1.4 kB
helper.c 6.7 kB
helper.h 1 kB
machine.c 2.2 kB
mmu.c 8.7 kB
mmu.h 408 Bytes
op_helper.c 13.5 kB
opcode-cris.h 10 kB
translate.c 81.7 kB
translate_v10.c 38.3 kB

Latest revisions

# Date Author Comment
03e654c0 10/13/2010 09:42 pm Blue Swirl

cris: avoid a write only variable

Compiling with GCC 4.6.0 20100925 produced a warning:
In file included from /src/qemu/target-cris/translate.c:3154:0:
/src/qemu/target-cris/translate_v10.c: In function 'dec10_prep_move_m':
/src/qemu/target-cris/translate_v10.c:111:22: error: variable 'rd' set but not used [-Werror=unused-but-set-variable]...

3e18c6bf 10/07/2010 10:20 pm Edgar E. Iglesias

cris: Consider the TLB valid bit on writes to the TLB

When updating the guest TLB we only need to flush previous
mappings from the entry written if the entry was valid.

Also fixes a compiler warning reported by Blue Swirl.

Signed-off-by: Edgar E. Iglesias <>

211ecdc0 10/02/2010 02:12 pm Stefan Weil

target-cris: Use %td for ptrdiff_t arguments in debug message

According to ISO/IEC 9899:1999 7.19.6.1,
the correct length modifier for ptrdiff_t is 't', not 'z'.

Cc: Blue Swirl <>
Cc: Markus Armbruster <>
Signed-off-by: Stefan Weil <>...

ebab1720 09/19/2010 01:30 am Edgar E. Iglesias

cris: Fix watchdog resets

Signed-off-by: Edgar E. Iglesias <>

58aebb94 09/18/2010 01:34 pm Edgar E. Iglesias

cris: Fix TLB exec bit protection

Signed-off-by: Edgar E. Iglesias <>

3ffd710e 09/18/2010 10:01 am Blue Swirl

Use gcc warning flag -Wempty-body

If the compiler supports the warning flag -Wempty-body, use it.

Adjust the code to avoid the warnings.

Signed-off-by: Blue Swirl <>

abdfd950 09/16/2010 04:40 pm Edgar E. Iglesias

cris: Avoid spurios hw_abort on recursive bus faults

Signed-off-by: Edgar E. Iglesias <>

9f5a1fae 07/05/2010 12:39 pm Edgar E. Iglesias

cris: Avoid debug clobbering for both I & D MMU state.

Signed-off-by: Edgar E. Iglesias <>

3c4fe427 07/05/2010 11:24 am Edgar E. Iglesias

cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.

Signed-off-by: Edgar E. Iglesias <>

253248a3 07/05/2010 11:15 am Edgar E. Iglesias

cris: Break out rand LFSR update into a separate func.

Signed-off-by: Edgar E. Iglesias <>

View revisions

Also available in: Atom