Home
last modified time | relevance | path

Searched refs:arch_prepare_thread (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dthread.c31 void arch_prepare_thread(struct thread *t, in arch_prepare_thread() function
/aosp_15_r20/external/coreboot/src/include/
H A Dthread.h80 void arch_prepare_thread(struct thread *t,
/aosp_15_r20/external/coreboot/src/lib/
H A Dthread.c190 arch_prepare_thread(t, thread_entry, thread_arg); in prepare_thread()