Searched refs:add_to_user_stack (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | trusty_app.c | 433 static user_addr_t add_to_user_stack(struct trusty_thread* trusty_thread, in add_to_user_stack() function 467 user_addr_t rand_bytes_addr = add_to_user_stack( in trusty_thread_write_elf_tables() 472 add_to_user_stack(trusty_thread, app_name, strlen(app_name) + 1, in trusty_thread_write_elf_tables() 481 add_to_user_stack(trusty_thread, auxv, sizeof(auxv), sizeof(user_addr_t), in trusty_thread_write_elf_tables() 488 add_to_user_stack(trusty_thread, envp, sizeof(envp), sizeof(user_addr_t), in trusty_thread_write_elf_tables() 496 add_to_user_stack(trusty_thread, argv, sizeof(argv), sizeof(user_addr_t), in trusty_thread_write_elf_tables() 501 user_addr_t argc_ptr = add_to_user_stack(trusty_thread, &argc, sizeof(argc), in trusty_thread_write_elf_tables()
|