Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/mremap/
Dmremap05.c51 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.c137 void *new_address = (void *)(ip - 4096); in test_syscall_fallthrough_to() local
143 MREMAP_MAYMOVE | MREMAP_FIXED, new_address); in test_syscall_fallthrough_to()
146 err(1, "mremap to %p", new_address); in test_syscall_fallthrough_to()
148 printf("[OK]\tmremap to %p failed\n", new_address); in test_syscall_fallthrough_to()
153 if (ret != new_address) in test_syscall_fallthrough_to()
155 new_address, ret); in test_syscall_fallthrough_to()
157 current_test_page_addr = new_address; in test_syscall_fallthrough_to()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h3798 void *new_address, *rc; in LSS_NAME() local
3800 new_address = va_arg(ap, void *); in LSS_NAME()
3802 flags, new_address); in LSS_NAME()