Searched refs:add_to_user_stack (Results 1 – 1 of 1) sorted by relevance
/trusty/kernel/lib/trusty/ |
D | trusty_app.c | 431 static user_addr_t add_to_user_stack(struct trusty_thread* trusty_thread, in add_to_user_stack() function 465 user_addr_t rand_bytes_addr = add_to_user_stack( in trusty_thread_write_elf_tables() 470 add_to_user_stack(trusty_thread, app_name, strlen(app_name) + 1, in trusty_thread_write_elf_tables() 479 add_to_user_stack(trusty_thread, auxv, sizeof(auxv), sizeof(user_addr_t), in trusty_thread_write_elf_tables() 486 add_to_user_stack(trusty_thread, envp, sizeof(envp), sizeof(user_addr_t), in trusty_thread_write_elf_tables() 494 add_to_user_stack(trusty_thread, argv, sizeof(argv), sizeof(user_addr_t), in trusty_thread_write_elf_tables() 499 user_addr_t argc_ptr = add_to_user_stack(trusty_thread, &argc, sizeof(argc), in trusty_thread_write_elf_tables()
|