Home
last modified time | relevance | path

Searched refs:real_address (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/sysemu/
H A Dphysaddr.c96 *physical = physical_base | (real_address & segmask); in get_seg_physical_address()
111 return get_seg_physical_address(env, physical, prot, real_address, in get_segctl_physical_address()
117 int *prot, target_ulong real_address, in get_physical_address() argument
131 target_ulong address = real_address; in get_physical_address()
135 if (real_address >= KVM_KSEG0_BASE) { in get_physical_address()
136 if (real_address < KVM_KSEG2_BASE) { in get_physical_address()
139 } else if (real_address <= USEG_LIMIT) { in get_physical_address()
156 real_address, access_type, in get_physical_address()
163 real_address, access_type); in get_physical_address()
172 real_address, access_type); in get_physical_address()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/mips/sysemu/
H A Dphysaddr.c96 *physical = physical_base | (real_address & segmask); in get_seg_physical_address()
111 return get_seg_physical_address(env, physical, prot, real_address, in get_segctl_physical_address()
117 int *prot, target_ulong real_address, in get_physical_address() argument
131 target_ulong address = real_address; in get_physical_address()
135 if (real_address >= KVM_KSEG0_BASE) { in get_physical_address()
136 if (real_address < KVM_KSEG2_BASE) { in get_physical_address()
139 } else if (real_address <= USEG_LIMIT) { in get_physical_address()
156 real_address, access_type, in get_physical_address()
163 real_address, access_type); in get_physical_address()
172 real_address, access_type); in get_physical_address()
[all …]
/dports/math/lis/lis-2.0.30/src/system/
H A Dlis_memory.c65 void *address, *real_address; member
115 ma->real_address = addr.ptr; in lis_malloc()
145 ma->real_address = addr.ptr; in lis_calloc()
169 void *real_address,*address; in lis_realloc() local
181 real_address = addr.ptr; in lis_realloc()
187 free(ma->real_address); in lis_realloc()
190 ma->real_address = real_address; in lis_realloc()
210 free(ma->real_address); in lis_free()
239 free(ma->real_address); in lis_free_mat()
254 free(ma->real_address); in lis_free_mat()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/rcheevos/src/rcheevos/
H A Drc_libretro.c305 …o_memory_get_descriptor(const struct retro_memory_map* mmap, unsigned real_address, size_t* offset) in rc_libretro_memory_get_descriptor() argument
313 if (real_address >= desc->start && real_address < desc->start + desc->len) { in rc_libretro_memory_get_descriptor()
314 *offset = real_address - desc->start; in rc_libretro_memory_get_descriptor()
321 if (((desc->start ^ real_address) & desc->select) == 0) { in rc_libretro_memory_get_descriptor()
323 *offset = (real_address & ~desc->disconnect) - desc->start; in rc_libretro_memory_get_descriptor()
348 unsigned real_address = console_region->real_address; in rc_libretro_memory_init_from_memory_map() local
351 …uct retro_memory_descriptor* desc = rc_libretro_memory_get_descriptor(mmap, real_address, &offset); in rc_libretro_memory_init_from_memory_map()
355 real_address - console_region->real_address + console_region->start_address); in rc_libretro_memory_init_from_memory_map()
380 real_address - console_region->real_address + console_region->start_address); in rc_libretro_memory_init_from_memory_map()
390 real_address += (unsigned)desc_size; in rc_libretro_memory_init_from_memory_map()
/dports/benchmarks/iozone/iozone3_491/src/current/
H A Dlibasync.c539 temp = (intptr_t)ce->real_address;
618 if(ce->real_address != NULL) in takeoff_cache()
620 ce->real_address = NULL; in takeoff_cache()
656 if(ce->real_address != NULL) in takeoff_cache()
658 ce->real_address = NULL; in takeoff_cache()
917 if(ce->real_address != NULL)
918 free((void*)(ce->real_address));
919 ce->real_address = NULL;
1032 temp = (intptr_t)ce->real_address;
1151 if(ce->real_address != NULL)
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/shader/decode/
H A Dmemory.cpp262 Node gmem = MakeNode<GmemNode>(real_address, base_address, descriptor); in DecodeMemory()
375 const Node gmem = MakeNode<GmemNode>(real_address, base_address, descriptor); in DecodeMemory()
380 value = InsertUnaligned(gmem, move(value), real_address, mask, size); in DecodeMemory()
390 const auto [real_address, base_address, descriptor] = in DecodeMemory()
392 if (!real_address || !base_address) { in DecodeMemory()
396 Node gmem = MakeNode<GmemNode>(real_address, base_address, descriptor); in DecodeMemory()
412 const auto [real_address, base_address, descriptor] = in DecodeMemory()
414 if (!real_address || !base_address) { in DecodeMemory()
421 Node gmem = MakeNode<GmemNode>(real_address, base_address, descriptor); in DecodeMemory()
486 const auto real_address = in TrackGlobalMemory() local
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A Dhelper.c166 int *prot, target_ulong real_address, in get_seg_physical_address() argument
179 return env->tlb->map_address(env, physical, prot, real_address, rw, in get_seg_physical_address()
183 *physical = physical_base | (real_address & segmask); in get_seg_physical_address()
190 int *prot, target_ulong real_address, in get_segctl_physical_address() argument
198 return get_seg_physical_address(env, physical, prot, real_address, rw, in get_segctl_physical_address()
204 int *prot, target_ulong real_address, in get_physical_address() argument
218 target_ulong address = real_address; in get_physical_address()
231 if (real_address >= KVM_KSEG0_BASE) { in get_physical_address()
232 if (real_address < KVM_KSEG2_BASE) { in get_physical_address()
235 } else if (real_address <= USEG_LIMIT) { in get_physical_address()
[all …]
/dports/net/measurement-kit/measurement-kit-0.10.14/src/libmeasurement_kit/neubot/
H A Ddash_impl.hpp98 std::string real_address; member in mk::neubot::dash::DashLoopCtx
302 {"real_address", ctx->real_address}, in run_loop_()
361 void run_impl(std::string url, std::string auth_token, std::string real_address, in run_impl() argument
369 ctx->real_address = real_address; in run_impl()
450 std::string real_address; in negotiate_loop_() local
456 real_address = respbody.at("real_address"); in negotiate_loop_()
474 callback(NoError(), auth, real_address); in negotiate_loop_()
557 std::string real_address) { in negotiate_with_() argument
565 run_impl(url, auth_token, real_address, entry, settings, in negotiate_with_()
H A Ddash.cpp20 std::string real_address, SharedPtr<nlohmann::json> entry, Settings settings, in run() argument
22 run_impl(measurement_server_hostname, auth_token, real_address, entry, in run()
/dports/emulators/qemu60/qemu-6.0.0/target/mips/
H A Dtlb_helper.c241 *physical = physical_base | (real_address & segmask); in get_seg_physical_address()
256 return get_seg_physical_address(env, physical, prot, real_address, in get_segctl_physical_address()
262 int *prot, target_ulong real_address, in get_physical_address() argument
276 target_ulong address = real_address; in get_physical_address()
289 if (real_address >= KVM_KSEG0_BASE) { in get_physical_address()
290 if (real_address < KVM_KSEG2_BASE) { in get_physical_address()
293 } else if (real_address <= USEG_LIMIT) { in get_physical_address()
310 real_address, access_type, in get_physical_address()
317 real_address, access_type); in get_physical_address()
326 real_address, access_type); in get_physical_address()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/platform/api/
H A Dquic_socket_address_test.cc124 QuicSocketAddress real_address; in TEST() local
125 ASSERT_EQ(0, real_address.FromSocket(fd)); in TEST()
126 ASSERT_TRUE(real_address.IsInitialized()); in TEST()
127 EXPECT_EQ(real_address, address); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/platform/api/
H A Dquic_socket_address_test.cc124 QuicSocketAddress real_address; in TEST() local
125 ASSERT_EQ(0, real_address.FromSocket(fd)); in TEST()
126 ASSERT_TRUE(real_address.IsInitialized()); in TEST()
127 EXPECT_EQ(real_address, address); in TEST()
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/
H A Dhelper.c173 int *prot, target_ulong real_address, in get_seg_physical_address() argument
190 *physical = physical_base | (real_address & segmask); in get_seg_physical_address()
211 int *prot, target_ulong real_address, in get_physical_address() argument
225 target_ulong address = real_address; in get_physical_address()
238 if (real_address >= KVM_KSEG0_BASE) { in get_physical_address()
239 if (real_address < KVM_KSEG2_BASE) { in get_physical_address()
242 } else if (real_address <= USEG_LIMIT) { in get_physical_address()
259 real_address, rw, access_type, in get_physical_address()
266 real_address, rw, access_type); in get_physical_address()
275 real_address, rw, access_type); in get_physical_address()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A Dhelper.c179 int *prot, target_ulong real_address, in get_seg_physical_address() argument
196 *physical = physical_base | (real_address & segmask); in get_seg_physical_address()
217 int *prot, target_ulong real_address, in get_physical_address() argument
231 target_ulong address = real_address; in get_physical_address()
244 if (real_address >= KVM_KSEG0_BASE) { in get_physical_address()
245 if (real_address < KVM_KSEG2_BASE) { in get_physical_address()
248 } else if (real_address <= USEG_LIMIT) { in get_physical_address()
265 real_address, rw, access_type, in get_physical_address()
272 real_address, rw, access_type); in get_physical_address()
281 real_address, rw, access_type); in get_physical_address()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/
H A Dhelper.c179 int *prot, target_ulong real_address, in get_seg_physical_address() argument
196 *physical = physical_base | (real_address & segmask); in get_seg_physical_address()
217 int *prot, target_ulong real_address, in get_physical_address() argument
231 target_ulong address = real_address; in get_physical_address()
244 if (real_address >= KVM_KSEG0_BASE) { in get_physical_address()
245 if (real_address < KVM_KSEG2_BASE) { in get_physical_address()
248 } else if (real_address <= USEG_LIMIT) { in get_physical_address()
265 real_address, rw, access_type, in get_physical_address()
272 real_address, rw, access_type); in get_physical_address()
281 real_address, rw, access_type); in get_physical_address()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/mips/
H A Dhelper.c173 int *prot, target_ulong real_address, in get_seg_physical_address() argument
190 *physical = physical_base | (real_address & segmask); in get_seg_physical_address()
211 int *prot, target_ulong real_address, in get_physical_address() argument
225 target_ulong address = real_address; in get_physical_address()
238 if (real_address >= KVM_KSEG0_BASE) { in get_physical_address()
239 if (real_address < KVM_KSEG2_BASE) { in get_physical_address()
242 } else if (real_address <= USEG_LIMIT) { in get_physical_address()
259 real_address, rw, access_type, in get_physical_address()
266 real_address, rw, access_type); in get_physical_address()
275 real_address, rw, access_type); in get_physical_address()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dinterpro_ioga.cpp699 dma_channel.device_w(m_memory.read_byte(dma_channel.real_address)); in TIMER_CALLBACK_MEMBER()
701 m_memory.write_byte(dma_channel.real_address, dma_channel.device_r()); in TIMER_CALLBACK_MEMBER()
704 dma_channel.real_address++; in TIMER_CALLBACK_MEMBER()
718 dma_channel.real_address = ptde & ~0xfff; in TIMER_CALLBACK_MEMBER()
721 dma_channel.virtual_address, dma_channel.real_address); in TIMER_CALLBACK_MEMBER()
754 if (dma_channel.real_address & 0xff000000 || dma_channel.real_address == 0) in TIMER_CALLBACK_MEMBER()
791 if (dma_channel.real_address != 0) in TIMER_CALLBACK_MEMBER()
840 return dma_channel.real_address; in dma_r()
866 COMBINE_DATA(&dma_channel.real_address); in dma_w()
896 dma_channel.real_address = (ptde & ~0xfff) | (dma_channel.real_address & 0xfff); in dma_w()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dinterpro_ioga.cpp699 dma_channel.device_w(m_memory.read_byte(dma_channel.real_address)); in TIMER_CALLBACK_MEMBER()
701 m_memory.write_byte(dma_channel.real_address, dma_channel.device_r()); in TIMER_CALLBACK_MEMBER()
704 dma_channel.real_address++; in TIMER_CALLBACK_MEMBER()
718 dma_channel.real_address = ptde & ~0xfff; in TIMER_CALLBACK_MEMBER()
721 dma_channel.virtual_address, dma_channel.real_address); in TIMER_CALLBACK_MEMBER()
754 if (dma_channel.real_address & 0xff000000 || dma_channel.real_address == 0) in TIMER_CALLBACK_MEMBER()
791 if (dma_channel.real_address != 0) in TIMER_CALLBACK_MEMBER()
840 return dma_channel.real_address; in dma_r()
866 COMBINE_DATA(&dma_channel.real_address); in dma_w()
896 dma_channel.real_address = (ptde & ~0xfff) | (dma_channel.real_address & 0xfff); in dma_w()
[all …]
/dports/devel/p5-File-Map/File-Map-0.67/lib/File/
H A DMap.xs75 void* real_address; member
231 if (munmap(info->real_address, info->real_length) == -1) in mmap_free()
240 if (msync(info->real_address, info->real_length, MS_ASYNC) == -1) in mmap_free()
245 if (munmap(info->real_address, info->real_length) == -1) in mmap_free()
353 magical->real_address = address; in S_set_mmap_info()
581 if (msync(info->real_address, info->real_length, SvTRUE(sync) ? MS_SYNC : MS_ASYNC ) == -1)
604 …if ((new_address = mremap(info->real_address, info->real_length, new_size + correction, MREMAP_MAY…
626 if (mlock(info->real_address, info->real_length) == -1)
640 if (munlock(info->real_address, info->real_length) == -1)
660 else if (madvise(info->real_address, info->real_length, SvUV(HeVAL(value))) == -1)
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A Dhelper.c247 int *prot, target_ulong real_address, argument
264 *physical = physical_base | (real_address & segmask);
285 int *prot, target_ulong real_address, argument
299 target_ulong address = real_address;
312 if (real_address >= KVM_KSEG0_BASE) {
313 if (real_address < KVM_KSEG2_BASE) {
316 } else if (real_address <= USEG_LIMIT) {
333 real_address, rw, access_type,
340 real_address, rw, access_type);
349 real_address, rw, access_type);
[all …]
/dports/www/epiphany/epiphany-41.0/embed/
H A Dephy-embed-utils.c148 g_autofree char *real_address = NULL; in ephy_embed_utils_address_is_existing_absolute_filename() local
151 real_address = g_strdup (address); in ephy_embed_utils_address_is_existing_absolute_filename()
156 real_address = g_strndup (address, pos); in ephy_embed_utils_address_is_existing_absolute_filename()
159 return g_path_is_absolute (real_address) && in ephy_embed_utils_address_is_existing_absolute_filename()
160 g_file_test (real_address, G_FILE_TEST_EXISTS); in ephy_embed_utils_address_is_existing_absolute_filename()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dsshangha.cpp126 int real_address = 0x3f4000 + (offset *2); in sshangha_protection_region_d_146_r() local
127 …int deco146_addr = bitswap<32>(real_address, /* NC */31,30,29,28,27,26,25,24,23,22,21,20,19,18, 13… in sshangha_protection_region_d_146_r()
135 int real_address = 0x3f4000 + (offset *2); in sshangha_protection_region_d_146_w() local
136 …int deco146_addr = bitswap<32>(real_address, /* NC */31,30,29,28,27,26,25,24,23,22,21,20,19,18, 13… in sshangha_protection_region_d_146_w()
143 int real_address = 0x3e0000 + (offset *2); in sshangha_protection_region_8_146_r() local
144 …int deco146_addr = bitswap<32>(real_address, /* NC */31,30,29,28,27,26,25,24,23,22,21,20,19,18, 13… in sshangha_protection_region_8_146_r()
152 int real_address = 0x3e0000 + (offset *2); in sshangha_protection_region_8_146_w() local
153 …int deco146_addr = bitswap<32>(real_address, /* NC */31,30,29,28,27,26,25,24,23,22,21,20,19,18, 13… in sshangha_protection_region_8_146_w()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dsshangha.cpp126 int real_address = 0x3f4000 + (offset *2); in sshangha_protection_region_d_146_r() local
127 …int deco146_addr = bitswap<32>(real_address, /* NC */31,30,29,28,27,26,25,24,23,22,21,20,19,18, 13… in sshangha_protection_region_d_146_r()
135 int real_address = 0x3f4000 + (offset *2); in sshangha_protection_region_d_146_w() local
136 …int deco146_addr = bitswap<32>(real_address, /* NC */31,30,29,28,27,26,25,24,23,22,21,20,19,18, 13… in sshangha_protection_region_d_146_w()
143 int real_address = 0x3e0000 + (offset *2); in sshangha_protection_region_8_146_r() local
144 …int deco146_addr = bitswap<32>(real_address, /* NC */31,30,29,28,27,26,25,24,23,22,21,20,19,18, 13… in sshangha_protection_region_8_146_r()
152 int real_address = 0x3e0000 + (offset *2); in sshangha_protection_region_8_146_w() local
153 …int deco146_addr = bitswap<32>(real_address, /* NC */31,30,29,28,27,26,25,24,23,22,21,20,19,18, 13… in sshangha_protection_region_8_146_w()
/dports/irc/irssi/irssi-1.2.3/src/irc/core/
H A Dirc-session.c63 config_node_set_str(config, node, "real_address", server->real_address); in sig_session_save_server()
90 if (server->real_address == NULL) in sig_session_restore_server()
91 server->real_address = g_strdup(config_node_get_str(node, "real_address", NULL)); in sig_session_restore_server()
190 addr = g_strdup(server->real_address); in sig_connected()
/dports/emulators/qemu60/qemu-6.0.0/scripts/
H A Dget_maintainer.pl330 my $real_address = $1;
337 my $real_address = $2;
341 ($real_name, $real_address) =
342 parse_email("$real_name <$real_address>");
348 my $real_address = $2;
353 ($real_name, $real_address) =
354 parse_email("$real_name <$real_address>");
1170 my $real_address = $address;
1178 $real_address = $mailmap->{addresses}->{$email};
1185 $real_address = $mailmap->{addresses}->{$address};
[all …]

1234567