Home
last modified time | relevance | path

Searched refs:new_address (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A 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()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A 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()
/kernel/linux/linux-5.10/include/acpi/
H A Dacpiosxf.h77 acpi_physical_address *new_address,
/kernel/linux/linux-6.6/include/acpi/
H A Dacpiosxf.h77 acpi_physical_address *new_address,
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c265 * new_address - Where new table address is returned
278 acpi_physical_address *new_address, in acpi_os_physical_table_override()
277 acpi_os_physical_table_override(struct acpi_table_header *existing_table, acpi_physical_address *new_address, u32 *new_table_length) acpi_os_physical_table_override() argument
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c265 * new_address - Where new table address is returned
278 acpi_physical_address *new_address, in acpi_os_physical_table_override()
277 acpi_os_physical_table_override(struct acpi_table_header *existing_table, acpi_physical_address *new_address, u32 *new_table_length) acpi_os_physical_table_override() argument
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1526 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()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1525 u32 new_address = (u32) udc->device_address; in ep0_req_complete() local
1526 fsl_writel(new_address << USB_DEVICE_ADDRESS_BIT_POS, in ep0_req_complete()

Completed in 11 milliseconds