Searched defs:arg0 (Results 1 - 17 of 17) sorted by relevance

/seL4-test-master/kernel/src/arch/x86/32/smp/
H A Dipi.c12 void Mode_handleRemoteCall(IpiModeRemoteCall_t call, word_t arg0, word_t arg1, word_t arg2) argument
/seL4-test-master/kernel/src/arch/x86/64/smp/
H A Dipi.c13 void Mode_handleRemoteCall(IpiModeRemoteCall_t call, word_t arg0, word_t arg1, word_t arg2) argument
/seL4-test-master/projects/seL4_libs/libsel4utils/include/sel4utils/
H A Dhelpers.h72 sel4utils_arch_init_local_context(sel4utils_thread_entry_fn entry_point, void *arg0, void *arg1, void *arg2, void *stack_top, seL4_UserContext *context) argument
/seL4-test-master/projects/seL4_libs/libsel4utils/src/arch/riscv/
H A Darch.c29 int sel4utils_arch_init_context_with_args(void *entry_point, void *arg0, void *arg1, void *arg2, argument
/seL4-test-master/projects/seL4_libs/libsel4utils/src/sel4_arch/aarch32/
H A Darch.c32 sel4utils_arch_init_context_with_args(sel4utils_thread_entry_fn entry_point, void *arg0, void *arg1, void *arg2, bool local_stack, void *stack_top, seL4_UserContext *context, vka_t *vka, vspace_t *local_vspace, vspace_t *remote_vspace) argument
/seL4-test-master/projects/seL4_libs/libsel4utils/src/sel4_arch/aarch64/
H A Darch.c33 sel4utils_arch_init_context_with_args(sel4utils_thread_entry_fn entry_point, void *arg0, void *arg1, void *arg2, bool local_stack, void *stack_top, seL4_UserContext *context, vka_t *vka, vspace_t *local_vspace, vspace_t *remote_vspace) argument
/seL4-test-master/projects/seL4_libs/libsel4utils/src/sel4_arch/arm_hyp/
H A Darch.c32 sel4utils_arch_init_context_with_args(sel4utils_thread_entry_fn entry_point, void *arg0, void *arg1, void *arg2, bool local_stack, void *stack_top, seL4_UserContext *context, vka_t *vka, vspace_t *local_vspace, vspace_t *remote_vspace) argument
/seL4-test-master/projects/seL4_libs/libsel4utils/src/sel4_arch/x86_64/
H A Darch.c31 sel4utils_arch_init_context_with_args(sel4utils_thread_entry_fn entry_point, void *arg0, void *arg1, void *arg2, bool local_stack, void *stack_top, seL4_UserContext *context, vka_t *vka, vspace_t *local_vspace, vspace_t *remote_vspace) argument
/seL4-test-master/projects/seL4_libs/libsel4utils/src/sel4_arch/ia32/
H A Darch.c32 int sel4utils_arch_init_context_with_args(sel4utils_thread_entry_fn entry_point, void *arg0, void *arg1, void *arg2, argument
/seL4-test-master/projects/sel4test/apps/sel4test-tests/src/
H A Dhelpers.h49 void *arg0; member in struct:helper_thread
H A Dhelpers.c270 start_helper(env_t env, helper_thread_t *thread, helper_fn_t entry_point, seL4_Word arg0, seL4_Word arg1, seL4_Word arg2, seL4_Word arg3) argument
/seL4-test-master/kernel/src/arch/arm/smp/
H A Dipi.c29 static void handleRemoteCall(IpiModeRemoteCall_t call, word_t arg0, argument
/seL4-test-master/kernel/src/arch/x86/smp/
H A Dipi.c29 static void handleRemoteCall(IpiModeRemoteCall_t call, word_t arg0, argument
/seL4-test-master/kernel/src/arch/riscv/smp/
H A Dipi.c31 static void handleRemoteCall(IpiRemoteCall_t call, word_t arg0, argument
/seL4-test-master/tools/riscv-pk/machine/
H A Dminit.c211 void enter_supervisor_mode(void (*fn)(uintptr_t), uintptr_t arg0, uintptr_t arg1) argument
230 void enter_machine_mode(void (*fn)(uintptr_t, uintptr_t), uintptr_t arg0, uintptr_t arg1) argument
H A Dmtrap.c136 uintptr_t n = regs[17], arg0 = regs[10], arg1 = regs[11], retval, ipi_type; local
/seL4-test-master/projects/seL4_libs/libsel4utils/src/
H A Dthread.c163 sel4utils_start_thread(sel4utils_thread_t *thread, sel4utils_thread_entry_fn entry_point, void *arg0, void *arg1, int resume) argument

Completed in 179 milliseconds