Home
last modified time | relevance | path

Searched refs:MAXTL_MASK (Results 1 – 3 of 3) sorted by relevance

/qemu/target/sparc/
H A Dint64_helper.c260 return &env->ts[env->tl & MAXTL_MASK]; in cpu_tsptr()
H A Dcpu.h514 #define MAXTL_MASK (MAXTL_MAX - 1) macro
H A Dtranslate.c103 # define MAXTL_MASK 0 macro
2452 tcg_gen_andi_i32(r_tl, r_tl, MAXTL_MASK); in gen_load_trap_state_at_tl()
3026 tcg_gen_andi_i32(tl, tl, MAXTL_MASK); in do_rdhtstate()
3629 tcg_gen_andi_i32(tl, tl, MAXTL_MASK); in TRANS()