Home
last modified time | relevance | path

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

/linux/drivers/platform/goldfish/
H A Dgoldfish_pipe.c288 unsigned long address_end, in populate_rw_params() argument
304 ? (int)(address_end - address) in populate_rw_params()
326 unsigned long address_end, in transfer_max_buffers() argument
349 populate_rw_params(pipe->pages, pages_count, address, address_end, in transfer_max_buffers()
395 unsigned long address, address_end, last_page; in goldfish_pipe_read_write() local
409 address_end = address + bufflen; in goldfish_pipe_read_write()
410 last_page = (address_end - 1) & PAGE_MASK; in goldfish_pipe_read_write()
411 last_page_size = ((address_end - 1) & ~PAGE_MASK) + 1; in goldfish_pipe_read_write()
413 while (address < address_end) { in goldfish_pipe_read_write()
417 ret = transfer_max_buffers(pipe, address, address_end, is_write, in goldfish_pipe_read_write()
/linux/drivers/iommu/amd/
H A Diommu.c2754 length = entry->address_end - entry->address_start; in amd_iommu_get_resv_regions()