Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/
Dpci_endpoint_test.c334 dma_addr_t orig_src_phys_addr; in pci_endpoint_test_copy() local
351 &orig_src_phys_addr, GFP_KERNEL); in pci_endpoint_test_copy()
358 if (alignment && !IS_ALIGNED(orig_src_phys_addr, alignment)) { in pci_endpoint_test_copy()
359 src_phys_addr = PTR_ALIGN(orig_src_phys_addr, alignment); in pci_endpoint_test_copy()
360 offset = src_phys_addr - orig_src_phys_addr; in pci_endpoint_test_copy()
363 src_phys_addr = orig_src_phys_addr; in pci_endpoint_test_copy()
417 orig_src_phys_addr); in pci_endpoint_test_copy()