Home
last modified time | relevance | path

Searched refs:ta_head (Results 1 – 7 of 7) sorted by relevance

/optee_os/ta/
H A Duser_ta_header.c96 const struct ta_head ta_head __section(".ta_head") = {
/optee_os/ta/arch/riscv/
H A Dta.ld.S18 .ta_head : {*(.ta_head)}
/optee_os/lib/libutee/
H A Duser_ta_entry.c34 extern struct ta_head ta_head;
267 (ta_head.flags & TA_FLAG_SINGLE_INSTANCE) && in ta_header_remove_session()
268 (ta_head.flags & TA_FLAG_INSTANCE_KEEP_ALIVE); in ta_header_remove_session()
/optee_os/lib/libutee/include/
H A Duser_ta_header.h63 struct ta_head { struct
64 uuidta_head global() argument
65 stack_sizeta_head global() argument
66 flagsta_head global() argument
67 depr_entryta_head global() argument
/optee_os/lib/libutee/arch/arm/gprof/
H A Dgprof.c123 return pc - (unsigned long)__text_start + sizeof(struct ta_head); in adjust_pc()
202 sizeof(struct ta_head)), in __utee_gprof_init()
/optee_os/ldelf/
H A Dta_elf.h94 struct ta_head *head;
H A Dta_elf.c1224 elf->head = (struct ta_head *)va; in load_main()
1226 elf->head = (struct ta_head *)elf->load_addr; in load_main()
1253 elf->head = (struct ta_head *)elf->load_addr; in load_main()