Home
last modified time | relevance | path

Searched refs:h_reg (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h72 u8 filler0, filler1, h_reg, l_reg; member
86 u8 l_reg, h_reg; member
125 #define R_AH gen.A.I8_reg.h_reg
127 #define R_BH gen.B.I8_reg.h_reg
129 #define R_CH gen.C.I8_reg.h_reg
131 #define R_DH gen.D.I8_reg.h_reg
/openbmc/u-boot/board/gdsys/a38x/
H A Dhre.c50 static struct h_reg pcr_hregs[24];
51 static struct h_reg fix_hregs[COUNT_FIX_HREGS];
52 static struct h_reg var_hregs[8];
220 static struct h_reg *get_hreg(uint8_t spec) in get_hreg()
253 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg()
256 struct h_reg *result; in access_hreg()
347 static int hre_op_loadkey(struct udevice *tpm, struct h_reg *src_reg, in hre_op_loadkey()
348 struct h_reg *dst_reg, const void *key, in hre_op_loadkey()
384 struct h_reg *src_reg, *dst_reg; in hre_execute_op()
H A Dhre.h17 struct h_reg { struct
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c79 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];
381 static int compute_self_hash(struct h_reg *dst) in compute_self_hash()
454 static struct h_reg *get_hreg(uint8_t spec) in get_hreg()
489 struct h_reg *result; in access_hreg()
587 struct h_reg *dst_reg, const void *key, in hre_op_loadkey()
623 struct h_reg *src_reg, *dst_reg; in hre_execute_op()
1133 struct h_reg *hash_ptr; in show_self_hash()
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch21472 - u8 filler0, filler1, h_reg, l_reg;
21474 + u8 filler0, filler1, h_reg, l_reg;
21492 - u8 l_reg, h_reg;
21494 + u8 l_reg, h_reg;
21536 #define R_AH gen.A.I8_reg.h_reg