Home
last modified time | relevance | path

Searched refs:start (Results 1126 - 1150 of 19279) sorted by relevance

1...<<41424344454647484950>>...772

/kernel/linux/linux-6.6/arch/mips/kvm/
H A Dmmu.c278 static int kvm_mips_##name##_pte(pte_t *pte, unsigned long start, \
282 int i_min = pte_index(start); \
302 static int kvm_mips_##name##_pmd(pmd_t *pmd, unsigned long start, \
308 int i_min = pmd_index(start); \
312 for (i = i_min; i <= i_max; ++i, start = 0) { \
320 ret |= kvm_mips_##name##_pte(pte, start, cur_end); \
325 static int kvm_mips_##name##_pud(pud_t *pud, unsigned long start, \
331 int i_min = pud_index(start); \
335 for (i = i_min; i <= i_max; ++i, start = 0) { \
343 ret |= kvm_mips_##name##_pmd(pmd, start, cur_en
419 gfn_t start = base_gfn + __ffs(mask); kvm_arch_mmu_enable_log_dirty_pt_masked() local
[all...]
/kernel/linux/linux-6.6/arch/ia64/mm/
H A Ddiscontig.c52 * start at addresses that are strided by node number.
61 * @start: physical start of range
67 * must start on an %IA64_GRANULE_SIZE boundary, so we round the address down
71 static int __init build_node_maps(unsigned long start, unsigned long len, in build_node_maps() argument
74 unsigned long spfn, epfn, end = start + len; in build_node_maps()
77 spfn = GRANULEROUNDDOWN(start) >> PAGE_SHIFT; in build_node_maps()
287 * @start: physical start of range
297 * |~~~~~~~~~~~~~~~~~~~~~~~~| <-- NODEDATA_ALIGN(start, nod
313 find_pernode_space(unsigned long start, unsigned long len, int node) find_pernode_space() argument
555 call_pernode_memory(unsigned long start, unsigned long len, void *arg) call_pernode_memory() argument
625 vmemmap_populate(unsigned long start, unsigned long end, int node, struct vmem_altmap *altmap) vmemmap_populate() argument
631 vmemmap_free(unsigned long start, unsigned long end, struct vmem_altmap *altmap) vmemmap_free() argument
[all...]
/kernel/linux/linux-6.6/arch/arc/mm/
H A Dtlb.c202 * @start is inclusive, while @end is exclusive
208 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() argument
214 /* If range @start to @end is more than 32 TLB entries deep, in local_flush_tlb_range()
221 if (unlikely((end - start) >= PAGE_SIZE * 32)) { in local_flush_tlb_range()
227 * @start moved to page start: this alone suffices for checking in local_flush_tlb_range()
231 start &= PAGE_MASK; in local_flush_tlb_range()
236 while (start < end) { in local_flush_tlb_range()
237 tlb_entry_erase(start | hw_pid(vma->vm_mm, cpu)); in local_flush_tlb_range()
238 start in local_flush_tlb_range()
251 local_flush_tlb_kernel_range(unsigned long start, unsigned long end) local_flush_tlb_kernel_range() argument
354 flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) flush_tlb_range() argument
367 flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) flush_pmd_tlb_range() argument
380 flush_tlb_kernel_range(unsigned long start, unsigned long end) flush_tlb_kernel_range() argument
543 local_flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) local_flush_pmd_tlb_range() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dbios32.c82 * Set memory region to start at address 0, and enable IO in pci_fixup_83c553()
87 dev->resource[0].end -= dev->resource[0].start; in pci_fixup_83c553()
88 dev->resource[0].start = 0; in pci_fixup_83c553()
133 dev->resource[0].end -= dev->resource[0].start; in pci_fixup_unassign()
134 dev->resource[0].start = 0; in pci_fixup_unassign()
151 r->start = 0; in pci_fixup_dec21285()
170 if ((r->start & ~0x80) == 0x374) { in pci_fixup_ide_bases()
171 r->start |= 2; in pci_fixup_ide_bases()
172 r->end = r->start; in pci_fixup_ide_bases()
221 dev->resource[0].start in pci_fixup_cy82c693()
565 resource_size_t start = res->start; pcibios_align_resource() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c203 res->end = res->start + vf_bar_sz * mul - 1; in pnv_pci_ioda_fixup_iov_resources()
219 res->end = res->start - 1; in pnv_pci_ioda_fixup_iov_resources()
313 resource_size_t start, in pnv_ioda_map_m64_segmented()
321 start, in pnv_ioda_map_m64_segmented()
341 resource_size_t start, in pnv_ioda_map_m64_single()
377 start, in pnv_ioda_map_m64_single()
423 resource_size_t size, start; in pnv_pci_vf_assign_m64() local
441 start = res->start; in pnv_pci_vf_assign_m64()
443 rc = pnv_ioda_map_m64_segmented(phb, win, start, siz in pnv_pci_vf_assign_m64()
311 pnv_ioda_map_m64_segmented(struct pnv_phb *phb, int window_id, resource_size_t start, resource_size_t size) pnv_ioda_map_m64_segmented() argument
338 pnv_ioda_map_m64_single(struct pnv_phb *phb, int pe_num, int window_id, resource_size_t start, resource_size_t size) pnv_ioda_map_m64_single() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcmap.c121 cmap->start = 0; in fb_alloc_cmap_gfp()
171 if (to->start > from->start) in fb_copy_cmap()
172 fromoff = to->start - from->start; in fb_copy_cmap()
174 tooff = from->start - to->start; in fb_copy_cmap()
196 if (to->start > from->start) in fb_cmap_to_user()
197 fromoff = to->start in fb_cmap_to_user()
233 int i, start, rc = 0; fb_set_cmap() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dpagewalk.c283 * Decide whether we really walk over the current vma on [@start, @end)
288 static int walk_page_test(unsigned long start, unsigned long end, in walk_page_test() argument
295 return ops->test_walk(start, end, walk); in walk_page_test()
308 err = ops->pte_hole(start, end, -1, walk); in walk_page_test()
314 static int __walk_page_range(unsigned long start, unsigned long end, in __walk_page_range() argument
322 err = ops->pre_vma(start, end, walk); in __walk_page_range()
329 err = walk_hugetlb_range(start, end, walk); in __walk_page_range()
331 err = walk_pgd_range(start, end, walk); in __walk_page_range()
342 * @start: start addres
379 walk_page_range(struct mm_struct *mm, unsigned long start, unsigned long end, const struct mm_walk_ops *ops, void *private) walk_page_range() argument
443 walk_page_range_novma(struct mm_struct *mm, unsigned long start, unsigned long end, const struct mm_walk_ops *ops, pgd_t *pgd, void *private) walk_page_range_novma() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcmap.c121 cmap->start = 0; in fb_alloc_cmap_gfp()
171 if (to->start > from->start) in fb_copy_cmap()
172 fromoff = to->start - from->start; in fb_copy_cmap()
174 tooff = from->start - to->start; in fb_copy_cmap()
196 if (to->start > from->start) in fb_cmap_to_user()
197 fromoff = to->start in fb_cmap_to_user()
233 int i, start, rc = 0; fb_set_cmap() local
[all...]
/kernel/linux/linux-6.6/block/partitions/
H A Dacorn.c55 __le32 start; member
95 le32_to_cpu(rr->part[part].start), in riscix_partition()
174 * next partition relative to the start of this one - I'm assuming in adfspart_check_CUMANA()
276 * Work out start of non-adfs partition. in adfspart_check_ADFS()
304 __le32 start; member
372 u32 start = le32_to_cpu(p->start); in adfspart_check_ICS() local
392 if (size > 1 && adfspart_check_ICSLinux(state, start)) { in adfspart_check_ICS()
393 start += 1; in adfspart_check_ICS()
399 put_partition(state, slot++, start, siz in adfspart_check_ICS()
412 __le32 start; global() member
466 u32 start = le32_to_cpu(p->start); adfspart_check_POWERTEC() local
483 __le32 start; global() member
513 sector_t start = 0; adfspart_check_EESOX() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dhugetlb_vmemmap.c39 static int split_vmemmap_huge_pmd(pmd_t *pmd, unsigned long start) in split_vmemmap_huge_pmd() argument
43 unsigned long addr = start; in split_vmemmap_huge_pmd()
82 flush_tlb_kernel_range(start, start + PMD_SIZE); in split_vmemmap_huge_pmd()
98 * The reuse_page is found 'first' in table walk before we start in vmemmap_pte_range()
180 static int vmemmap_remap_range(unsigned long start, unsigned long end, in vmemmap_remap_range() argument
183 unsigned long addr = start; in vmemmap_remap_range()
187 VM_BUG_ON(!PAGE_ALIGNED(start)); in vmemmap_remap_range()
200 flush_tlb_kernel_range(start, end); in vmemmap_remap_range()
268 static inline void reset_struct_pages(struct page *start) in reset_struct_pages() argument
311 vmemmap_remap_free(unsigned long start, unsigned long end, unsigned long reuse) vmemmap_remap_free() argument
380 alloc_vmemmap_page_list(unsigned long start, unsigned long end, struct list_head *list) alloc_vmemmap_page_list() argument
414 vmemmap_remap_alloc(unsigned long start, unsigned long end, unsigned long reuse) vmemmap_remap_alloc() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc37 static int CodepointDistance(const char* start, const char* end) { in CodepointDistance() argument
40 for (const char* p = start; p < end; ++p) { in CodepointDistance()
58 static int ConvertToInterchangeValid(char* start, int len) { in ConvertToInterchangeValid() argument
73 char* const in = start; in ConvertToInterchangeValid()
74 char* out = start; in ConvertToInterchangeValid()
75 char* const end = start + len; in ConvertToInterchangeValid()
76 while (start < end) { in ConvertToInterchangeValid()
77 int good = UniLib::SpanInterchangeValid(start, static_cast<int>(end - start)); in ConvertToInterchangeValid()
79 if (out != start) { in ConvertToInterchangeValid()
503 const char* start = utf8_data(); MakeIterator() local
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp51 key |= (fCW ? 1 : 0) << 8; // start was 3 bits, total 8 bits so far in stateKey()
63 unsigned start; in simplifyPath() local
71 } else if (SkPathPriv::IsRRect(fPath, &rrect, &dir, &start)) { in simplifyPath()
72 this->simplifyRRect(rrect, dir, start, flags); in simplifyPath()
74 } else if (SkPathPriv::IsOval(fPath, &rect, &dir, &start)) { in simplifyPath()
76 this->simplifyRRect(SkRRect::MakeOval(rect), dir, start * 2, flags); in simplifyPath()
78 } else if (SkPathPriv::IsSimpleRect(fPath, (flags & kSimpleFill_Flag), &rect, &dir, &start)) { in simplifyPath()
82 this->simplifyRect(rect, dir, start, flags); in simplifyPath()
111 SkPoint start = {center.fX + 0.5f * fArc.fOval.width() * SkScalarCos(startRad), in simplifyArc() local
113 // Either just the starting point, or a line from the center to the start in simplifyArc()
151 simplifyRRect(const SkRRect& rrect, SkPathDirection dir, unsigned start, unsigned flags) simplifyRRect() argument
168 simplifyRect(const SkRect& rect, SkPathDirection dir, unsigned start, unsigned flags) simplifyRect() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dmessagepattern.cpp663 int32_t start=index; in parseSimpleStyle() local
673 setParseError(parseError, start); in parseSimpleStyle()
685 int32_t length=--index-start; in parseSimpleStyle()
687 setParseError(parseError, start); // Argument style text too long. in parseSimpleStyle()
691 addPart(UMSGPAT_PART_TYPE_ARG_STYLE, start, length, 0, errorCode); in parseSimpleStyle()
707 int32_t start=index; in parseChoiceStyle() local
721 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
737 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
743 setParseError(parseError, start); // Expected choice separator (#<\u2264) instead of c. in parseChoiceStyle()
759 setParseError(parseError, start); // Ba in parseChoiceStyle()
776 int32_t start=index; parsePluralOrSelectStyle() local
888 parseArgNumber(const UnicodeString &s, int32_t start, int32_t limit) parseArgNumber() argument
932 parseDouble(int32_t start, int32_t limit, UBool allowInfinity, UParseError *parseError, UErrorCode &errorCode) parseDouble() argument
1182 appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, UnicodeString &sb) appendReducedApostrophes() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dmessagepattern.cpp663 int32_t start=index; in parseSimpleStyle() local
673 setParseError(parseError, start); in parseSimpleStyle()
685 int32_t length=--index-start; in parseSimpleStyle()
687 setParseError(parseError, start); // Argument style text too long. in parseSimpleStyle()
691 addPart(UMSGPAT_PART_TYPE_ARG_STYLE, start, length, 0, errorCode); in parseSimpleStyle()
707 int32_t start=index; in parseChoiceStyle() local
721 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
737 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
743 setParseError(parseError, start); // Expected choice separator (#<\u2264) instead of c. in parseChoiceStyle()
759 setParseError(parseError, start); // Ba in parseChoiceStyle()
776 int32_t start=index; parsePluralOrSelectStyle() local
888 parseArgNumber(const UnicodeString &s, int32_t start, int32_t limit) parseArgNumber() argument
932 parseDouble(int32_t start, int32_t limit, UBool allowInfinity, UParseError *parseError, UErrorCode &errorCode) parseDouble() argument
1182 appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, UnicodeString &sb) appendReducedApostrophes() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dmessagepattern.cpp663 int32_t start=index; in parseSimpleStyle() local
673 setParseError(parseError, start); in parseSimpleStyle()
685 int32_t length=--index-start; in parseSimpleStyle()
687 setParseError(parseError, start); // Argument style text too long. in parseSimpleStyle()
691 addPart(UMSGPAT_PART_TYPE_ARG_STYLE, start, length, 0, errorCode); in parseSimpleStyle()
707 int32_t start=index; in parseChoiceStyle() local
721 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
737 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
743 setParseError(parseError, start); // Expected choice separator (#<\u2264) instead of c. in parseChoiceStyle()
759 setParseError(parseError, start); // Ba in parseChoiceStyle()
776 int32_t start=index; parsePluralOrSelectStyle() local
888 parseArgNumber(const UnicodeString &s, int32_t start, int32_t limit) parseArgNumber() argument
932 parseDouble(int32_t start, int32_t limit, UBool allowInfinity, UParseError *parseError, UErrorCode &errorCode) parseDouble() argument
1182 appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, UnicodeString &sb) appendReducedApostrophes() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/sni/
H A Dpcimt.c95 .start = 0x70,
100 .start = 8,
114 .start = 0x00000000UL,
122 .start = 0x00,
127 .start = 0x40,
132 .start = 0x60,
137 .start = 0x80,
142 .start = 0xc0,
147 .start = 0xcfc,
160 .start
[all...]
H A Dpcit.c63 .start = 0x70,
68 .start = 8,
86 .start = 0x00000000UL,
94 .start = 0x00,
99 .start = 0x40,
104 .start = 0x60,
109 .start = 0x80,
114 .start = 0xc0,
119 .start = 0xcf8,
124 .start
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/
H A Dcommon.c104 .start = 0xc800b000,
109 .start = IRQ_IXP4XX_USB,
117 .start = IXP4XX_GPIO_BASE_PHYS,
149 .start = IXP4XX_NPEA_BASE_PHYS,
154 .start = IXP4XX_NPEB_BASE_PHYS,
159 .start = IXP4XX_NPEC_BASE_PHYS,
175 .start = IXP4XX_QMGR_BASE_PHYS,
180 .start = IRQ_IXP4XX_QM1,
185 .start = IRQ_IXP4XX_QM2,
207 .start
[all...]
/kernel/linux/linux-6.6/arch/mips/rb532/
H A Ddevices.c62 .start = ETH0_BASE_ADDR,
67 .start = ETH0_DMA_RX_IRQ,
72 .start = ETH0_DMA_TX_IRQ,
77 .start = ETH0_RX_DMA_ADDR,
82 .start = ETH0_TX_DMA_ADDR,
109 .start = (8 + 4 * 32 + CF_GPIO_NUM), /* 149 */
199 .start = INTEG0_BASE_ADDR,
272 cf_slot0_res[0].start = in plat_setup_devices()
274 cf_slot0_res[0].end = cf_slot0_res[0].start + 0x1000; in plat_setup_devices()
278 nand_slot0_res[0].start in plat_setup_devices()
[all...]
/kernel/linux/linux-6.6/arch/mips/sni/
H A Dpcimt.c95 .start = 0x70,
100 .start = 8,
114 .start = 0x00000000UL,
122 .start = 0x00,
127 .start = 0x40,
132 .start = 0x60,
137 .start = 0x80,
142 .start = 0xc0,
147 .start = 0xcfc,
160 .start
[all...]
H A Dpcit.c63 .start = 0x70,
68 .start = 8,
86 .start = 0x00000000UL,
94 .start = 0x00,
99 .start = 0x40,
104 .start = 0x60,
109 .start = 0x80,
114 .start = 0xc0,
119 .start = 0xcf8,
124 .start
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dvdso.c191 static unsigned long vdso_addr(unsigned long start, unsigned long len) in vdso_addr() argument
196 * Round up the start address. It can start out unaligned as a result in vdso_addr()
197 * of stack start randomization. in vdso_addr()
199 start = PAGE_ALIGN(start); in vdso_addr()
202 end = (start + len + PMD_SIZE - 1) & PMD_MASK; in vdso_addr()
207 if (end > start) { in vdso_addr()
208 offset = get_random_u32_below(((end - start) >> PAGE_SHIFT) + 1); in vdso_addr()
209 addr = start in vdso_addr()
237 vdso_setup_pages(void *start, void *end) vdso_setup_pages() argument
[all...]
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dbitmap.c26 u32 mask, start, len, n; in hfsplus_block_allocate() local
39 start = size; in hfsplus_block_allocate()
84 start = size; in hfsplus_block_allocate()
94 start = size; in hfsplus_block_allocate()
98 start = offset + (curr - pptr) * 32 + i; in hfsplus_block_allocate()
99 if (start >= size) { in hfsplus_block_allocate()
103 /* do any partial u32 at the start */ in hfsplus_block_allocate()
104 len = min(size - start, len); in hfsplus_block_allocate()
135 start = size; in hfsplus_block_allocate()
155 *max = offset + (curr - pptr) * 32 + i - start; in hfsplus_block_allocate()
[all...]
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dbitmap.c26 u32 mask, start, len, n; in hfsplus_block_allocate() local
39 start = size; in hfsplus_block_allocate()
84 start = size; in hfsplus_block_allocate()
94 start = size; in hfsplus_block_allocate()
98 start = offset + (curr - pptr) * 32 + i; in hfsplus_block_allocate()
99 if (start >= size) { in hfsplus_block_allocate()
103 /* do any partial u32 at the start */ in hfsplus_block_allocate()
104 len = min(size - start, len); in hfsplus_block_allocate()
135 start = size; in hfsplus_block_allocate()
155 *max = offset + (curr - pptr) * 32 + i - start; in hfsplus_block_allocate()
[all...]
/third_party/ffmpeg/libavformat/
H A Drsd.c58 int i, ret, version, start = 0x800; in rsd_read_header() local
112 start = avio_rl32(pb); in rsd_read_header()
121 start = avio_rl32(pb); in rsd_read_header()
143 start = avio_rl32(pb); in rsd_read_header()
147 if (start < 0) in rsd_read_header()
153 if (remaining >= start && remaining - start <= INT_MAX) in rsd_read_header()
159 st->duration = av_get_audio_frame_duration2(par, remaining - start); in rsd_read_header()
162 st->duration = (remaining - start) / (8 * par->ch_layout.nb_channels) * 14; in rsd_read_header()
166 st->duration = (remaining - start) / in rsd_read_header()
[all...]

Completed in 19 milliseconds

1...<<41424344454647484950>>...772