Home
last modified time | relevance | path

Searched refs:start (Results 1601 - 1625 of 20110) sorted by relevance

1...<<61626364656667686970>>...805

/kernel/linux/linux-6.6/mm/
H A Duserfaultfd.c744 ssize_t mfill_atomic_zeropage(struct mm_struct *dst_mm, unsigned long start, in mfill_atomic_zeropage() argument
747 return mfill_atomic(dst_mm, start, 0, len, mmap_changing, in mfill_atomic_zeropage()
751 ssize_t mfill_atomic_continue(struct mm_struct *dst_mm, unsigned long start, in mfill_atomic_continue() argument
755 return mfill_atomic(dst_mm, start, 0, len, mmap_changing, in mfill_atomic_continue()
759 ssize_t mfill_atomic_poison(struct mm_struct *dst_mm, unsigned long start, in mfill_atomic_poison() argument
763 return mfill_atomic(dst_mm, start, 0, len, mmap_changing, in mfill_atomic_poison()
768 unsigned long start, unsigned long len, bool enable_wp) in uffd_wp_range()
774 VM_WARN_ONCE(start < dst_vma->vm_start || start + len > dst_vma->vm_end, in uffd_wp_range()
790 ret = change_protection(&tlb, dst_vma, start, star in uffd_wp_range()
767 uffd_wp_range(struct vm_area_struct *dst_vma, unsigned long start, unsigned long len, bool enable_wp) uffd_wp_range() argument
796 mwriteprotect_range(struct mm_struct *dst_mm, unsigned long start, unsigned long len, bool enable_wp, atomic_t *mmap_changing) mwriteprotect_range() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmemory-allocator.cc552 Page* page = new (chunk_info->start) Page( in AllocatePage()
571 return new (chunk_info->start) ReadOnlyPage( in AllocateReadOnlyPage()
591 LargePage* page = new (chunk_info->start) LargePage( in AllocateLargePage()
607 const Address start = reinterpret_cast<Address>(chunk); in AllocateUninitializedPageFromPool() local
609 start + in AllocateUninitializedPageFromPool()
611 const Address area_end = start + size; in AllocateUninitializedPageFromPool()
614 VirtualMemory reservation(data_page_allocator(), start, size); in AllocateUninitializedPageFromPool() local
617 ZapBlock(start, size, kZapValue); in AllocateUninitializedPageFromPool()
626 void MemoryAllocator::ZapBlock(Address start, size_t size, in ZapBlock() argument
628 DCHECK(IsAligned(start, kTaggedSiz in ZapBlock()
654 SetPermissionsOnExecutableMemoryChunk(VirtualMemory* vm, Address start, size_t area_size, size_t chunk_size) SetPermissionsOnExecutableMemoryChunk() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp35 // If A contains start(), or "this" contains A.start(), then overlap. in overlaps()
36 IndexType S = start(), E = end(), AS = A.start(), AE = A.end(); in overlaps()
48 if (start() <= A.start()) { in contains()
49 // Treat "None" in the range end as equal to the range start. in contains()
50 IndexType E = (end() != IndexType::None) ? end() : start(); in contains()
51 IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start(); in contains()
60 assert(end() == A.start() || overlap in merge()
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7757.c106 .start = 0xfe002000,
111 .start = evt2irq(0xcc0),
443 .start = 0xff608020,
449 .start = 0xff609000,
455 .start = evt2irq(0x640),
465 .start = 0xff618020,
471 .start = 0xff619000,
477 .start = evt2irq(0x640),
483 .start = evt2irq(0x7c0),
489 .start
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7757.c106 .start = 0xfe002000,
111 .start = evt2irq(0xcc0),
443 .start = 0xff608020,
449 .start = 0xff609000,
455 .start = evt2irq(0x640),
465 .start = 0xff618020,
471 .start = 0xff619000,
477 .start = evt2irq(0x640),
483 .start = evt2irq(0x7c0),
489 .start
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c79 bo->start = bdev->start; in __bo_init()
81 bo->end = bo->start + pgnr_to_size(pgnr); in __bo_init()
140 ia_css_ptr start) in __bo_search_by_addr()
148 if (bo->start > start) { in __bo_search_by_addr()
152 } else if (bo->start < start) { in __bo_search_by_addr()
165 struct rb_root *root, unsigned int start) in __bo_search_by_addr_in_range()
173 if (bo->start > star in __bo_search_by_addr_in_range()
139 __bo_search_by_addr(struct rb_root *root, ia_css_ptr start) __bo_search_by_addr() argument
164 __bo_search_by_addr_in_range( struct rb_root *root, unsigned int start) __bo_search_by_addr_in_range() argument
228 unsigned int start = bo->start; __bo_insert_to_alloc_rbtree() local
1374 unsigned int start, end; hmm_bo_mmap() local
[all...]
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java291 // start after the NUL in FromUnicodeCase()
576 // start after the NUL in ToUnicodeCase()
976 * start of the stream for example U+FEFF (the Unicode BOM/signature
979 * Detects Unicode signature byte sequences at the start of the byte stream
995 byte start[] = { (byte) 0xa5, (byte) 0xa5, (byte) 0xa5, (byte) 0xa5, in detectUnicodeSignature()
999 start[i] = source.get(i); in detectUnicodeSignature()
1003 if (start[0] == (byte) 0xFE && start[1] == (byte) 0xFF) { in detectUnicodeSignature()
1008 } else if (start[0] == (byte) 0xFF && start[ in detectUnicodeSignature()
[all...]
/kernel/linux/linux-5.10/arch/sh/boards/
H A Dboard-sh7785lcr.c37 .start = PLD_LEDCR,
80 .start = NOR_FLASH_ADDR,
102 .start = R8A66597_ADDR,
107 .start = evt2irq(0x240),
127 .start = SM107_MEM_ADDR,
132 .start = SM107_REG_ADDR,
137 .start = evt2irq(0x340),
220 .start = PCA9564_PROTO_32BIT_ADDR,
225 .start = evt2irq(0x380),
233 .start
[all...]
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dpmsa-v8.c161 static int __init pmsav8_setup_ram(unsigned int number, phys_addr_t start,phys_addr_t end) in pmsav8_setup_ram() argument
168 bar = start; in pmsav8_setup_ram()
177 static int __init pmsav8_setup_io(unsigned int number, phys_addr_t start,phys_addr_t end) in pmsav8_setup_io() argument
184 bar = start; in pmsav8_setup_io()
193 static int __init pmsav8_setup_fixed(unsigned int number, phys_addr_t start,phys_addr_t end) in pmsav8_setup_fixed() argument
200 bar = start; in pmsav8_setup_fixed()
222 static int __init pmsav8_setup_vector(unsigned int number, phys_addr_t start,phys_addr_t end) in pmsav8_setup_vector() argument
229 bar = start; in pmsav8_setup_vector()
271 subtract_range(io, ARRAY_SIZE(io), mem[i].start, mem[i].end); in pmsav8_setup()
288 err |= pmsav8_setup_io(region++, io[i].start, i in pmsav8_setup()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dau1550nd.c120 unsigned long addr, staddr, start, mask, end; in find_nand_cs() local
127 start = (staddr << 4) & 0xfffc0000; in find_nand_cs()
129 end = (start | (start - 1)) & ~(start ^ mask); in find_nand_cs()
130 if ((nand_base >= start) && (nand_base < end)) in find_nand_cs()
278 if (request_mem_region(r->start, resource_size(r), "au1550-nand")) { in au1550nd_probe()
284 ctx->base = ioremap(r->start, 0x1000); in au1550nd_probe()
295 /* figure out which CS# r->start belongs to */ in au1550nd_probe()
296 cs = find_nand_cs(r->start); in au1550nd_probe()
[all...]
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dpmsa-v8.c161 static int __init pmsav8_setup_ram(unsigned int number, phys_addr_t start,phys_addr_t end) in pmsav8_setup_ram() argument
168 bar = start; in pmsav8_setup_ram()
177 static int __init pmsav8_setup_io(unsigned int number, phys_addr_t start,phys_addr_t end) in pmsav8_setup_io() argument
184 bar = start; in pmsav8_setup_io()
193 static int __init pmsav8_setup_fixed(unsigned int number, phys_addr_t start,phys_addr_t end) in pmsav8_setup_fixed() argument
200 bar = start; in pmsav8_setup_fixed()
222 static int __init pmsav8_setup_vector(unsigned int number, phys_addr_t start,phys_addr_t end) in pmsav8_setup_vector() argument
229 bar = start; in pmsav8_setup_vector()
271 subtract_range(io, ARRAY_SIZE(io), mem[i].start, mem[i].end); in pmsav8_setup()
288 err |= pmsav8_setup_io(region++, io[i].start, i in pmsav8_setup()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-mv78xx0/
H A Dpcie.c58 u32 start; in mv78xx0_pcie_preinit() local
61 pcie_io_space.start = MV78XX0_PCIE_IO_PHYS_BASE(0); in mv78xx0_pcie_preinit()
73 start = MV78XX0_PCIE_MEM_PHYS_BASE; in mv78xx0_pcie_preinit()
82 pp->res.start = start; in mv78xx0_pcie_preinit()
83 pp->res.end = start + size_each - 1; in mv78xx0_pcie_preinit()
84 start += size_each; in mv78xx0_pcie_preinit()
91 pp->res.start, resource_size(&pp->res)); in mv78xx0_pcie_preinit()
116 realio.start = nr * SZ_64K; in mv78xx0_pcie_setup()
117 realio.end = realio.start in mv78xx0_pcie_setup()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c263 MPC52xx_PCI_IWBTAR_TRANSLATION(res->start, res->start, in mpc52xx_pci_setup()
276 MPC52xx_PCI_IWBTAR_TRANSLATION(res->start, res->start, in mpc52xx_pci_setup()
295 res->start, in mpc52xx_pci_setup()
337 if (res->end > res->start) { /* Only valid resources */ in mpc52xx_pci_fixup_resources()
338 res->end -= res->start; in mpc52xx_pci_fixup_resources()
339 res->start = 0; in mpc52xx_pci_fixup_resources()
350 res->start = res->end = res->flags = 0; in mpc52xx_pci_fixup_resources()
396 pci_regs = ioremap(rsrc.start, resource_siz in mpc52xx_add_bridge()
[all...]
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dsetup.c90 res->name, (unsigned long long) res->start); in add_resource()
108 code_res.start = __pa_symbol(_text); in add_kernel_resources()
112 rodata_res.start = __pa_symbol(__start_rodata); in add_kernel_resources()
116 data_res.start = __pa_symbol(_data); in add_kernel_resources()
120 bss_res.start = __pa_symbol(__bss_start); in add_kernel_resources()
124 kimage_res.start = code_res.start; in add_kernel_resources()
178 elfcorehdr_res.start = elfcorehdr_addr; in init_resources()
190 res->start = __pfn_to_phys(memblock_region_reserved_base_pfn(region)); in init_resources()
197 if (memblock_is_memory(res->start)) { in init_resources()
[all...]
/kernel/linux/linux-6.6/arch/sh/boards/
H A Dboard-sh7785lcr.c37 .start = PLD_LEDCR,
80 .start = NOR_FLASH_ADDR,
102 .start = R8A66597_ADDR,
107 .start = evt2irq(0x240),
127 .start = SM107_MEM_ADDR,
132 .start = SM107_REG_ADDR,
137 .start = evt2irq(0x340),
220 .start = PCA9564_PROTO_32BIT_ADDR,
225 .start = evt2irq(0x380),
233 .start
[all...]
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c53 long long timespec_diff_us(struct timespec start, struct timespec end) in timespec_diff_us() argument
56 if ((end.tv_nsec - start.tv_nsec) < 0) { in timespec_diff_us()
57 temp.tv_sec = end.tv_sec - start.tv_sec - 1; in timespec_diff_us()
58 temp.tv_nsec = 1000000000 + end.tv_nsec - start.tv_nsec; in timespec_diff_us()
60 temp.tv_sec = end.tv_sec - start.tv_sec; in timespec_diff_us()
61 temp.tv_nsec = end.tv_nsec - start.tv_nsec; in timespec_diff_us()
287 struct timespec start, end; in fork_it() local
290 clock_gettime(CLOCK_REALTIME, &start); in fork_it()
293 monitors[num]->start(); in fork_it()
316 timediff = timespec_diff_us(start, en in fork_it()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dau1550nd.c121 unsigned long addr, staddr, start, mask, end; in find_nand_cs() local
128 start = (staddr << 4) & 0xfffc0000; in find_nand_cs()
130 end = (start | (start - 1)) & ~(start ^ mask); in find_nand_cs()
131 if ((nand_base >= start) && (nand_base < end)) in find_nand_cs()
279 if (request_mem_region(r->start, resource_size(r), "au1550-nand")) { in au1550nd_probe()
285 ctx->base = ioremap(r->start, 0x1000); in au1550nd_probe()
296 /* figure out which CS# r->start belongs to */ in au1550nd_probe()
297 cs = find_nand_cs(r->start); in au1550nd_probe()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_discard.c150 xfs_daddr_t start, in xfs_trim_gather_extents()
178 * Look up the extent length requested in the AGF and start with it. in xfs_trim_gather_extents()
243 if (dbno + dlen < start || dbno > end) { in xfs_trim_gather_extents()
295 * we found in the last batch as the key to start the next.
300 xfs_daddr_t start, in xfs_trim_extents()
324 error = xfs_trim_gather_extents(pag, start, end, minlen, in xfs_trim_extents()
372 xfs_daddr_t start, end, minlen; in xfs_ioc_trim() local
401 if (range.start >= XFS_FSB_TO_B(mp, mp->m_sb.sb_dblocks) || in xfs_ioc_trim()
406 start = BTOBB(range.start); in xfs_ioc_trim()
148 xfs_trim_gather_extents( struct xfs_perag *pag, xfs_daddr_t start, xfs_daddr_t end, xfs_daddr_t minlen, struct xfs_alloc_rec_incore *tcur, struct xfs_busy_extents *extents, uint64_t *blocks_trimmed) xfs_trim_gather_extents() argument
298 xfs_trim_extents( struct xfs_perag *pag, xfs_daddr_t start, xfs_daddr_t end, xfs_daddr_t minlen, uint64_t *blocks_trimmed) xfs_trim_extents() argument
[all...]
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c53 long long timespec_diff_us(struct timespec start, struct timespec end) in timespec_diff_us() argument
56 if ((end.tv_nsec - start.tv_nsec) < 0) { in timespec_diff_us()
57 temp.tv_sec = end.tv_sec - start.tv_sec - 1; in timespec_diff_us()
58 temp.tv_nsec = 1000000000 + end.tv_nsec - start.tv_nsec; in timespec_diff_us()
60 temp.tv_sec = end.tv_sec - start.tv_sec; in timespec_diff_us()
61 temp.tv_nsec = end.tv_nsec - start.tv_nsec; in timespec_diff_us()
287 struct timespec start, end; in fork_it() local
290 clock_gettime(CLOCK_REALTIME, &start); in fork_it()
293 monitors[num]->start(); in fork_it()
316 timediff = timespec_diff_us(start, en in fork_it()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DScientificNumberFormatter.java76 * @param beginMarkup the markup to start superscript e.g {@code <sup>}
96 * @param beginMarkup the markup to start superscript e.g {@code <sup>}
137 int start, in append()
141 iterator.setIndex(start); in append()
142 for (int i = start; i < limit; i++) { in append()
230 int start = iterator.getRunStart(NumberFormat.Field.EXPONENT_SIGN); in format()
237 start, in format()
244 start, in format()
253 int start = iterator.getRunStart(NumberFormat.Field.EXPONENT); in format()
258 start, in format()
135 append( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) append() argument
271 copyAsSuperscript( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) copyAsSuperscript() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DScientificNumberFormatter.java71 * @param beginMarkup the markup to start superscript e.g {@code <sup>}
89 * @param beginMarkup the markup to start superscript e.g {@code <sup>}
126 int start, in append()
130 iterator.setIndex(start); in append()
131 for (int i = start; i < limit; i++) { in append()
219 int start = iterator.getRunStart(NumberFormat.Field.EXPONENT_SIGN); in format()
226 start, in format()
233 start, in format()
242 int start = iterator.getRunStart(NumberFormat.Field.EXPONENT); in format()
247 start, in format()
124 append( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) append() argument
260 copyAsSuperscript( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) copyAsSuperscript() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Danytrans.cpp66 * | | - first run (start, limit)
67 * | | - second run (start, limit)
88 * The start of the run, inclusive, valid after next() returns.
90 int32_t start; member in ScriptRunIterator
98 * Constructs a run iterator over the given text from start
101 ScriptRunIterator(const Replaceable& text, int32_t start, int32_t limit);
106 * examine scriptCode, start, and limit.
136 start = limit; in next()
139 if (start == textLimit) { in next()
143 // Move start bac in next()
[all...]
/third_party/node/lib/internal/
H A Dblob.js230 * @param {number} [start]
235 slice(start = 0, end = this[kLength], contentType = '') {
238 if (start < 0) {
239 start = MathMax(this[kLength] + start, 0);
241 start = MathMin(start, this[kLength]);
243 start |= 0;
259 const span = MathMax(end - start, 0);
262 this[kHandle].slice(start, star
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Danytrans.cpp66 * | | - first run (start, limit)
67 * | | - second run (start, limit)
88 * The start of the run, inclusive, valid after next() returns.
90 int32_t start; member in ScriptRunIterator
98 * Constructs a run iterator over the given text from start
101 ScriptRunIterator(const Replaceable& text, int32_t start, int32_t limit);
106 * examine scriptCode, start, and limit.
136 start = limit; in next()
139 if (start == textLimit) { in next()
143 // Move start bac in next()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Danytrans.cpp66 * | | - first run (start, limit)
67 * | | - second run (start, limit)
88 * The start of the run, inclusive, valid after next() returns.
90 int32_t start; member in ScriptRunIterator
98 * Constructs a run iterator over the given text from start
101 ScriptRunIterator(const Replaceable& text, int32_t start, int32_t limit);
106 * examine scriptCode, start, and limit.
136 start = limit; in next()
139 if (start == textLimit) { in next()
143 // Move start bac in next()
[all...]

Completed in 20 milliseconds

1...<<61626364656667686970>>...805