Home
last modified time | relevance | path

Searched refs:resource_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/i386/
H A Dtdvf-hob.c55 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 Dtpm_api.h255 u32 tpm_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type);
H A Dtpm-v1.h534 u32 tpm1_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type);
/openbmc/u-boot/include/linux/
H A Dioport.h133 static inline unsigned long resource_type(const struct resource *res) in resource_type() function
/openbmc/u-boot/lib/
H A Dtpm-v1.c479 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 Dtranslate.c611 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()