Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/goldfish/
Dgoldfish_pipe.c277 unsigned long address, address_end; in goldfish_pipe_read_write() local
298 address_end = address + bufflen; in goldfish_pipe_read_write()
300 while (address < address_end) { in goldfish_pipe_read_write()
302 unsigned long next = page_end < address_end ? page_end in goldfish_pipe_read_write()
303 : address_end; in goldfish_pipe_read_write()
/linux-4.1.27/drivers/iommu/
Damd_iommu_types.h638 u64 address_end; member
Damd_iommu_init.c1557 e->address_end = e->address_start + PAGE_ALIGN(m->range_length); in init_unity_map_range()
1565 e->address_start, e->address_end, m->flags); in init_unity_map_range()
Damd_iommu.c1494 for (addr = e->address_start; addr < e->address_end; in dma_ops_unity_map()