Skip to content

how the function“tee_entry_std(struct thread_smc_args *smc_args)“be called #1491

Description

@clark-chen

i knew "tee_entry_std"is the entry point of the TA,when a SMC come.

void tee_entry_std(struct thread_smc_args *smc_args)

and i find in struct handlers also with it.
static const struct thread_handlers handlers = { .std_smc = tee_entry_std, .fast_smc = tee_entry_fast, .nintr = main_fiq,
but i still donot understand where did the parameter (struct thread_smc_args *smc_args) come frome. and when the function tee_entry_std to execute.
thanks for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions