Home
last modified time | relevance | path

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

/linux/arch/mips/pci/
H A Dpci-malta.c81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
108 end1 = GT_READ(GT_PCI0M1HD_OFS); in mips_pcibios_init()
110 end1 = (end1 & GT_PCI_HD_MSK) | (start1 & ~GT_PCI_HD_MSK); in mips_pcibios_init()
112 if (end1 - start1 > end - start) { in mips_pcibios_init()
114 end = end1; in mips_pcibios_init()
/linux/include/linux/
H A Dhighmem.h364 void zero_user_segments(struct page *page, unsigned start1, unsigned end1,
368 unsigned start1, unsigned end1, in zero_user_segments() argument
374 BUG_ON(end1 > page_size(page) || end2 > page_size(page)); in zero_user_segments()
376 if (end1 > start1) in zero_user_segments()
377 memset(kaddr + start1, 0, end1 - start1); in zero_user_segments()
/linux/fs/hpfs/
H A Dnamei.c535 goto end1; in hpfs_rename()
541 goto end1; in hpfs_rename()
559 goto end1; in hpfs_rename()
562 goto end1; in hpfs_rename()
571 goto end1; in hpfs_rename()
578 goto end1; in hpfs_rename()
584 goto end1; in hpfs_rename()
601 end1: in hpfs_rename()
/linux/drivers/video/
H A Daperture.c144 static bool overlap(resource_size_t base1, resource_size_t end1, in overlap() argument
147 return (base1 < end2) && (end1 > base2); in overlap()
/linux/drivers/accessibility/speakup/
H A Di18n.c494 char *end1 = find_specifier_end(*input1); in compare_specifiers() local
496 size_t length1 = end1 - *input1; in compare_specifiers()
502 *input1 = end1; in compare_specifiers()
/linux/fs/nfs/
H A Dpnfs.h664 pnfs_is_range_intersecting(u64 start1, u64 end1, u64 start2, u64 end2) in pnfs_is_range_intersecting() argument
666 return (end1 == NFS4_MAX_UINT64 || start2 < end1) && in pnfs_is_range_intersecting()
674 u64 end1 = pnfs_end_offset(l1->offset, l1->length); in pnfs_lseg_range_intersecting() local
677 return pnfs_is_range_intersecting(l1->offset, end1, l2->offset, end2); in pnfs_lseg_range_intersecting()
H A Dpnfs.c647 u64 end1 = pnfs_end_offset(start1, l1->length); in pnfs_lseg_range_contained() local
651 return (start1 <= start2) && (end1 >= end2); in pnfs_lseg_range_contained()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1880 Format: <start1>,<end1>,<start2>,<end2>...