2 * Copyright (c) 2011, Max Filippov, Open Source and Linux Lab.
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 * * Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.
9 * * Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
11 * documentation and/or other materials provided with the distribution.
12 * * Neither the name of the Open Source and Linux Lab nor the
13 * names of its contributors may be used to endorse or promote products
14 * derived from this software without specific prior written permission.
16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 #define TARGET_LONG_BITS 32
32 #define ELF_MACHINE EM_XTENSA
34 #define CPUArchState struct CPUXtensaState
37 #include "qemu-common.h"
40 #define TARGET_HAS_ICE 1
42 #define NB_MMU_MODES 4
44 #define TARGET_PHYS_ADDR_SPACE_BITS 32
45 #define TARGET_VIRT_ADDR_SPACE_BITS 32
46 #define TARGET_PAGE_BITS 12
49 /* Additional instructions */
50 XTENSA_OPTION_CODE_DENSITY
,
52 XTENSA_OPTION_EXTENDED_L32R
,
53 XTENSA_OPTION_16_BIT_IMUL
,
54 XTENSA_OPTION_32_BIT_IMUL
,
55 XTENSA_OPTION_32_BIT_IMUL_HIGH
,
56 XTENSA_OPTION_32_BIT_IDIV
,
58 XTENSA_OPTION_MISC_OP_NSA
,
59 XTENSA_OPTION_MISC_OP_MINMAX
,
60 XTENSA_OPTION_MISC_OP_SEXT
,
61 XTENSA_OPTION_MISC_OP_CLAMPS
,
62 XTENSA_OPTION_COPROCESSOR
,
63 XTENSA_OPTION_BOOLEAN
,
64 XTENSA_OPTION_FP_COPROCESSOR
,
65 XTENSA_OPTION_MP_SYNCHRO
,
66 XTENSA_OPTION_CONDITIONAL_STORE
,
68 /* Interrupts and exceptions */
69 XTENSA_OPTION_EXCEPTION
,
70 XTENSA_OPTION_RELOCATABLE_VECTOR
,
71 XTENSA_OPTION_UNALIGNED_EXCEPTION
,
72 XTENSA_OPTION_INTERRUPT
,
73 XTENSA_OPTION_HIGH_PRIORITY_INTERRUPT
,
74 XTENSA_OPTION_TIMER_INTERRUPT
,
78 XTENSA_OPTION_ICACHE_TEST
,
79 XTENSA_OPTION_ICACHE_INDEX_LOCK
,
81 XTENSA_OPTION_DCACHE_TEST
,
82 XTENSA_OPTION_DCACHE_INDEX_LOCK
,
88 XTENSA_OPTION_HW_ALIGNMENT
,
89 XTENSA_OPTION_MEMORY_ECC_PARITY
,
91 /* Memory protection and translation */
92 XTENSA_OPTION_REGION_PROTECTION
,
93 XTENSA_OPTION_REGION_TRANSLATION
,
97 XTENSA_OPTION_WINDOWED_REGISTER
,
98 XTENSA_OPTION_PROCESSOR_INTERFACE
,
99 XTENSA_OPTION_MISC_SR
,
100 XTENSA_OPTION_THREAD_POINTER
,
101 XTENSA_OPTION_PROCESSOR_ID
,
103 XTENSA_OPTION_TRACE_PORT
,
153 #define PS_INTLEVEL 0xf
154 #define PS_INTLEVEL_SHIFT 0
160 #define PS_RING_SHIFT 6
163 #define PS_OWB_SHIFT 8
165 #define PS_CALLINC 0x30000
166 #define PS_CALLINC_SHIFT 16
167 #define PS_CALLINC_LEN 2
169 #define PS_WOE 0x40000
171 #define DEBUGCAUSE_IC 0x1
172 #define DEBUGCAUSE_IB 0x2
173 #define DEBUGCAUSE_DB 0x4
174 #define DEBUGCAUSE_BI 0x8
175 #define DEBUGCAUSE_BN 0x10
176 #define DEBUGCAUSE_DI 0x20
177 #define DEBUGCAUSE_DBNUM 0xf00
178 #define DEBUGCAUSE_DBNUM_SHIFT 8
180 #define DBREAKC_SB 0x80000000
181 #define DBREAKC_LB 0x40000000
182 #define DBREAKC_SB_LB (DBREAKC_SB | DBREAKC_LB)
183 #define DBREAKC_MASK 0x3f
186 #define MAX_NINTERRUPT 32
189 #define MAX_NCCOMPARE 3
190 #define MAX_TLB_WAY_SIZE 8
191 #define MAX_NDBREAK 2
193 #define REGION_PAGE_MASK 0xe0000000
200 /* Dynamic vectors */
201 EXC_WINDOW_OVERFLOW4
,
202 EXC_WINDOW_UNDERFLOW4
,
203 EXC_WINDOW_OVERFLOW8
,
204 EXC_WINDOW_UNDERFLOW8
,
205 EXC_WINDOW_OVERFLOW12
,
206 EXC_WINDOW_UNDERFLOW12
,
216 ILLEGAL_INSTRUCTION_CAUSE
= 0,
218 INSTRUCTION_FETCH_ERROR_CAUSE
,
219 LOAD_STORE_ERROR_CAUSE
,
220 LEVEL1_INTERRUPT_CAUSE
,
222 INTEGER_DIVIDE_BY_ZERO_CAUSE
,
223 PRIVILEGED_CAUSE
= 8,
224 LOAD_STORE_ALIGNMENT_CAUSE
,
226 INSTR_PIF_DATA_ERROR_CAUSE
= 12,
227 LOAD_STORE_PIF_DATA_ERROR_CAUSE
,
228 INSTR_PIF_ADDR_ERROR_CAUSE
,
229 LOAD_STORE_PIF_ADDR_ERROR_CAUSE
,
232 INST_TLB_MULTI_HIT_CAUSE
,
233 INST_FETCH_PRIVILEGE_CAUSE
,
234 INST_FETCH_PROHIBITED_CAUSE
= 20,
235 LOAD_STORE_TLB_MISS_CAUSE
= 24,
236 LOAD_STORE_TLB_MULTI_HIT_CAUSE
,
237 LOAD_STORE_PRIVILEGE_CAUSE
,
238 LOAD_PROHIBITED_CAUSE
= 28,
239 STORE_PROHIBITED_CAUSE
,
241 COPROCESSOR0_DISABLED
= 32,
255 typedef struct xtensa_tlb_entry
{
263 typedef struct xtensa_tlb
{
265 const unsigned way_size
[10];
267 unsigned nrefillentries
;
270 typedef struct XtensaGdbReg
{
276 typedef struct XtensaGdbRegmap
{
279 /* PC + a + ar + sr + ur */
280 XtensaGdbReg reg
[1 + 16 + 64 + 256 + 256];
283 typedef struct XtensaConfig
{
286 XtensaGdbRegmap gdb_regmap
;
291 uint32_t exception_vector
[EXC_MAX
];
294 uint32_t interrupt_vector
[MAX_NLEVEL
+ MAX_NNMI
+ 1];
295 uint32_t level_mask
[MAX_NLEVEL
+ MAX_NNMI
+ 1];
296 uint32_t inttype_mask
[INTTYPE_MAX
];
299 interrupt_type inttype
;
300 } interrupt
[MAX_NINTERRUPT
];
302 uint32_t timerint
[MAX_NCCOMPARE
];
304 unsigned extint
[MAX_NINTERRUPT
];
306 unsigned debug_level
;
310 uint32_t clock_freq_khz
;
316 typedef struct XtensaConfigList
{
317 const XtensaConfig
*config
;
318 struct XtensaConfigList
*next
;
321 typedef struct CPUXtensaState
{
322 const XtensaConfig
*config
;
327 uint32_t phys_regs
[MAX_NAREG
];
329 xtensa_tlb_entry itlb
[7][MAX_TLB_WAY_SIZE
];
330 xtensa_tlb_entry dtlb
[10][MAX_TLB_WAY_SIZE
];
331 unsigned autorefill_idx
;
333 int pending_irq_level
; /* level of last raised IRQ */
335 QEMUTimer
*ccompare_timer
;
336 uint32_t wake_ccount
;
341 /* Watchpoints for DBREAK registers */
342 CPUWatchpoint
*cpu_watchpoint
[MAX_NDBREAK
];
347 #define cpu_init cpu_xtensa_init
348 #define cpu_exec cpu_xtensa_exec
349 #define cpu_gen_code cpu_xtensa_gen_code
350 #define cpu_signal_handler cpu_xtensa_signal_handler
351 #define cpu_list xtensa_cpu_list
353 CPUXtensaState
*cpu_xtensa_init(const char *cpu_model
);
354 void xtensa_translate_init(void);
355 int cpu_xtensa_exec(CPUXtensaState
*s
);
356 void xtensa_register_core(XtensaConfigList
*node
);
357 void do_interrupt(CPUXtensaState
*s
);
358 void check_interrupts(CPUXtensaState
*s
);
359 void xtensa_irq_init(CPUXtensaState
*env
);
360 void *xtensa_get_extint(CPUXtensaState
*env
, unsigned extint
);
361 void xtensa_advance_ccount(CPUXtensaState
*env
, uint32_t d
);
362 void xtensa_timer_irq(CPUXtensaState
*env
, uint32_t id
, uint32_t active
);
363 void xtensa_rearm_ccompare_timer(CPUXtensaState
*env
);
364 int cpu_xtensa_signal_handler(int host_signum
, void *pinfo
, void *puc
);
365 void xtensa_cpu_list(FILE *f
, fprintf_function cpu_fprintf
);
366 void xtensa_sync_window_from_phys(CPUXtensaState
*env
);
367 void xtensa_sync_phys_from_window(CPUXtensaState
*env
);
368 uint32_t xtensa_tlb_get_addr_mask(const CPUXtensaState
*env
, bool dtlb
, uint32_t way
);
369 void split_tlb_entry_spec_way(const CPUXtensaState
*env
, uint32_t v
, bool dtlb
,
370 uint32_t *vpn
, uint32_t wi
, uint32_t *ei
);
371 int xtensa_tlb_lookup(const CPUXtensaState
*env
, uint32_t addr
, bool dtlb
,
372 uint32_t *pwi
, uint32_t *pei
, uint8_t *pring
);
373 void xtensa_tlb_set_entry(CPUXtensaState
*env
, bool dtlb
,
374 unsigned wi
, unsigned ei
, uint32_t vpn
, uint32_t pte
);
375 int xtensa_get_physical_addr(CPUXtensaState
*env
,
376 uint32_t vaddr
, int is_write
, int mmu_idx
,
377 uint32_t *paddr
, uint32_t *page_size
, unsigned *access
);
378 void dump_mmu(FILE *f
, fprintf_function cpu_fprintf
, CPUXtensaState
*env
);
379 void debug_exception_env(CPUXtensaState
*new_env
, uint32_t cause
);
382 #define XTENSA_OPTION_BIT(opt) (((uint64_t)1) << (opt))
384 static inline bool xtensa_option_bits_enabled(const XtensaConfig
*config
,
387 return (config
->options
& opt
) != 0;
390 static inline bool xtensa_option_enabled(const XtensaConfig
*config
, int opt
)
392 return xtensa_option_bits_enabled(config
, XTENSA_OPTION_BIT(opt
));
395 static inline int xtensa_get_cintlevel(const CPUXtensaState
*env
)
397 int level
= (env
->sregs
[PS
] & PS_INTLEVEL
) >> PS_INTLEVEL_SHIFT
;
398 if ((env
->sregs
[PS
] & PS_EXCM
) && env
->config
->excm_level
> level
) {
399 level
= env
->config
->excm_level
;
404 static inline int xtensa_get_ring(const CPUXtensaState
*env
)
406 if (xtensa_option_enabled(env
->config
, XTENSA_OPTION_MMU
)) {
407 return (env
->sregs
[PS
] & PS_RING
) >> PS_RING_SHIFT
;
413 static inline int xtensa_get_cring(const CPUXtensaState
*env
)
415 if (xtensa_option_enabled(env
->config
, XTENSA_OPTION_MMU
) &&
416 (env
->sregs
[PS
] & PS_EXCM
) == 0) {
417 return (env
->sregs
[PS
] & PS_RING
) >> PS_RING_SHIFT
;
423 static inline xtensa_tlb_entry
*xtensa_tlb_get_entry(CPUXtensaState
*env
,
424 bool dtlb
, unsigned wi
, unsigned ei
)
431 /* MMU modes definitions */
432 #define MMU_MODE0_SUFFIX _ring0
433 #define MMU_MODE1_SUFFIX _ring1
434 #define MMU_MODE2_SUFFIX _ring2
435 #define MMU_MODE3_SUFFIX _ring3
437 static inline int cpu_mmu_index(CPUXtensaState
*env
)
439 return xtensa_get_cring(env
);
442 #define XTENSA_TBFLAG_RING_MASK 0x3
443 #define XTENSA_TBFLAG_EXCM 0x4
444 #define XTENSA_TBFLAG_LITBASE 0x8
445 #define XTENSA_TBFLAG_DEBUG 0x10
446 #define XTENSA_TBFLAG_ICOUNT 0x20
448 static inline void cpu_get_tb_cpu_state(CPUXtensaState
*env
, target_ulong
*pc
,
449 target_ulong
*cs_base
, int *flags
)
454 *flags
|= xtensa_get_ring(env
);
455 if (env
->sregs
[PS
] & PS_EXCM
) {
456 *flags
|= XTENSA_TBFLAG_EXCM
;
458 if (xtensa_option_enabled(env
->config
, XTENSA_OPTION_EXTENDED_L32R
) &&
459 (env
->sregs
[LITBASE
] & 1)) {
460 *flags
|= XTENSA_TBFLAG_LITBASE
;
462 if (xtensa_option_enabled(env
->config
, XTENSA_OPTION_DEBUG
)) {
463 if (xtensa_get_cintlevel(env
) < env
->config
->debug_level
) {
464 *flags
|= XTENSA_TBFLAG_DEBUG
;
466 if (xtensa_get_cintlevel(env
) < env
->sregs
[ICOUNTLEVEL
]) {
467 *flags
|= XTENSA_TBFLAG_ICOUNT
;
473 #include "exec-all.h"
475 static inline int cpu_has_work(CPUXtensaState
*env
)
477 return env
->pending_irq_level
;
480 static inline void cpu_pc_from_tb(CPUXtensaState
*env
, TranslationBlock
*tb
)