Searched refs:new_address (Results 1 – 5 of 5) sorted by relevance
129 void *new_address = (void *)(ip - 4096); in test_syscall_fallthrough_to() local135 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()
77 acpi_physical_address *new_address,
278 acpi_physical_address *new_address, in acpi_os_physical_table_override() argument
49 ``brk()``, ``mmap()`` and the ``new_address`` argument to
1526 u32 new_address = (u32) udc->device_address; in ep0_req_complete() local1527 fsl_writel(new_address << USB_DEVICE_ADDRESS_BIT_POS, in ep0_req_complete()