Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h512 #define MAXTL_MAX 8 macro
513 #define MAXTL_MASK (MAXTL_MAX - 1)
514 trap_state ts[MAXTL_MAX];
524 uint64_t glregs[8 * MAXTL_MAX];
533 uint64_t hpstate, htstate[MAXTL_MAX], hintp, htba, hver, hstick_cmpr, ssr;
H A Dmachine.c242 VMSTATE_STRUCT_ARRAY(env.ts, SPARCCPU, MAXTL_MAX, 0,
273 VMSTATE_UINT64_ARRAY(env.htstate, SPARCCPU, MAXTL_MAX),