Searched refs:resource_type (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/hw/i386/ |
| H A D | tdvf-hob.c | 55 EFI_RESOURCE_TYPE resource_type; in tdvf_hob_add_memory_resources() local 64 resource_type = EFI_RESOURCE_MEMORY_UNACCEPTED; in tdvf_hob_add_memory_resources() 67 resource_type = EFI_RESOURCE_SYSTEM_MEMORY; in tdvf_hob_add_memory_resources() 82 .ResourceType = cpu_to_le32(resource_type), in tdvf_hob_add_memory_resources()
|
| /openbmc/u-boot/include/ |
| H A D | tpm_api.h | 255 u32 tpm_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type);
|
| H A D | tpm-v1.h | 534 u32 tpm1_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type);
|
| /openbmc/u-boot/include/linux/ |
| H A D | ioport.h | 133 static inline unsigned long resource_type(const struct resource *res) in resource_type() function
|
| /openbmc/u-boot/lib/ |
| H A D | tpm-v1.c | 479 u32 tpm1_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type) in tpm1_flush_specific() argument 497 resource_type_offset, resource_type)) in tpm1_flush_specific()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | translate.c | 611 enum resource_type { enum 617 static uint32_t encode_resource(enum resource_type r, unsigned g, unsigned n) in encode_resource() 623 static enum resource_type get_resource_type(uint32_t resource) in get_resource_type()
|