Searched refs:pflags (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/drivers/tpm/ |
| H A D | tpm_tis_sandbox.c | 216 struct tpm_permanent_flags *pflags; in sandbox_tpm_xfer() local 218 pflags = (struct tpm_permanent_flags *)data; in sandbox_tpm_xfer() 219 memset(pflags, '\0', sizeof(*pflags)); in sandbox_tpm_xfer() 221 &pflags->tag); in sandbox_tpm_xfer() 223 sizeof(*pflags); in sandbox_tpm_xfer()
|
| /openbmc/u-boot/cmd/ |
| H A D | tpm_test.c | 48 struct tpm_permanent_flags pflags; in tpm_get_flags() local 51 result = tpm_get_permanent_flags(dev, &pflags); in tpm_get_flags() 55 *disable = pflags.disable; in tpm_get_flags() 57 *deactivated = pflags.deactivated; in tpm_get_flags() 59 *nvlocked = pflags.nv_locked; in tpm_get_flags() 61 pflags.disable, pflags.deactivated, pflags.nv_locked); in tpm_get_flags()
|
| /openbmc/qemu/linux-user/ |
| H A D | trace-events | 20 target_mmap(uint64_t start, uint64_t len, int pflags, int mflags, int fd, uint64_t offset) "start=0…
|
| /openbmc/u-boot/lib/ |
| H A D | tpm-v1.c | 411 struct tpm_permanent_flags *pflags) in tpm1_get_permanent_flags() argument 436 if (data_size < sizeof(*pflags)) { in tpm1_get_permanent_flags() 441 data_offset, pflags, sizeof(*pflags))) { in tpm1_get_permanent_flags()
|
| /openbmc/qemu/hw/misc/macio/ |
| H A D | trace-events | 30 …int indata2, int indata3, int indata4) "ADB request: len=%d, cmd=0x%02x, pflags=0x%02x, adblen=%d:…
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 321 uint32_t *pflags, int elf_machine, 387 if (pflags) { 388 *pflags = ehdr.e_flags;
|
| /openbmc/u-boot/include/ |
| H A D | tpm-v1.h | 515 struct tpm_permanent_flags *pflags);
|