Searched refs:arch_set_vector_regs (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/include/arch/
H A Ddebugger.h31 zx_status_t arch_set_vector_regs(struct thread* thread, const zx_thread_state_vector_regs* in);
/fuchsia/zircon/kernel/arch/arm64/
H A Ddebugger.cpp132 zx_status_t arch_set_vector_regs(struct thread* thread, const zx_thread_state_vector_regs* in) { function
/fuchsia/zircon/kernel/arch/x86/
H A Ddebugger.cpp108 // Backend for arch_get_vector_regs and arch_set_vector_regs. This does a read or write of the
371 zx_status_t arch_set_vector_regs(struct thread* thread, const zx_thread_state_vector_regs* in) { function
/fuchsia/zircon/kernel/object/
H A Dthread_dispatcher.cpp946 return arch_set_vector_regs(&thread_,

Completed in 88 milliseconds