Searched refs:new_address (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/tools/testing/selftests/x86/ |
D | sysret_rip.c | 129 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()
|
/linux-5.19.10/Documentation/arm64/ |
D | tagged-address-abi.rst | 50 - ``brk()``, ``mmap()`` and the ``new_address`` argument to 130 - ``mremap()``, the ``new_address`` argument (since kernel v5.6).
|
/linux-5.19.10/include/acpi/ |
D | acpiosxf.h | 77 acpi_physical_address *new_address,
|
/linux-5.19.10/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 278 acpi_physical_address *new_address, in acpi_os_physical_table_override() argument
|
/linux-5.19.10/drivers/usb/gadget/udc/ |
D | fsl_udc_core.c | 1526 u32 new_address = (u32) udc->device_address; in ep0_req_complete() local 1527 fsl_writel(new_address << USB_DEVICE_ADDRESS_BIT_POS, in ep0_req_complete()
|