Searched refs:dest_addr (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/kernel/lib/libc/string/arch/x86/
H A Dselector.cpp30 DEBUG_ASSERT(reinterpret_cast<uintptr_t>(patch->dest_addr) ==
40 patch->dest_addr[0] = 0xeb; /* jmp rel8 */
41 patch->dest_addr[1] = static_cast<uint8_t>(offset);
52 DEBUG_ASSERT(reinterpret_cast<uintptr_t>(patch->dest_addr) ==
62 patch->dest_addr[0] = 0xeb; /* jmp rel8 */
63 patch->dest_addr[1] = static_cast<uint8_t>(offset);
/fuchsia/zircon/kernel/arch/x86/
H A Duser_copy.cpp33 memcpy(patch->dest_addr, kStacInstruction, kSize);
35 memset(patch->dest_addr, kNopInstruction, kSize);
44 memcpy(patch->dest_addr, kClacInstruction, kSize);
46 memset(patch->dest_addr, kNopInstruction, kSize);
/fuchsia/zircon/kernel/lib/code_patching/
H A Dcode_patching.cpp18 arch_sync_cache_range((addr_t)patch->dest_addr, patch->dest_size);
/fuchsia/zircon/kernel/lib/code_patching/include/lib/
H A Dcode_patching.h21 .quad loc; /* dest_addr field */ \
43 uint8_t* dest_addr; // Destination code address to patch. member in struct:CodePatchInfo
/fuchsia/zircon/bootloader/src/
H A Dnetboot.c32 struct ip6_addr_t dest_addr; member in struct:__anon9
234 int bytes_sent = udp6_send(data, len, &transport_info->dest_addr, transport_info->dest_port,
281 memcpy(&transport_info.dest_addr, saddr, sizeof(struct ip6_addr_t));
/fuchsia/zircon/system/private/efi/protocol/
H A Dpci-root-bridge-io.h85 uint64_t dest_addr, uint64_t src_addr, size_t count) EFIAPI;
/fuchsia/zircon/system/core/netsvc/
H A Dtftp.c63 ip6_addr_t dest_addr; member in struct:__anon147
408 zx_status_t status = udp6_send(data, len, &transport_info->dest_addr,
444 memcpy(&transport_info.dest_addr, saddr, sizeof(ip6_addr_t));

Completed in 417 milliseconds