Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/linux/
Dhighmem.h193 unsigned start1, unsigned end1, in zero_user_segments() argument
198 BUG_ON(end1 > PAGE_SIZE || end2 > PAGE_SIZE); in zero_user_segments()
200 if (end1 > start1) in zero_user_segments()
201 memset(kaddr + start1, 0, end1 - start1); in zero_user_segments()
/linux-4.1.27/fs/hpfs/
Dnamei.c540 goto end1; in hpfs_rename()
546 goto end1; in hpfs_rename()
564 goto end1; in hpfs_rename()
567 goto end1; in hpfs_rename()
576 goto end1; in hpfs_rename()
583 goto end1; in hpfs_rename()
589 goto end1; in hpfs_rename()
606 end1: in hpfs_rename()
/linux-4.1.27/Documentation/EDID/
Dedid.S247 end1: .byte 0x0a /* End marker */ label
248 .fill 12-(end1-start1), 1, 0x20 /* Padded spaces */
/linux-4.1.27/drivers/staging/speakup/
Di18n.c487 char *end1 = find_specifier_end(*input1); in compare_specifiers() local
489 size_t length1 = end1 - *input1; in compare_specifiers()
495 *input1 = end1; in compare_specifiers()
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c483 u64 end1 = end_offset(offset1, length1); in is_range_intersecting() local
486 return (end1 == NFS4_MAX_UINT64 || end1 > offset2) && in is_range_intersecting()
/linux-4.1.27/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.1.27/arch/arm64/kvm/
Dsys_regs.c1380 const struct sys_reg_desc *i1, *i2, *end1, *end2; in walk_sys_regs() local
1386 end1 = i1 + num; in walk_sys_regs()
1390 BUG_ON(i1 == end1 || i2 == end2); in walk_sys_regs()
1412 if (cmp <= 0 && ++i1 == end1) in walk_sys_regs()
/linux-4.1.27/fs/nfs/
Dpnfs.c481 u64 end1 = end_offset(start1, l1->length); in pnfs_lseg_range_contained() local
485 return (start1 <= start2) && (end1 >= end2); in pnfs_lseg_range_contained()
500 u64 end1 = end_offset(start1, l1->length); in pnfs_lseg_range_intersecting() local
504 return (end1 == NFS4_MAX_UINT64 || end1 > start2) && in pnfs_lseg_range_intersecting()