Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/
Dpci_endpoint_test.c328 dma_addr_t orig_src_phys_addr; in pci_endpoint_test_copy() local
345 &orig_src_phys_addr, GFP_KERNEL); in pci_endpoint_test_copy()
352 if (alignment && !IS_ALIGNED(orig_src_phys_addr, alignment)) { in pci_endpoint_test_copy()
353 src_phys_addr = PTR_ALIGN(orig_src_phys_addr, alignment); in pci_endpoint_test_copy()
354 offset = src_phys_addr - orig_src_phys_addr; in pci_endpoint_test_copy()
357 src_phys_addr = orig_src_phys_addr; in pci_endpoint_test_copy()
411 orig_src_phys_addr); in pci_endpoint_test_copy()