Home
last modified time | relevance | path

Searched refs:thread_get_user_kcode (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h203 static inline void thread_get_user_kcode(struct mobj **mobj, size_t *offset, in thread_get_user_kcode() function
/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h458 void thread_get_user_kcode(struct mobj **mobj, size_t *offset,
461 static inline void thread_get_user_kcode(struct mobj **mobj, size_t *offset, in thread_get_user_kcode() function
/optee_os/core/arch/arm/kernel/
H A Dthread.c1040 void thread_get_user_kcode(struct mobj **mobj, size_t *offset, in thread_get_user_kcode() function
/optee_os/core/mm/
H A Dvm.c859 thread_get_user_kcode(&mobj, &offs, &va, &sz); in map_kinit()