Home
last modified time | relevance | path

Searched refs:new_address (Results 1 – 24 of 24) sorted by relevance

/external/ltp/testcases/kernel/syscalls/mremap/
Dmremap05.c52 char *new_address; member
141 t->new_address); in test_mremap()
165 t->new_address = get_test_area(t->new_size * pagesize, 1); in setup0()
171 t->new_address = get_test_area((t->new_size + 1) * pagesize, 1) + 1; in setup1()
177 t->new_address = t->old_address; in setup2()
183 t->new_address = get_test_area(t->new_size * pagesize, 1); in setup3()
184 t->exp_ret = t->new_address; in setup3()
191 t->new_address = get_test_area(t->new_size * pagesize, 0); in setup4()
192 t->exp_ret = t->new_address; in setup4()
194 *(t->new_address) = 0x2; in setup4()
[all …]
/external/linux-kselftest/tools/testing/selftests/x86/
Dsysret_rip.c129 void *new_address = (void *)(ip - 4096); in test_syscall_fallthrough_to() local
135 MREMAP_MAYMOVE | MREMAP_FIXED, new_address); in test_syscall_fallthrough_to()
138 err(1, "mremap to %p", new_address); in test_syscall_fallthrough_to()
140 printf("[OK]\tmremap to %p failed\n", new_address); in test_syscall_fallthrough_to()
145 if (ret != new_address) in test_syscall_fallthrough_to()
147 new_address, ret); in test_syscall_fallthrough_to()
149 current_test_page_addr = new_address; in test_syscall_fallthrough_to()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dproxy_mapper_registry.cc67 const grpc_channel_args* args, grpc_resolved_address** new_address, in grpc_proxy_mapper_list_map_address() argument
70 if (grpc_proxy_mapper_map_address(list->list[i], address, args, new_address, in grpc_proxy_mapper_list_map_address()
118 grpc_resolved_address** new_address, in grpc_proxy_mappers_map_address() argument
121 new_address, new_args); in grpc_proxy_mappers_map_address()
Dproxy_mapper.cc40 grpc_resolved_address** new_address, in grpc_proxy_mapper_map_address() argument
42 return mapper->vtable->map_address(mapper, address, args, new_address, in grpc_proxy_mapper_map_address()
Dproxy_mapper.h47 grpc_resolved_address** new_address,
69 grpc_resolved_address** new_address,
Dproxy_mapper_registry.h41 grpc_resolved_address** new_address,
Dsubchannel.cc361 grpc_resolved_address* new_address = nullptr; in grpc_subchannel_create() local
363 if (grpc_proxy_mappers_map_address(addr, args->args, &new_address, in grpc_subchannel_create()
365 GPR_ASSERT(new_address != nullptr); in grpc_subchannel_create()
367 addr = new_address; in grpc_subchannel_create()
Dhttp_proxy.cc198 grpc_resolved_address** new_address, in proxy_mapper_map_address() argument
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dproxy_mapper_registry.cc78 grpc_resolved_address** new_address, in MapAddress() argument
82 if (mapper->MapAddress(address, args, new_address, new_args)) { in MapAddress()
Dproxy_mapper.h48 grpc_resolved_address** new_address,
Dproxy_mapper_registry.h44 grpc_resolved_address** new_address,
Dsubchannel.cc662 grpc_resolved_address* new_address = nullptr; in Subchannel() local
664 if (ProxyMapperRegistry::MapAddress(*addr, args, &new_address, &new_args)) { in Subchannel()
665 GPR_ASSERT(new_address != nullptr); in Subchannel()
667 addr = new_address; in Subchannel()
/external/pigweed/pw_kvs/
Dkey_value_store.cc707 Address new_address, in UpdateKeyDescriptor() argument
715 prior_metadata->Reset(entry.descriptor(prior_metadata->hash()), new_address); in UpdateKeyDescriptor()
820 Address new_address) { in CopyEntryToSector() argument
821 const StatusWithSize result = entry.Copy(new_address); in CopyEntryToSector()
828 Entry::Read(partition_, new_address, formats_, &new_entry), in CopyEntryToSector()
860 Address new_address = sectors_.NextWritableAddress(*new_sector); in RelocateEntry() local
862 CopyEntryToSector(entry, new_sector, new_address)); in RelocateEntry()
864 address = new_address; in RelocateEntry()
1075 Address new_address = sectors_.NextWritableAddress(*new_sector); in AddRedundantEntries() local
1076 PW_TRY(CopyEntryToSector(entry, new_sector, new_address)); in AddRedundantEntries()
[all …]
Dentry_test.cc541 FlashPartition::Address new_address = entry_.size(); in TEST_F() local
544 StatusWithSize copy_result = entry_.Copy(new_address + (i * entry_.size())); in TEST_F()
551 FlashPartition::Address read_address = (new_address + (j * entry_.size())); in TEST_F()
566 FlashPartition::Address new_address = entry_.size(); in TEST_F() local
568 StatusWithSize copy_result = entry_.Copy(new_address); in TEST_F()
574 Entry::Read(partition_, new_address, kFormats, &entry)); in TEST_F()
Dentry.cc125 StatusWithSize Entry::Copy(Address new_address) const { in Copy()
128 unsigned(new_address), in Copy()
131 FlashPartition::Output output(partition(), new_address); in Copy()
/external/libchrome/base/debug/
Dprofiler.h77 typedef void (*MoveDynamicSymbol)(const void* address, const void* new_address);
/external/rust/crates/nix/src/sys/
Dmman.rs342 new_address: Option<* mut c_void>, in mremap()
344 …let ret = libc::mremap(addr, old_size, new_size, flags.bits(), new_address.unwrap_or(std::ptr::nul… in mremap()
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h442 Address new_address,
460 Address new_address);
/external/pigweed/pw_kvs/public/pw_kvs/internal/
Dentry.h110 StatusWithSize Copy(Address new_address) const;
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc150 void* new_address, in ReallocObserverHookIfEnabled() argument
160 allocation_hook(new_address, size, type_name); in ReallocObserverHookIfEnabled()
Dpartition_alloc.h273 void* new_address,
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp364 nir_ssa_def *new_address = nir_ishr(b, address, nir_imm_int(b, 4 * align)); in r600_nir_lower_scratch_address_impl() local
367 nir_src_for_ssa(new_address)); in r600_nir_lower_scratch_address_impl()
/external/llvm-project/compiler-rt/include/sanitizer/
Dnetbsd_syscall_hooks.h2243 #define __sanitizer_syscall_pre_mremap(old_address, old_size, new_address, \ argument
2247 (long long)(new_address), (long long)(new_size), (long long)(flags))
2249 new_address, new_size, flags) \ argument
2252 (long long)(new_address), (long long)(new_size), (long long)(flags))
4543 long long new_address,
4547 long long new_address,
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h4297 void *new_address, *rc; in LSS_NAME() local
4299 new_address = va_arg(ap, void *); in LSS_NAME()
4301 flags, new_address); in LSS_NAME()