Home
last modified time | relevance | path

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

12345678910>>...38

/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/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.");
/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/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
54 * @fn (RDI) - SEAMCALL Leaf number, 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/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/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/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/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/kernel/sched/
H A Dext_internal.h274 * Decision made here isn't final. @p may be moved to any CPU while it
373 * - being moved from another CPU
433 * - being moved to another CPU
639 * @cgroup_prep_move: Prepare a task to be moved to a different cgroup
640 * @p: task being moved
641 * @from: cgroup @p is being moved from
642 * @to: cgroup @p is being moved to
655 * @p: task being moved
656 * @from: cgroup @p is being moved from
657 * @to: cgroup @p is being moved to
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c154 vm_bo->moved = true; in amdgpu_vm_bo_evicted()
164 * amdgpu_vm_bo_moved - vm_bo is moved
166 * @vm_bo: vm_bo which is moved
168 * State for per VM BOs which are moved, but that change is not yet reflected
175 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_moved()
193 vm_bo->moved = false; in amdgpu_vm_bo_idle()
221 vm_bo->moved = true; in amdgpu_vm_bo_evicted_user()
279 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
284 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
286 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/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/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/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/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()
/linux/mm/
H A Dmremap.c38 MREMAP_NO_RESIZE, /* old_len == new_len, if not moved, do nothing. */
163 * in userspace the ptes were moved. in move_soft_dirty_pte()
369 * have a few 4kB-only pages that get moved down, and then in move_normal_pmd()
595 bool moved = false; in move_pgt_entry() local
604 moved = move_normal_pmd(pmc, old_entry, new_entry); in move_pgt_entry()
607 moved = move_normal_pud(pmc, old_entry, new_entry); in move_pgt_entry()
610 moved = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && in move_pgt_entry()
615 moved = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && in move_pgt_entry()
627 return moved; in move_pgt_entry()
776 * tables moved so far.
[all …]
/linux/fs/xfs/scrub/
H A Dagb_bitmap.c39 * For the 101st btree record, we've moved onto leaf block 2. Now
45 * For the 201st record, we've moved on to leaf block 3.
/linux/tools/testing/selftests/mm/
H A Dmremap_dontunmap.c112 // Validate that the pages have been moved, we know they were moved if in mremap_dontunmap_simple()
161 // Validate that the pages have been moved, we know they were moved if in mremap_dontunmap_simple_shmem()
/linux/drivers/mtd/ubi/
H A Dwl.c34 * in a physical eraseblock, it has to be moved. Technically this is the same
43 * eraseblock is protected from being moved for some "time". For this reason,
44 * the physical eraseblock is not directly moved from the @wl->free tree to the
107 * When a physical eraseblock is moved, the WL sub-system has to pick the target
409 * be protected from being moved for some time. in wl_get_wle()
508 * and should be moved to the used tree.
697 * protected from being moved. They will be moved to the
784 * which is being moved was unmapped.
838 * The LEB has not been moved because the volume is
895 /* The PEB has been successfully moved */
[all …]

12345678910>>...38