Home
last modified time | relevance | path

Searched refs:entry (Results 5276 - 5300 of 7489) sorted by relevance

1...<<211212213214215216217218219220>>...300

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dcik_sdma.c721 * @pe: addr of the page entry
747 * @pe: addr of the page entry
776 * @pe: addr of the page entry
1156 struct amdgpu_iv_entry *entry) in cik_sdma_process_trap_irq()
1160 instance_id = (entry->ring_id & 0x3) >> 0; in cik_sdma_process_trap_irq()
1161 queue_id = (entry->ring_id & 0xc) >> 2; in cik_sdma_process_trap_irq()
1197 struct amdgpu_iv_entry *entry) in cik_sdma_process_illegal_inst_irq()
1202 instance_id = (entry->ring_id & 0x3) >> 0; in cik_sdma_process_illegal_inst_irq()
1154 cik_sdma_process_trap_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) cik_sdma_process_trap_irq() argument
1195 cik_sdma_process_illegal_inst_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) cik_sdma_process_illegal_inst_irq() argument
H A Dvce_v4_0.c1026 struct amdgpu_iv_entry *entry) in vce_v4_0_process_interrupt()
1030 switch (entry->src_data[0]) { in vce_v4_0_process_interrupt()
1034 amdgpu_fence_process(&adev->vce.ring[entry->src_data[0]]); in vce_v4_0_process_interrupt()
1038 entry->src_id, entry->src_data[0]); in vce_v4_0_process_interrupt()
1024 vce_v4_0_process_interrupt(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) vce_v4_0_process_interrupt() argument
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpgtable.h74 * page table entry, taking care of 52-bit addresses.
315 * through an invalid entry). in __check_safe_pte_update()
658 /* Find an entry in the third-level page table. */
671 * Conversion functions: convert a page and protection to a page entry,
672 * and a page entry and page directory to the page they refer to.
721 /* Find an entry in the second-level page table. */
783 /* Find an entry in the first-level page table. */
846 pte_t entry, int dirty);
852 pmd_t entry, int dirty) in pmdp_set_access_flags()
854 return ptep_set_access_flags(vma, address, (pte_t *)pmdp, pmd_pte(entry), dirt in pmdp_set_access_flags()
850 pmdp_set_access_flags(struct vm_area_struct *vma, unsigned long address, pmd_t *pmdp, pmd_t entry, int dirty) pmdp_set_access_flags() argument
1058 arch_swap_restore(swp_entry_t entry, struct folio *folio) arch_swap_restore() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h50 * We do that temporary invalidate for regular pte entry in ptep_set_access_flags
224 /* PMD_SHIFT determines what a second-level page table entry can map */
229 /* PUD_SHIFT determines what a third-level page table entry can map */
234 /* PGDIR_SHIFT determines what a fourth-level page table entry can map */
359 * the entry was young or dirty.
559 * Conversion functions: convert a page and protection to a page entry,
560 * and a page entry and page directory to the page they refer to.
662 /* Encode and de-code a swap entry */
751 pte_t *ptep, pte_t entry, in __ptep_set_access_flags()
756 return radix__ptep_set_access_flags(vma, ptep, entry, in __ptep_set_access_flags()
750 __ptep_set_access_flags(struct vm_area_struct *vma, pte_t *ptep, pte_t entry, unsigned long address, int psize) __ptep_set_access_flags() argument
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
H A Dcore.c373 struct list_head entry; member
389 list_for_each_entry(pe, &stm_pdrv_head, entry) { in __stm_lookup_protocol()
419 list_add_tail(&pe->entry, &stm_pdrv_head); in stm_register_protocol()
439 list_for_each_entry_safe(pe, iter, &stm_pdrv_head, entry) { in stm_unregister_protocol()
441 list_del(&pe->entry); in stm_unregister_protocol()
/kernel/linux/linux-5.10/kernel/
H A Dptrace.c939 unsigned long args[ARRAY_SIZE(info->entry.args)]; in ptrace_get_syscall_info_entry()
943 info->entry.nr = syscall_get_nr(child, regs); in ptrace_get_syscall_info_entry()
946 info->entry.args[i] = args[i]; in ptrace_get_syscall_info_entry()
948 /* args is the last field in struct ptrace_syscall_info.entry */ in ptrace_get_syscall_info_entry()
949 return offsetofend(struct ptrace_syscall_info, entry.args); in ptrace_get_syscall_info_entry()
957 * As struct ptrace_syscall_info.entry is currently a subset in ptrace_get_syscall_info_seccomp()
996 unsigned long actual_size = offsetof(struct ptrace_syscall_info, entry); in ptrace_get_syscall_info()
/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.c363 * only need one entry per worker, as the worker going to sleep in io_queue_worker_create()
455 if (list_empty(&wqe->wait.entry)) { in io_wait_on_hash()
459 list_del_init(&wqe->wait.entry); in io_wait_on_hash()
1120 list_del_init(&wait->entry); in io_wqe_hash_wake()
1173 INIT_LIST_HEAD(&wqe->wait.entry); in io_wq_create()
1260 list_del_init(&wq->wqes[node]->wait.entry); in io_wq_exit_workers()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dntfs_fs.h551 struct ATTR_LIST_ENTRY **entry);
554 struct ATTR_LIST_ENTRY **entry);
682 const void *param, int *diff, struct NTFS_DE **entry,
685 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
688 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-mem.c968 * have no clue on scatter gather list entry size. For Isoc and Int, in cdnsp_endpoint_init()
1029 struct cdnsp_erst_entry *entry; in cdnsp_alloc_erst() local
1044 entry = &erst->entries[val]; in cdnsp_alloc_erst()
1045 entry->seg_addr = cpu_to_le64(seg->dma); in cdnsp_alloc_erst()
1046 entry->seg_size = cpu_to_le32(TRBS_PER_SEGMENT); in cdnsp_alloc_erst()
1047 entry->rsvd = 0; in cdnsp_alloc_erst()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dcik_sdma.c714 * @pe: addr of the page entry
740 * @pe: addr of the page entry
769 * @pe: addr of the page entry
1150 struct amdgpu_iv_entry *entry) in cik_sdma_process_trap_irq()
1154 instance_id = (entry->ring_id & 0x3) >> 0; in cik_sdma_process_trap_irq()
1155 queue_id = (entry->ring_id & 0xc) >> 2; in cik_sdma_process_trap_irq()
1191 struct amdgpu_iv_entry *entry) in cik_sdma_process_illegal_inst_irq()
1196 instance_id = (entry->ring_id & 0x3) >> 0; in cik_sdma_process_illegal_inst_irq()
1148 cik_sdma_process_trap_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) cik_sdma_process_trap_irq() argument
1189 cik_sdma_process_illegal_inst_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) cik_sdma_process_illegal_inst_irq() argument
H A Dvce_v4_0.c1062 struct amdgpu_iv_entry *entry) in vce_v4_0_process_interrupt()
1066 switch (entry->src_data[0]) { in vce_v4_0_process_interrupt()
1070 amdgpu_fence_process(&adev->vce.ring[entry->src_data[0]]); in vce_v4_0_process_interrupt()
1074 entry->src_id, entry->src_data[0]); in vce_v4_0_process_interrupt()
1060 vce_v4_0_process_interrupt(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) vce_v4_0_process_interrupt() argument
/kernel/linux/linux-6.6/io_uring/
H A Dio-wq.c375 * only need one entry per worker, as the worker going to sleep in io_queue_worker_create()
463 if (list_empty(&wq->wait.entry)) { in io_wait_on_hash()
467 list_del_init(&wq->wait.entry); in io_wait_on_hash()
1128 list_del_init(&wait->entry); in io_wq_hash_wake()
1168 INIT_LIST_HEAD(&wq->wait.entry); in io_wq_create()
1245 list_del_init(&wq->wait.entry); in io_wq_exit_workers()
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c23 union buffer_array_entry entry[MAX_NUM_OF_BUFFERS_IN_MLLI]; member
68 * @lbytes: [OUT] Returns the amount of bytes at the last entry
83 /* get the number of bytes in the last entry */ in cc_get_sgl_nents()
135 dev_dbg(dev, "entry[%d]: single_buff=0x%08X size=%08X\n", in cc_render_buff_to_mlli()
143 /*Last entry */ in cc_render_buff_to_mlli()
146 dev_dbg(dev, "entry[%d]: single_buff=0x%08X size=%08X\n", in cc_render_buff_to_mlli()
204 union buffer_array_entry *entry = &sg_data->entry[i]; in cc_generate_mlli() local
208 rc = cc_render_sg_to_mlli(dev, entry->sgl, tot_len, offset, in cc_generate_mlli()
245 sgl_data->entry[inde in cc_add_sg_entry()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.c28 struct list_head entry; member
46 list_add_tail(&tracker->entry, &list->tracker_list_head); in mlx5e_ptp_port_ts_cqe_list_add()
58 list_del(&tracker->entry); in mlx5e_ptp_port_ts_cqe_list_remove()
159 list_for_each_entry_safe(pos, n, &cqe_list->tracker_list_head, entry) { in mlx5e_ptpsq_mark_ts_cqes_undelivered()
171 list_del(&pos->entry); in mlx5e_ptpsq_mark_ts_cqes_undelivered()
/kernel/linux/linux-6.6/drivers/net/pcs/
H A Dpcs-xpcs.c1357 const struct xpcs_id *entry = &xpcs_id_list[i]; in xpcs_create() local
1360 if ((xpcs_id & entry->mask) != entry->id) in xpcs_create()
1363 xpcs->id = entry; in xpcs_create()
1365 compat = xpcs_find_compat(entry, interface); in xpcs_create()
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
H A Dcore.c373 struct list_head entry; member
389 list_for_each_entry(pe, &stm_pdrv_head, entry) { in __stm_lookup_protocol()
419 list_add_tail(&pe->entry, &stm_pdrv_head); in stm_register_protocol()
439 list_for_each_entry_safe(pe, iter, &stm_pdrv_head, entry) { in stm_unregister_protocol()
441 list_del(&pe->entry); in stm_unregister_protocol()
/kernel/linux/linux-6.6/kernel/
H A Dptrace.c941 unsigned long args[ARRAY_SIZE(info->entry.args)]; in ptrace_get_syscall_info_entry()
945 info->entry.nr = syscall_get_nr(child, regs); in ptrace_get_syscall_info_entry()
948 info->entry.args[i] = args[i]; in ptrace_get_syscall_info_entry()
950 /* args is the last field in struct ptrace_syscall_info.entry */ in ptrace_get_syscall_info_entry()
951 return offsetofend(struct ptrace_syscall_info, entry.args); in ptrace_get_syscall_info_entry()
959 * As struct ptrace_syscall_info.entry is currently a subset in ptrace_get_syscall_info_seccomp()
998 unsigned long actual_size = offsetof(struct ptrace_syscall_info, entry); in ptrace_get_syscall_info()
/third_party/ffmpeg/libavcodec/
H A Dpngenc.c352 const AVDictionaryEntry *entry; in png_write_iccp() local
367 entry = av_dict_get(sd->metadata, "name", NULL, 0); in png_write_iccp()
368 name = (entry && entry->value[0]) ? entry->value : "icc"; in png_write_iccp()
/third_party/backends/backend/
H A Ddll.c385 struct dirent *entry; in find_libname_by_drivername() local
387 while ((entry = readdir(backends_dir)) != NULL) { in find_libname_by_drivername()
389 if (strcmp(entry->d_name, ".") != 0 && strcmp(entry->d_name, "..") != 0) { in find_libname_by_drivername()
391 snprintf(full_path, PATH_MAX, "%s/" "%s", dir, entry->d_name); in find_libname_by_drivername()
1182 /* create a new device entry with a device name that is the in sane_get_devices()
1206 /* terminate device list with NULL entry: */ in sane_get_devices()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp60 set_foreach (block->predecessors, entry) { in is_block_reachable()
61 if (is_block_reachable(impl, known_reachable, (nir_block*)entry->key)) in is_block_reachable()
764 nir_foreach_parallel_copy_entry (entry, nir_instr_as_parallel_copy(instr)) { in init_context()
765 regclasses[entry->dest.ssa.index] = regclasses[entry->src.ssa->index]; in init_context()
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js233 const values = ArrayPrototypeMap(this.entries, (entry) =>
234 utilInspect(new ObjectPreview(entry.value), opts));
241 const mappings = ArrayPrototypeMap(this.entries, (entry) => {
242 const key = utilInspect(new ObjectPreview(entry.key), opts);
243 const value = utilInspect(new ObjectPreview(entry.value), opts);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc600 // Every rec. group counts as one type entry. in WriteTo()
802 for (const WasmElemSegment::Entry entry : segment.entries) { in WriteTo()
804 entry.kind == WasmElemSegment::Entry::kGlobalGetEntry in WriteTo()
806 : entry.kind == WasmElemSegment::Entry::kRefFuncEntry in WriteTo()
812 entry.kind == WasmElemSegment::Entry::kRefFuncEntry; in WriteTo()
814 entry.index + (needs_function_offset in WriteTo()
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode.c1220 pan_unpack(cl + i * MALI_RESOURCE_LENGTH, RESOURCE, entry); in pandecode_resource_tables()
1221 DUMP_UNPACKED(RESOURCE, entry, "Entry %u:\n", i); in pandecode_resource_tables()
1224 if (entry.address) in pandecode_resource_tables()
1225 pandecode_resources(entry.address, entry.size); in pandecode_resource_tables()
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc85 Address* entry = *it.entry(); in CopyCanonicalHandlesForTesting() local
87 canonical_handles_->Insert(key, entry); in CopyCanonicalHandlesForTesting()
846 for (auto entry : transition_groups) { in ProcessFeedbackMapsForElementAccess()
847 result->AddGroup(std::move(entry.second)); in ProcessFeedbackMapsForElementAccess()
/third_party/node/deps/v8/src/ast/
H A Dast.cc343 ZoneHashMap::Entry* entry = table.LookupOrInsert(literal, hash); in CalculateEmitStore() local
344 if (entry->value == nullptr) { in CalculateEmitStore()
345 entry->value = property; in CalculateEmitStore()
362 static_cast<ObjectLiteral::Property*>(entry->value)->kind(); in CalculateEmitStore()
369 entry->value = property; in CalculateEmitStore()

Completed in 45 milliseconds

1...<<211212213214215216217218219220>>...300