Home
last modified time | relevance | path

Searched refs:MAXTL_MAX (Results 1 – 2 of 2) sorted by relevance

/qemu/target/sparc/
H A Dcpu.h513 #define MAXTL_MAX 8 macro
514 #define MAXTL_MASK (MAXTL_MAX - 1)
515 trap_state ts[MAXTL_MAX];
525 uint64_t glregs[8 * MAXTL_MAX];
534 uint64_t hpstate, htstate[MAXTL_MAX], hintp, htba, hver, hstick_cmpr, ssr;
H A Dmachine.c241 VMSTATE_STRUCT_ARRAY(env.ts, SPARCCPU, MAXTL_MAX, 0,
272 VMSTATE_UINT64_ARRAY(env.htstate, SPARCCPU, MAXTL_MAX),