address_end      3195 drivers/iommu/amd_iommu.c 		length = entry->address_end - entry->address_start;
address_end      2135 drivers/iommu/amd_iommu_init.c 	e->address_end = e->address_start + PAGE_ALIGN(m->range_length);
address_end      2143 drivers/iommu/amd_iommu_init.c 		    e->address_start, e->address_end, m->flags);
address_end       697 drivers/iommu/amd_iommu_types.h 	u64 address_end;
address_end       304 drivers/platform/goldfish/goldfish_pipe.c 			       unsigned long address_end,
address_end       320 drivers/platform/goldfish/goldfish_pipe.c 			? (int)(address_end - address)
address_end       342 drivers/platform/goldfish/goldfish_pipe.c 				unsigned long address_end,
address_end       365 drivers/platform/goldfish/goldfish_pipe.c 	populate_rw_params(pipe->pages, pages_count, address, address_end,
address_end       410 drivers/platform/goldfish/goldfish_pipe.c 	unsigned long address, address_end, last_page;
address_end       424 drivers/platform/goldfish/goldfish_pipe.c 	address_end = address + bufflen;
address_end       425 drivers/platform/goldfish/goldfish_pipe.c 	last_page = (address_end - 1) & PAGE_MASK;
address_end       426 drivers/platform/goldfish/goldfish_pipe.c 	last_page_size = ((address_end - 1) & ~PAGE_MASK) + 1;
address_end       428 drivers/platform/goldfish/goldfish_pipe.c 	while (address < address_end) {
address_end       432 drivers/platform/goldfish/goldfish_pipe.c 		ret = transfer_max_buffers(pipe, address, address_end, is_write,