Home
last modified time | relevance | path

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

/system/public/zircon/syscalls/
A Ddebug.h60 typedef struct zx_thread_state_vector_regs { struct
106 typedef struct zx_thread_state_vector_regs {
/system/utest/core/threads/
A Dregister-set.h26 void vector_regs_fill_test_values(zx_thread_state_vector_regs* regs);
A Dregister-set.cpp75 void vector_regs_fill_test_values(zx_thread_state_vector_regs* regs) { in vector_regs_fill_test_values()
76 memset(regs, 0, sizeof(zx_thread_state_vector_regs)); in vector_regs_fill_test_values()
603 static_assert(offsetof(zx_thread_state_vector_regs, zmm) == 0, "");

Completed in 5 milliseconds