Lines Matching refs:h_reg
79 struct h_reg { struct
134 static struct h_reg pcr_hregs[24];
135 static struct h_reg fix_hregs[COUNT_FIX_HREGS];
136 static struct h_reg var_hregs[8];
366 static int compute_self_hash(struct h_reg *dst) in compute_self_hash()
394 static int compute_second_stage_hash(struct h_reg *dst) in compute_second_stage_hash()
439 static struct h_reg *get_hreg(uint8_t spec) in get_hreg()
471 static struct h_reg *access_hreg(uint8_t spec, enum access_mode mode) in access_hreg()
473 struct h_reg *result; in access_hreg()
570 static int hre_op_loadkey(struct h_reg *src_reg, struct h_reg *dst_reg, in hre_op_loadkey()
605 struct h_reg *src_reg, *dst_reg; in hre_execute_op()
1105 struct h_reg *hash_ptr; in show_self_hash()
1107 struct h_reg hash; in show_self_hash()