Searched refs:new_address (Results 1 – 4 of 4) sorted by relevance
121 void *new_address = (void *)(ip - 4096); in test_syscall_fallthrough_to() local127 MREMAP_MAYMOVE | MREMAP_FIXED, new_address); in test_syscall_fallthrough_to()130 err(1, "mremap to %p", new_address); in test_syscall_fallthrough_to()132 printf("[OK]\tmremap to %p failed\n", new_address); in test_syscall_fallthrough_to()137 if (ret != new_address) in test_syscall_fallthrough_to()139 new_address, ret); in test_syscall_fallthrough_to()141 current_test_page_addr = new_address; in test_syscall_fallthrough_to()
50 - ``brk()``, ``mmap()`` and the ``new_address`` argument to130 - ``mremap()``, the ``new_address`` argument (since kernel v5.6).
77 acpi_physical_address *new_address,
278 acpi_physical_address *new_address, in acpi_os_physical_table_override() argument