Searched refs:start1 (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/mm/ |
D | highmem.c | 403 void zero_user_segments(struct page *page, unsigned start1, unsigned end1, in zero_user_segments() argument 410 if (start1 >= end1) in zero_user_segments() 411 start1 = end1 = 0; in zero_user_segments() 418 if (start1 >= PAGE_SIZE) { in zero_user_segments() 419 start1 -= PAGE_SIZE; in zero_user_segments() 424 if (end1 > start1) { in zero_user_segments() 426 memset(kaddr + start1, 0, this_end - start1); in zero_user_segments() 429 start1 = 0; in zero_user_segments() 456 BUG_ON((start1 | start2 | end1 | end2) != 0); in zero_user_segments()
|
/linux-6.12.1/arch/mips/pci/ |
D | pci-malta.c | 81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local 107 start1 = GT_READ(GT_PCI0M1LD_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() 113 start = start1; in mips_pcibios_init()
|
/linux-6.12.1/include/linux/ |
D | highmem.h | 265 void zero_user_segments(struct page *page, unsigned start1, unsigned end1, 269 unsigned start1, unsigned end1, in zero_user_segments() argument 277 if (end1 > start1) in zero_user_segments() 278 memset(kaddr + start1, 0, end1 - start1); in zero_user_segments() 621 size_t start1, size_t xend1, size_t start2, size_t xend2) in folio_zero_segments() argument 623 zero_user_segments(&folio->page, start1, xend1, start2, xend2); in folio_zero_segments()
|
/linux-6.12.1/arch/x86/kernel/ |
D | mmconf-fam10h_64.c | 40 int start1, start2; in cmp_range() local 42 start1 = r1->start >> 32; in cmp_range() 45 return start1 - start2; in cmp_range()
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | pixfmt-yuv-planar.rst | 293 * - start1 + 0: 298 * - start1 + 4: 612 * - start1 + 0: 617 * - start1 + 4: 622 * - start1 + 8: 627 * - start1 + 12: 819 * - start1 + 0: 824 * - start1 + 8: 1124 * - start1 + 0: 1127 * - start1 + 2: [all …]
|
/linux-6.12.1/drivers/media/pci/bt8xx/ |
D | bttv-vbi.c | 267 __s32 start1, end; in bttv_s_fmt_vbi_cap() local 282 start1 = frt->fmt.vbi.start[1] - tvnorm->vbistart[1] + in bttv_s_fmt_vbi_cap() 291 end = max(frt->fmt.vbi.start[0], start1) * 2 + 2; in bttv_s_fmt_vbi_cap()
|
/linux-6.12.1/fs/nfs/ |
D | pnfs.h | 663 pnfs_is_range_intersecting(u64 start1, u64 end1, u64 start2, u64 end2) in pnfs_is_range_intersecting() argument 666 (end2 == NFS4_MAX_UINT64 || start1 < end2); in pnfs_is_range_intersecting()
|
D | pnfs.c | 646 u64 start1 = l1->offset; in pnfs_lseg_range_contained() local 647 u64 end1 = pnfs_end_offset(start1, l1->length); in pnfs_lseg_range_contained() 651 return (start1 <= start2) && (end1 >= end2); in pnfs_lseg_range_contained()
|
/linux-6.12.1/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1733 Format: <start1>,<end1>,<start2>,<end2>...
|