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

/fuchsia/zircon/kernel/include/
H A Dmexec.h28 } memmov_ops_t; typedef in typeref:struct:__PACKED
32 uint64_t aux, memmov_ops_t* ops,
51 void platform_mexec(mexec_asm_func mexec_assembly, memmov_ops_t* ops,
55 static_assert(__offsetof(memmov_ops_t, dst) == MEMMOV_OPS_DST_OFFSET, "");
56 static_assert(__offsetof(memmov_ops_t, src) == MEMMOV_OPS_SRC_OFFSET, "");
57 static_assert(__offsetof(memmov_ops_t, len) == MEMMOV_OPS_LEN_OFFSET, "");
/fuchsia/zircon/kernel/syscalls/
H A Dsystem.cpp321 memmov_ops_t* ops = (memmov_ops_t*)(ops_ptr);
/fuchsia/zircon/kernel/platform/generic-arm/
H A Dplatform.cpp576 void platform_mexec(mexec_asm_func mexec_assembly, memmov_ops_t* ops,
/fuchsia/zircon/kernel/platform/pc/
H A Dplatform.cpp706 void platform_mexec(mexec_asm_func mexec_assembly, memmov_ops_t* ops,

Completed in 81 milliseconds