Home
last modified time | relevance | path

Searched refs:optee_image_get_entry_point (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/tee/
H A Doptee.h31 static inline uint32_t optee_image_get_entry_point(const image_header_t *hdr) in optee_image_get_entry_point() function
40 return optee_image_get_entry_point(hdr) - sizeof(struct optee_header); in optee_image_get_load_addr()
/openbmc/u-boot/tools/
H A Ddefault_image.c115 ep = optee_image_get_entry_point(hdr); in image_set_header()