start1             81 arch/mips/pci/pci-malta.c 	resource_size_t start, end, map, start1, end1, map1, map2, map3, mask;
start1            107 arch/mips/pci/pci-malta.c 		start1 = GT_READ(GT_PCI0M1LD_OFS);
start1            110 arch/mips/pci/pci-malta.c 		end1 = (end1 & GT_PCI_HD_MSK) | (start1 & ~GT_PCI_HD_MSK);
start1            112 arch/mips/pci/pci-malta.c 		if (end1 - start1 > end - start) {
start1            113 arch/mips/pci/pci-malta.c 			start = start1;
start1             39 arch/x86/kernel/mmconf-fam10h_64.c 	int start1, start2;
start1             41 arch/x86/kernel/mmconf-fam10h_64.c 	start1 = r1->start >> 32;
start1             44 arch/x86/kernel/mmconf-fam10h_64.c 	return start1 - start2;
start1            323 drivers/media/pci/bt8xx/bttv-vbi.c 	__s32 start1, end;
start1            338 drivers/media/pci/bt8xx/bttv-vbi.c 	start1 = frt->fmt.vbi.start[1] - tvnorm->vbistart[1] +
start1            347 drivers/media/pci/bt8xx/bttv-vbi.c 	end = max(frt->fmt.vbi.start[0], start1) * 2 + 2;
start1            589 fs/nfs/pnfs.c  	u64 start1 = l1->offset;
start1            590 fs/nfs/pnfs.c  	u64 end1 = pnfs_end_offset(start1, l1->length);
start1            594 fs/nfs/pnfs.c  	return (start1 <= start2) && (end1 >= end2);
start1            603 fs/nfs/pnfs.h  pnfs_is_range_intersecting(u64 start1, u64 end1, u64 start2, u64 end2)
start1            606 fs/nfs/pnfs.h  		(end2 == NFS4_MAX_UINT64 || start1 < end2);
start1            219 include/linux/highmem.h 	unsigned start1, unsigned end1,
start1            226 include/linux/highmem.h 	if (end1 > start1)
start1            227 include/linux/highmem.h 		memset(kaddr + start1, 0, end1 - start1);