Home
last modified time | relevance | path

Searched full:moved (Results 1 – 25 of 993) sorted by relevance

12345678910>>...40

/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu_v12_0_ppsmc.h57 #define PPSMC_MSG_SetDisplayCount 0x18 // Moved to VBIOS
65 #define PPSMC_MSG_SetHardMinDcfclkByFreq 0x20 // Moved to VBIOS
69 #define PPSMC_MSG_SetMinDeepSleepDcfclk 0x24 // Moved to VBIOS
71 #define PPSMC_MSG_SetPhyclkVoltageByFreq 0x26 // Moved to VBIOS
72 #define PPSMC_MSG_SetDppclkVoltageByFreq 0x27 // Moved to VBIOS and is SetDppclkFreq
87 #define PPSMC_MSG_UpdatePmeRestore 0x36 // Moved to VBIOS
91 #define PPSMC_MSG_EnableTmdp48MHzRefclkPwrDown 0x3A // Moved to VBIOS
/linux/drivers/gpu/drm/i915/
H A DTODO.txt13 That doesn't make sense given hw and gpu apis moved away from this model years
26 should be moved to dma_fence, drm/scheduler or atomic commit helpers. Or
31 - i915_utils.h needs to be moved to the right places.
35 - i915_mm.c should be moved to the right places. Some of the helpers also look a
41 probably be moved to tasklet headers.
/linux/Documentation/mm/
H A Dpage_migration.rst44 move pages when a task is moved to another cpuset (See
46 Cpusets allow the automation of process locality. If a task is moved to
47 a new cpuset then also all its pages are moved with it so that the
49 of processes in a cpuset are moved if the allowed memory nodes of a
87 migrate_pages() does several passes over its list of folios. A folio is moved
146 18. The new page is moved to the LRU and can be scanned by the swapper,
/linux/sound/soc/sof/
H A Dsof-pci-dev.c25 MODULE_PARM_DESC(fw_path, "deprecated - moved to snd-sof module.");
29 MODULE_PARM_DESC(fw_filename, "deprecated - moved to snd-sof module.");
33 MODULE_PARM_DESC(lib_path, "deprecated - moved to snd-sof module.");
37 MODULE_PARM_DESC(tplg_path, "deprecated - moved to snd-sof module.");
41 MODULE_PARM_DESC(tplg_filename, "deprecated - moved to snd-sof module.");
49 MODULE_PARM_DESC(ipc_type, "deprecated - moved to snd-sof module.");
H A Dsof-acpi-dev.c27 MODULE_PARM_DESC(fw_path, "deprecated - moved to snd-sof module.");
31 MODULE_PARM_DESC(tplg_path, "deprecated - moved to snd-sof module.");
/linux/arch/x86/virt/vmx/tdx/
H A Dseamcall.S13 * @fn (RDI) - SEAMCALL Leaf number, moved to RAX
32 * @fn (RDI) - SEAMCALL Leaf number, moved to RAX
51 * @fn (RDI) - SEAMCALL Leaf number, moved to RAX
/linux/arch/x86/coco/tdx/
H A Dtdcall.S18 * @fn (RDI) - TDCALL Leaf ID, moved to RAX
36 * @fn (RDI) - TDCALL Leaf ID, moved to RAX
54 * @fn (RDI) - TDCALL leaf ID, moved to RAX
/linux/include/uapi/linux/
H A Dinotify.h36 #define IN_MOVED_FROM 0x00000040 /* File was moved from X */
37 #define IN_MOVED_TO 0x00000080 /* File was moved to Y */
41 #define IN_MOVE_SELF 0x00000800 /* Self was moved */
/linux/Documentation/scsi/
H A DChangeLog.lpfc34 * Moved clearing of host_scribble inside host_lock in IO
156 moved to rport, hostdata renamed dd_data, add fc_remote_host()
196 * Following timeout handlers moved to the lpfc worker thread:
216 * Moved discovery timeout handler to worker thread. There are
230 * Moved out a couple of GFP_ATOMICs in lpfc_disc_timeout, to
237 * ELS ring (any slow ring) moved from the lpfc_sli_inter() into a
246 * Moved locks deeper in order to change GFP_ATOMIC to GFP_KERNEL.
266 * Moved lock from around of lpfc_work_done to lpfc_work_done
289 * Renamed discovery thread to lpfc_worker thread. Moved handling
314 moved to offline state and block all the I/Os. The fix for this
[all …]
/linux/tools/perf/pmu-events/arch/x86/elkhartlake/
H A Dfrontend.json56 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t…
65 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t…
74 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t…
/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Dfrontend.json56 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t…
65 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t…
74 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t…
/linux/include/linux/
H A Dfsnotify.h251 * fsnotify_move - file old_name at old_dir was moved to new_name at new_dir
256 struct dentry *moved) in fsnotify_move() argument
258 struct inode *source = moved->d_inode; in fsnotify_move()
263 const struct qstr *new_name = &moved->d_name; in fsnotify_move()
272 fsnotify_name(rename_mask, moved, FSNOTIFY_EVENT_DENTRY, in fsnotify_move()
283 audit_inode_child(new_dir, moved, AUDIT_TYPE_CHILD_CREATE); in fsnotify_move()
/linux/include/uapi/linux/netfilter/
H A Dxt_limit.h19 unsigned long prev; /* moved to xt_limit_priv */
20 __u32 credit; /* moved to xt_limit_priv */
/linux/mm/
H A Dmremap.c125 * in userspace the ptes were moved. in move_soft_dirty_pte()
277 * have a few 4kB-only pages that get moved down, and then in move_normal_pmd()
297 * moved". in move_normal_pmd()
361 * moved". in move_normal_pud()
501 bool moved = false; in move_pgt_entry() local
509 moved = move_normal_pmd(vma, old_addr, new_addr, old_entry, in move_pgt_entry()
513 moved = move_normal_pud(vma, old_addr, new_addr, old_entry, in move_pgt_entry()
517 moved = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && in move_pgt_entry()
522 moved = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && in move_pgt_entry()
535 return moved; in move_pgt_entry()
[all …]
/linux/Documentation/RCU/
H A Drculist_nulls.rst88 "If the object is moved from one list to another list in-between the
90 object has moved to the end of a new list, the traversal will not
151 the beginning. If the object was moved to the same chain,
184 // We probably met an item that was moved to another chain.
/linux/arch/m68k/include/asm/
H A Dsun3_pgalloc.h3 * reorganization around 2.3.39, routines moved from sun3_pgtable.h
8 * moved 1/26/2000 Sam Creasey
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c183 vm_bo->moved = true; in amdgpu_vm_bo_evicted()
192 * amdgpu_vm_bo_moved - vm_bo is moved
194 * @vm_bo: vm_bo which is moved
196 * State for per VM BOs which are moved, but that change is not yet reflected
202 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_moved()
219 vm_bo->moved = false; in amdgpu_vm_bo_idle()
247 vm_bo->moved = true; in amdgpu_vm_bo_evicted_user()
301 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
305 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
307 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_reset_state_machine()
[all …]
/linux/tools/testing/selftests/exec/
H A Dexecveat.c321 rename("execveat.ephemeral", "execveat.moved"); in run_tests()
324 unlink("execveat.moved"); /* remove the file now fd open */ in run_tests()
379 rename("script.ephemeral", "script.moved"); in run_tests()
382 unlink("script.moved"); /* remove the file while fd open */ in run_tests()
386 rename("subdir.ephemeral", "subdir.moved"); in run_tests()
390 unlink("subdir.moved/script"); in run_tests()
391 unlink("subdir.moved"); in run_tests()
H A DMakefile24 EXTRA_CLEAN := $(OUTPUT)/subdir.moved $(OUTPUT)/execveat.moved $(OUTPUT)/xxxxx* \
/linux/drivers/gpu/drm/xe/
H A Dxe_bo_doc.h106 * and before next use need to be moved to a valid placement and rebound.
120 * When BOs are moved, every mapping (VMA) of the BO needs to rebound before
122 * the BO is moved. This is safe because of the VM locking structure (TODO: link
132 * suspend must be moved to sysmem in order for their contents to be saved.
/linux/tools/perf/pmu-events/arch/x86/alderlaken/
H A Dfrontend.json16 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t…
25 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t…
/linux/arch/parisc/lib/
H A Ddelay.c50 * It is possible that we moved to another CPU, and in __cr16_delay()
53 * least" the amount of time. Being moved to another in __cr16_delay()
/linux/fs/notify/fanotify/
H A Dfanotify.c612 struct dentry *moved, in fanotify_alloc_name_event() argument
619 struct inode *dir2 = moved ? d_inode(moved->d_parent) : NULL; in fanotify_alloc_name_event()
620 const struct qstr *name2 = moved ? &moved->d_name : NULL; in fanotify_alloc_name_event()
735 struct dentry *moved = NULL; in fanotify_alloc_event() local
777 * 'moved' has the new parent+name. in fanotify_alloc_event()
800 moved = fsnotify_data_dentry(data, data_type); in fanotify_alloc_event()
824 } else if (name_event && (file_name || moved || child)) { in fanotify_alloc_event()
826 moved, &hash, gfp); in fanotify_alloc_event()
/linux/net/batman-adv/
H A Dbitarray.c32 * Return: true if the window was moved (either new or very old),
33 * false if the window was not moved/shifted.
/linux/drivers/md/dm-vdo/indexer/
H A Dgeometry.c53 * chapter it was moved to.
185 * ... expire an extra chapter when expiring the moved chapter to free physical in uds_chapters_to_expire()
193 * freed by expiring the moved chapter. in uds_chapters_to_expire()

12345678910>>...40