Searched refs:hex_flags (Results 1 – 2 of 2) sorted by relevance
262 uint32_t hex_flags = 0; in hexagon_get_tb_cpu_state() local265 hex_flags = FIELD_DP32(hex_flags, TB_FLAGS, IS_TIGHT_LOOP, 1); in hexagon_get_tb_cpu_state()271 return (TCGTBCPUState){ .pc = pc, .flags = hex_flags }; in hexagon_get_tb_cpu_state()
939 uint32_t hex_flags = dcbase->tb->flags; in hexagon_tr_init_disas_context() local946 ctx->is_tight_loop = FIELD_EX32(hex_flags, TB_FLAGS, IS_TIGHT_LOOP); in hexagon_tr_init_disas_context()