Home
last modified time | relevance | path

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

12345678910>>...36

/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/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/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/include/linux/
H A Dfsnotify.h247 * fsnotify_move - file old_name at old_dir was moved to new_name at new_dir
252 struct dentry *moved) in fsnotify_move() argument
254 struct inode *source = moved->d_inode; in fsnotify_move()
259 const struct qstr *new_name = &moved->d_name; in fsnotify_move()
261 .moved = moved, in fsnotify_move()
283 audit_inode_child(new_dir, moved, AUDIT_TYPE_CHILD_CREATE);
/linux/tools/testing/selftests/sched_ext/
H A Dpeek_dsq.bpf.c84 int moved = 0; in scan_dsq_pool() local
98 if (!moved && scx_bpf_dsq_move_to_local(dsq_id, 0)) { in scan_dsq_pool()
99 moved = 1; in scan_dsq_pool()
104 return moved; in scan_dsq_pool()
/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.c145 INIT_LIST_HEAD(&lists->moved);
209 vm_bo->moved = true;
214 * amdgpu_vm_bo_moved - vm_bo is moved
216 * @vm_bo: vm_bo which is moved
218 * State for vm_bo objects meaning the underlying BO was moved but the new in amdgpu_vm_bo_invalidated()
232 vm_bo->moved = false;
235 vm_bo->moved = true; in amdgpu_vm_bo_evicted_user()
236 list_move(&vm_bo->vm_status, &lists->moved); in amdgpu_vm_bo_evicted_user()
255 vm_bo->moved = false; in amdgpu_vm_bo_relocated()
273 * PD and set the moved fla in amdgpu_vm_bo_done()
[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/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.c635 struct dentry *moved, in fanotify_alloc_name_event()
642 struct inode *dir2 = moved ? d_inode(moved->d_parent) : NULL; in fanotify_alloc_name_event()
643 const struct qstr *name2 = moved ? &moved->d_name : NULL; in fanotify_alloc_name_event()
759 struct dentry *moved = NULL; in fanotify_alloc_event()
801 * 'moved' has the new parent+name. in fanotify_alloc_event()
824 moved = fsnotify_data_dentry(data, data_type); in fanotify_alloc_event()
857 } else if (name_event && (file_name || moved || child)) { in fanotify_alloc_event()
859 moved, in fanotify_alloc_event()
637 fanotify_alloc_name_event(struct inode * dir,__kernel_fsid_t * fsid,const struct qstr * name,struct inode * child,struct dentry * moved,unsigned int * hash,gfp_t gfp) fanotify_alloc_name_event() argument
761 struct dentry *moved = NULL; fanotify_alloc_event() local
[all...]
/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/kernel/sched/
H A Dext_internal.h
/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 …]
/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/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/
H A Difu.json93 …"PublicDescription": "The thread moved from an active state to an inactive state (long-term sleep …
96 …"BriefDescription": "The thread moved from an active state to an inactive state (long-term sleep s…

12345678910>>...36