Searched refs:ZX_THREAD_STATE_GENERAL_REGS (Results 1 – 4 of 4) sorted by relevance
/external/syzkaller/executor/ |
D | common_fuchsia.h | 66 status = zx_thread_read_state(thread, ZX_THREAD_STATE_GENERAL_REGS, in ex_handler() 79 status = zx_thread_write_state(thread, ZX_THREAD_STATE_GENERAL_REGS, ®s, sizeof(regs)); in ex_handler()
|
/external/v8/src/libsampler/ |
D | sampler.cc | 51 #define ZX_THREAD_STATE_GENERAL_REGS ZX_THREAD_STATE_REGSET0 macro 736 if (zx_thread_read_state(profiled_thread, ZX_THREAD_STATE_GENERAL_REGS, in DoSample() 756 #undef ZX_THREAD_STATE_GENERAL_REGS
|
/external/libchrome/base/ |
D | logging_unittest.cc | 381 status = zircon_thread.read_state(ZX_THREAD_STATE_GENERAL_REGS, &buffer, in SpawnCrashThread()
|
/external/syzkaller/pkg/csource/ |
D | generated.go | 470 status = zx_thread_read_state(thread, ZX_THREAD_STATE_GENERAL_REGS, 483 status = zx_thread_write_state(thread, ZX_THREAD_STATE_GENERAL_REGS, ®s, sizeof(regs));
|