Lines Matching refs:h_reg
78 struct h_reg { struct
133 static struct h_reg pcr_hregs[24];
134 static struct h_reg fix_hregs[COUNT_FIX_HREGS];
135 static struct h_reg var_hregs[8];
365 static int compute_self_hash(struct h_reg *dst) in compute_self_hash()
393 static int compute_second_stage_hash(struct h_reg *dst) in compute_second_stage_hash()
438 static struct h_reg *get_hreg(uint8_t spec) in get_hreg()
470 static struct h_reg *access_hreg(uint8_t spec, enum access_mode mode) in access_hreg()
472 struct h_reg *result; in access_hreg()
569 static int hre_op_loadkey(struct h_reg *src_reg, struct h_reg *dst_reg, in hre_op_loadkey()
604 struct h_reg *src_reg, *dst_reg; in hre_execute_op()
1104 struct h_reg *hash_ptr; in show_self_hash()
1106 struct h_reg hash; in show_self_hash()