Searched refs:h_reg (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/bios_emulator/include/x86emu/ |
A D | regs.h | 72 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
|
/u-boot/board/gdsys/a38x/ |
A D | hre.c | 52 static struct h_reg pcr_hregs[24]; 53 static struct h_reg fix_hregs[COUNT_FIX_HREGS]; 54 static struct h_reg var_hregs[8]; 222 static struct h_reg *get_hreg(uint8_t spec) in get_hreg() 255 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg() 258 struct h_reg *result; in access_hreg() 349 static int hre_op_loadkey(struct udevice *tpm, struct h_reg *src_reg, in hre_op_loadkey() 350 struct h_reg *dst_reg, const void *key, in hre_op_loadkey() 386 struct h_reg *src_reg, *dst_reg; in hre_execute_op()
|
A D | hre.h | 17 struct h_reg { struct
|
/u-boot/board/gdsys/p1022/ |
A D | controlcenterd-id.c | 86 struct h_reg { struct 141 static struct h_reg pcr_hregs[24]; 142 static struct h_reg fix_hregs[COUNT_FIX_HREGS]; 143 static struct h_reg var_hregs[8]; 388 static int compute_self_hash(struct h_reg *dst) in compute_self_hash() 461 static struct h_reg *get_hreg(uint8_t spec) in get_hreg() 496 struct h_reg *result; in access_hreg() 594 struct h_reg *dst_reg, const void *key, in hre_op_loadkey() 630 struct h_reg *src_reg, *dst_reg; in hre_execute_op() 1140 struct h_reg *hash_ptr; in show_self_hash() [all …]
|
Completed in 7 milliseconds