Home
last modified time | relevance | path

Searched refs:start (Results 4076 - 4100 of 18532) sorted by relevance

1...<<161162163164165166167168169170>>...742

/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dpriv.c358 unsigned long start, end; in handle_sske() local
383 start = vcpu->run->s.regs.gprs[reg2] & PAGE_MASK; in handle_sske()
384 start = kvm_s390_logical_to_effective(vcpu, start); in handle_sske()
386 /* start already designates an absolute address */ in handle_sske()
387 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_sske()
389 start = kvm_s390_real_to_abs(vcpu, start); in handle_sske()
390 end = start + PAGE_SIZE; in handle_sske()
393 while (start ! in handle_sske()
1030 unsigned long start, end; handle_pfmf() local
[all...]
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dpriv.c356 unsigned long start, end; in handle_sske() local
381 start = vcpu->run->s.regs.gprs[reg2] & PAGE_MASK; in handle_sske()
382 start = kvm_s390_logical_to_effective(vcpu, start); in handle_sske()
384 /* start already designates an absolute address */ in handle_sske()
385 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_sske()
387 start = kvm_s390_real_to_abs(vcpu, start); in handle_sske()
388 end = start + PAGE_SIZE; in handle_sske()
391 while (start ! in handle_sske()
1042 unsigned long start, end; handle_pfmf() local
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dfast_commit.c161 * should use ext4_fc_start/stop_update functions to start inode level
239 * Inform Ext4's fast about start of an inode update
606 ext4_lblk_t start, end; member
625 ei->i_fc_lblk_start = min(ei->i_fc_lblk_start, __arg->start); in __track_range()
630 ei->i_fc_lblk_start = __arg->start; in __track_range()
631 ei->i_fc_lblk_len = __arg->end - __arg->start + 1; in __track_range()
637 void ext4_fc_track_range(handle_t *handle, struct inode *inode, ext4_lblk_t start, in ext4_fc_track_range() argument
652 args.start = start; in ext4_fc_track_range()
657 trace_ext4_fc_track_range(handle, inode, start, en in ext4_fc_track_range()
1724 ext4_lblk_t start, cur; ext4_fc_replay_add_range() local
2038 __u8 *start, *end, *cur, *val; ext4_fc_replay_scan() local
2156 __u8 *start, *end, *cur, *val; ext4_fc_replay() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c358 mock_vma_res->start = addr; in lowlevel_hole()
481 __func__, p->name, vma->node.start, vma->node.size, drm_mm_node_allocated(&vma->node), in fill_hole()
514 __func__, p->name, vma->node.start, vma->node.size, in fill_hole()
523 __func__, p->name, vma->node.start, vma->node.size, in fill_hole()
560 __func__, p->name, vma->node.start, vma->node.size, drm_mm_node_allocated(&vma->node), in fill_hole()
593 __func__, p->name, vma->node.start, vma->node.size, drm_mm_node_allocated(&vma->node), in fill_hole()
602 __func__, p->name, vma->node.start, vma->node.size, in fill_hole()
1270 if (a->start < b->start) in sort_holes()
1378 u64 offset = tmp.start in igt_ggtt_page()
1718 u64 start, end; igt_gtt_insert() member
[all...]
/kernel/linux/linux-6.6/drivers/iommu/
H A Ddma-iommu.c402 phys_addr_t start, phys_addr_t end) in cookie_init_hw_msi_region()
408 start -= iova_offset(iovad, start); in cookie_init_hw_msi_region()
409 num_pages = iova_align(iovad, end - start) >> iova_shift(iovad); in cookie_init_hw_msi_region()
416 msi_page->phys = start; in cookie_init_hw_msi_region()
417 msi_page->iova = start; in cookie_init_hw_msi_region()
420 start += iovad->granule; in cookie_init_hw_msi_region()
432 return res_a->res->start > res_b->res->start; in iommu_dma_ranges_sort()
441 phys_addr_t start in iova_reserve_pci_windows() local
401 cookie_init_hw_msi_region(struct iommu_dma_cookie *cookie, phys_addr_t start, phys_addr_t end) cookie_init_hw_msi_region() argument
1364 dma_addr_t end = 0, start; iommu_dma_unmap_sg() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dkhugepaged.c1767 * @addr: virtual collapse start address
1769 * @start: collapse start address
1789 struct file *file, pgoff_t start, in collapse_file()
1797 pgoff_t index = 0, end = start + HPAGE_PMD_NR; in collapse_file()
1799 XA_STATE_ORDER(xas, &mapping->i_pages, start, HPAGE_PMD_ORDER); in collapse_file()
1805 VM_BUG_ON(start & (HPAGE_PMD_NR - 1)); in collapse_file()
1814 hpage->index = start; in collapse_file()
1833 for (index = start; index < end; index++) { in collapse_file()
1845 if (index == start) { in collapse_file()
1788 collapse_file(struct mm_struct *mm, unsigned long addr, struct file *file, pgoff_t start, struct collapse_control *cc) collapse_file() argument
2215 hpage_collapse_scan_file(struct mm_struct *mm, unsigned long addr, struct file *file, pgoff_t start, struct collapse_control *cc) hpage_collapse_scan_file() argument
2314 hpage_collapse_scan_file(struct mm_struct *mm, unsigned long addr, struct file *file, pgoff_t start, struct collapse_control *cc) hpage_collapse_scan_file() argument
2695 madvise_collapse(struct vm_area_struct *vma, struct vm_area_struct **prev, unsigned long start, unsigned long end) madvise_collapse() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Daacenc.c315 int start = (w+w2) * 128; in apply_intensity_stereo() local
320 start += ics->swb_sizes[g]; in apply_intensity_stereo()
326 float sum = (cpe->ch[0].coeffs[start+i] + p*cpe->ch[1].coeffs[start+i])*scale; in apply_intensity_stereo()
327 cpe->ch[0].coeffs[start+i] = sum; in apply_intensity_stereo()
328 cpe->ch[1].coeffs[start+i] = 0.0f; in apply_intensity_stereo()
330 start += ics->swb_sizes[g]; in apply_intensity_stereo()
344 int start = (w+w2) * 128; in apply_mid_side_stereo() local
353 start += ics->swb_sizes[g]; in apply_mid_side_stereo()
357 float L = (cpe->ch[0].coeffs[start in apply_mid_side_stereo()
442 int start, i, w, w2; encode_spectral_coeffs() local
470 int start, i, j, w; avoid_clipping() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java4381 * @return true if the code point can start a java identifier.
4406 * @return true if the code point can start a java identifier.
4572 * A code point may start a Unicode identifier if it is of type either
4584 * @param ch code point to determine if it can start a Unicode identifier
5792 * Integer.toHexString(element.start) +
5816 element.start=range.startCodePoint; in next()
5887 public void setRange(int start, int limit) {} in setRange() argument
6482 * @param limit the start of the valid text
6558 * @param start the start o
6563 codePointCount(CharSequence text, int start, int limit) codePointCount() argument
6593 codePointCount(char[] text, int start, int limit) codePointCount() argument
6671 offsetByCodePoints(char[] text, int start, int count, int index, int codePointOffset) offsetByCodePoints() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DVTimeZone.java270 * the specified start time.
273 * @param start The start time
279 public void write(Writer writer, long start) throws IOException { in write() argument
280 // Extract rules applicable to dates after the start time in write()
281 TimeZoneRule[] rules = tz.getTimeZoneRules(start); in write()
292 "/Partial@" + start + "]"; in write()
356 public boolean hasEquivalentTransitions(TimeZone other, long start, long end) { in hasEquivalentTransitions() argument
360 return tz.hasEquivalentTransitions(other, start, end); in hasEquivalentTransitions()
377 public TimeZoneRule[] getTimeZoneRules(long start) { in getTimeZoneRules() argument
861 createRuleByRRULE(String tzname, int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) createRuleByRRULE() argument
1219 createRuleByRDATE(String tzname, int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) createRuleByRDATE() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java3693 * @return true if the code point can start a java identifier.
3720 * @return true if the code point can start a java identifier.
3879 * A code point may start a Unicode identifier if it is of type either
3891 * @param ch code point to determine if it can start a Unicode identifier
5050 * Integer.toHexString(element.start) +
5073 element.start=range.startCodePoint; in next()
5144 public void setRange(int start, int limit) {} in setRange() argument
5652 * @param limit the start of the valid text
5724 * @param start the start o
5728 codePointCount(CharSequence text, int start, int limit) codePointCount() argument
5757 codePointCount(char[] text, int start, int limit) codePointCount() argument
5833 offsetByCodePoints(char[] text, int start, int count, int index, int codePointOffset) offsetByCodePoints() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DVTimeZone.java251 * the specified start time.
254 * @param start The start time
258 public void write(Writer writer, long start) throws IOException { in write() argument
259 // Extract rules applicable to dates after the start time in write()
260 TimeZoneRule[] rules = tz.getTimeZoneRules(start); in write()
271 "/Partial@" + start + "]"; in write()
330 public boolean hasEquivalentTransitions(TimeZone other, long start, long end) { in hasEquivalentTransitions() argument
334 return tz.hasEquivalentTransitions(other, start, end); in hasEquivalentTransitions()
349 public TimeZoneRule[] getTimeZoneRules(long start) { in getTimeZoneRules() argument
832 createRuleByRRULE(String tzname, int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) createRuleByRRULE() argument
1190 createRuleByRDATE(String tzname, int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) createRuleByRDATE() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c514 * start of the vertex. If we'd subtract attrib's offset from in u_vbuf_translate_buffers()
544 const unsigned offset = draw->start * info->index_size; in u_vbuf_translate_buffers()
692 const int start[VB_NUM] = { in u_vbuf_translate_begin() local
801 start[type], num[type], min_index, in u_vbuf_translate_begin()
1234 unsigned start, end; in u_vbuf_upload_buffers() local
1240 start = start_offset[i]; in u_vbuf_upload_buffers()
1242 assert(start < end); in u_vbuf_upload_buffers()
1248 mgr->has_signed_vb_offset ? 0 : start, in u_vbuf_upload_buffers()
1249 end - start, 4, in u_vbuf_upload_buffers()
1250 ptr + start, in u_vbuf_upload_buffers()
1601 unsigned start = data[offset + 2]; u_vbuf_draw_vbo() local
1651 unsigned start = data[offset + 2]; u_vbuf_draw_vbo() local
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7786.c299 .start = 0xfe008020,
304 .start = 0xfe009000,
309 .start = evt2irq(0x5c0),
314 .start = evt2irq(0x500),
335 .start = USB_EHCI_START,
340 .start = evt2irq(0xba0),
359 .start = USB_OHCI_START,
364 .start = evt2irq(0xba0),
815 scif1_demux_resources[1].start = in sh7786_devices_setup()
817 scif1_demux_resources[2].start in sh7786_devices_setup()
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Dbus.c276 * @start: device to start iterating from.
281 * passing it @data. If @start is not NULL, we use that device to
292 int bus_for_each_dev(struct bus_type *bus, struct device *start, in bus_for_each_dev() argument
303 (start ? &start->p->knode_bus : NULL)); in bus_for_each_dev()
314 * @start: Device to begin with
327 struct device *start, const void *data, in bus_find_device()
337 (start ? &start in bus_find_device()
326 bus_find_device(struct bus_type *bus, struct device *start, const void *data, int (*match)(struct device *dev, const void *data)) bus_find_device() argument
418 bus_for_each_drv(struct bus_type *bus, struct device_driver *start, void *data, int (*fn)(struct device_driver *, void *)) bus_for_each_drv() argument
989 subsys_dev_iter_init(struct subsys_dev_iter *iter, struct bus_type *subsys, struct device *start, const struct device_type *type) subsys_dev_iter_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c80 u32 start, u32 nbits, in find_aligned_range()
86 start = ALIGN(start, align); in find_aligned_range()
88 while ((start < nbits) && (test_bit(start, bitmap) || in find_aligned_range()
89 (start & skip_mask))) in find_aligned_range()
90 start += align; in find_aligned_range()
92 if (start >= nbits) in find_aligned_range()
95 end = start+len; in find_aligned_range()
99 for (i = start in find_aligned_range()
79 find_aligned_range(unsigned long *bitmap, u32 start, u32 nbits, int len, int align, u32 skip_mask) find_aligned_range() argument
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7786.c299 .start = 0xfe008020,
304 .start = 0xfe009000,
309 .start = evt2irq(0x5c0),
314 .start = evt2irq(0x500),
335 .start = USB_EHCI_START,
340 .start = evt2irq(0xba0),
359 .start = USB_OHCI_START,
364 .start = evt2irq(0xba0),
815 scif1_demux_resources[1].start = in sh7786_devices_setup()
817 scif1_demux_resources[2].start in sh7786_devices_setup()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H A Dether1.c126 ether1_writebuffer (struct net_device *dev, void *data, unsigned int start, unsigned int length) in ether1_writebuffer() argument
131 offset = start & 4095; in ether1_writebuffer()
132 page = start >> 12; in ether1_writebuffer()
189 ether1_readbuffer (struct net_device *dev, void *data, unsigned int start, unsigned int length) in ether1_readbuffer() argument
194 offset = start & 4095; in ether1_readbuffer()
195 page = start >> 12; in ether1_readbuffer()
614 int start, tail; in ether1_txalloc() local
622 start = TX_AREA_START; in ether1_txalloc()
623 if (start + size > tail) in ether1_txalloc()
625 priv(dev)->tx_head = start in ether1_txalloc()
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A Dserial_cs.c155 * 1000 stop/start operations) with these timeouts (or bigger).
392 port = p_dev->resource[1]->start; in pfc_config()
396 port = p_dev->resource[0]->start + 0x28; in pfc_config()
411 if (p_dev->resource[0]->start == 0) in simple_config_check()
441 p_dev->resource[0]->start = base[j]; in simple_config_check_notpicky()
487 return setup_serial(link, info, link->resource[0]->start, link->irq); in simple_config()
519 p_dev->resource[0]->start + 8 != p_dev->resource[1]->start) in multi_config_check_notpicky()
529 *base2 = p_dev->resource[0]->start + 8; in multi_config_check_notpicky()
540 base2 = link->resource[0]->start in multi_config()
[all...]
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dtcic.c486 /* jump start interrupt handler, if needed */ in init_tcic()
702 (unsigned long long)io->start, (unsigned long long)io->stop); in tcic_set_io_map()
703 if ((io->map > 1) || (io->start > 0xffff) || (io->stop > 0xffff) || in tcic_set_io_map()
704 (io->stop < io->start)) return -EINVAL; in tcic_set_io_map()
708 base = io->start; len = io->stop - io->start; in tcic_set_io_map()
739 mem->speed, (unsigned long long)mem->res->start, in tcic_set_mem_map()
742 (mem->res->start > 0xffffff) || (mem->res->end > 0xffffff) || in tcic_set_mem_map()
743 (mem->res->start > mem->res->end) || (mem->speed > 1000)) in tcic_set_mem_map()
748 base = mem->res->start; le in tcic_set_mem_map()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Diommu.h145 * @start: System physical start address of the region
152 phys_addr_t start; member
171 * @start: IOVA representing the start of the range to be flushed
180 unsigned long start; member
405 .start = ULONG_MAX, in iommu_iotlb_gather_init()
465 iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot,
539 unsigned long start = iova, end = start in iommu_iotlb_gather_add_page() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H A Dether1.c126 ether1_writebuffer (struct net_device *dev, void *data, unsigned int start, unsigned int length) in ether1_writebuffer() argument
131 offset = start & 4095; in ether1_writebuffer()
132 page = start >> 12; in ether1_writebuffer()
189 ether1_readbuffer (struct net_device *dev, void *data, unsigned int start, unsigned int length) in ether1_readbuffer() argument
194 offset = start & 4095; in ether1_readbuffer()
195 page = start >> 12; in ether1_readbuffer()
614 int start, tail; in ether1_txalloc() local
622 start = TX_AREA_START; in ether1_txalloc()
623 if (start + size > tail) in ether1_txalloc()
625 priv(dev)->tx_head = start in ether1_txalloc()
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A Dserial_cs.c155 * 1000 stop/start operations) with these timeouts (or bigger).
392 port = p_dev->resource[1]->start; in pfc_config()
396 port = p_dev->resource[0]->start + 0x28; in pfc_config()
411 if (p_dev->resource[0]->start == 0) in simple_config_check()
441 p_dev->resource[0]->start = base[j]; in simple_config_check_notpicky()
487 return setup_serial(link, info, link->resource[0]->start, link->irq); in simple_config()
519 p_dev->resource[0]->start + 8 != p_dev->resource[1]->start) in multi_config_check_notpicky()
529 *base2 = p_dev->resource[0]->start + 8; in multi_config_check_notpicky()
540 base2 = link->resource[0]->start in multi_config()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c80 u32 start, u32 nbits, in find_aligned_range()
86 start = ALIGN(start, align); in find_aligned_range()
88 while ((start < nbits) && (test_bit(start, bitmap) || in find_aligned_range()
89 (start & skip_mask))) in find_aligned_range()
90 start += align; in find_aligned_range()
92 if (start >= nbits) in find_aligned_range()
95 end = start+len; in find_aligned_range()
99 for (i = start in find_aligned_range()
79 find_aligned_range(unsigned long *bitmap, u32 start, u32 nbits, int len, int align, u32 skip_mask) find_aligned_range() argument
[all...]
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dpmem.c206 unsigned long start; in pmem_submit_bio() local
217 start = bio_start_io_acct(bio); in pmem_submit_bio()
231 bio_end_io_acct(bio, start); in pmem_submit_bio()
273 dev_dbg(pmem->bb.dev, "start sector(%llu), nr_pages(%ld), first_bad(%llu), actual_nr(%ld)\n", in __pmem_direct_access()
486 pmem->phys_addr = res->start; in pmem_attach_disk()
494 if (!devm_request_mem_region(dev, res->start, resource_size(res), in pmem_attach_disk()
518 bb_range.start += pmem->data_offset; in pmem_attach_disk()
520 pmem->pgmap.range.start = res->start; in pmem_attach_disk()
531 bb_range.start in pmem_attach_disk()
[all...]
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dtcic.c486 /* jump start interrupt handler, if needed */ in init_tcic()
702 (unsigned long long)io->start, (unsigned long long)io->stop); in tcic_set_io_map()
703 if ((io->map > 1) || (io->start > 0xffff) || (io->stop > 0xffff) || in tcic_set_io_map()
704 (io->stop < io->start)) return -EINVAL; in tcic_set_io_map()
708 base = io->start; len = io->stop - io->start; in tcic_set_io_map()
739 mem->speed, (unsigned long long)mem->res->start, in tcic_set_mem_map()
742 (mem->res->start > 0xffffff) || (mem->res->end > 0xffffff) || in tcic_set_mem_map()
743 (mem->res->start > mem->res->end) || (mem->speed > 1000)) in tcic_set_mem_map()
748 base = mem->res->start; le in tcic_set_mem_map()
[all...]

Completed in 54 milliseconds

1...<<161162163164165166167168169170>>...742