Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/pci/
Dpci-malta.c93 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
120 end1 = GT_READ(GT_PCI0M1HD_OFS); in mips_pcibios_init()
122 end1 = (end1 & GT_PCI_HD_MSK) | (start1 & ~GT_PCI_HD_MSK); in mips_pcibios_init()
124 if (end1 - start1 > end - start) { in mips_pcibios_init()
126 end = end1; in mips_pcibios_init()
/linux-4.4.14/include/linux/
Dhighmem.h194 unsigned start1, unsigned end1, in zero_user_segments() argument
199 BUG_ON(end1 > PAGE_SIZE || end2 > PAGE_SIZE); in zero_user_segments()
201 if (end1 > start1) in zero_user_segments()
202 memset(kaddr + start1, 0, end1 - start1); in zero_user_segments()
/linux-4.4.14/fs/hpfs/
Dnamei.c538 goto end1; in hpfs_rename()
544 goto end1; in hpfs_rename()
562 goto end1; in hpfs_rename()
565 goto end1; in hpfs_rename()
574 goto end1; in hpfs_rename()
581 goto end1; in hpfs_rename()
587 goto end1; in hpfs_rename()
604 end1: in hpfs_rename()
/linux-4.4.14/Documentation/EDID/
Dedid.S247 end1: .byte 0x0a /* End marker */ label
248 .fill 12-(end1-start1), 1, 0x20 /* Padded spaces */
/linux-4.4.14/drivers/staging/speakup/
Di18n.c488 char *end1 = find_specifier_end(*input1); in compare_specifiers() local
490 size_t length1 = end1 - *input1; in compare_specifiers()
496 *input1 = end1; in compare_specifiers()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c498 u64 end1 = end_offset(offset1, length1); in is_range_intersecting() local
501 return (end1 == NFS4_MAX_UINT64 || end1 > offset2) && in is_range_intersecting()
Dflexfilelayout.c274 u64 end1, end2; in ff_lseg_range_is_after() local
278 end1 = pnfs_calc_offset_end(l1->offset, l1->length); in ff_lseg_range_is_after()
280 if (end1 < l2->offset) in ff_lseg_range_is_after()
/linux-4.4.14/arch/arm/kvm/
Dcoproc.c1135 const struct coproc_reg *i1, *i2, *end1, *end2; in walk_cp15() local
1141 end1 = i1 + num; in walk_cp15()
1145 BUG_ON(i1 == end1 || i2 == end2); in walk_cp15()
1167 if (cmp <= 0 && ++i1 == end1) in walk_cp15()
/linux-4.4.14/fs/nfs/
Dpnfs.c498 u64 end1 = end_offset(start1, l1->length); in pnfs_lseg_range_contained() local
502 return (start1 <= start2) && (end1 >= end2); in pnfs_lseg_range_contained()
517 u64 end1 = end_offset(start1, l1->length); in pnfs_lseg_range_intersecting() local
521 return (end1 == NFS4_MAX_UINT64 || end1 > start2) && in pnfs_lseg_range_intersecting()
/linux-4.4.14/arch/arm64/kvm/
Dsys_regs.c1617 const struct sys_reg_desc *i1, *i2, *end1, *end2; in walk_sys_regs() local
1623 end1 = i1 + num; in walk_sys_regs()
1627 BUG_ON(i1 == end1 || i2 == end2); in walk_sys_regs()
1649 if (cmp <= 0 && ++i1 == end1) in walk_sys_regs()