/linux-6.8/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
D | smu_v12_0_ppsmc.h | 57 #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-6.8/drivers/gpu/drm/i915/ |
D | TODO.txt | 13 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-6.8/Documentation/mm/ |
D | page_migration.rst | 44 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 pages. A page is moved 146 18. The new page is moved to the LRU and can be scanned by the swapper,
|
/linux-6.8/arch/x86/coco/tdx/ |
D | tdcall.S | 18 * @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-6.8/arch/x86/virt/vmx/tdx/ |
D | seamcall.S | 13 * @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-6.8/include/linux/ |
D | fsnotify.h | 176 * fsnotify_move - file old_name at old_dir was moved to new_name at new_dir 181 struct dentry *moved) in fsnotify_move() argument 183 struct inode *source = moved->d_inode; in fsnotify_move() 188 const struct qstr *new_name = &moved->d_name; in fsnotify_move() 197 fsnotify_name(rename_mask, moved, FSNOTIFY_EVENT_DENTRY, in fsnotify_move() 208 audit_inode_child(new_dir, moved, AUDIT_TYPE_CHILD_CREATE); in fsnotify_move()
|
/linux-6.8/tools/perf/pmu-events/arch/x86/elkhartlake/ |
D | frontend.json | 49 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t… 57 …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…
|
/linux-6.8/tools/perf/pmu-events/arch/x86/snowridgex/ |
D | frontend.json | 49 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t… 57 …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…
|
/linux-6.8/include/uapi/linux/ |
D | inotify.h | 36 #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 */
|
D | fanotify.h | 14 #define FAN_MOVED_FROM 0x00000040 /* File was moved from X */ 15 #define FAN_MOVED_TO 0x00000080 /* File was moved to Y */ 19 #define FAN_MOVE_SELF 0x00000800 /* Self was moved */
|
/linux-6.8/include/uapi/linux/netfilter/ |
D | xt_limit.h | 19 unsigned long prev; /* moved to xt_limit_priv */ 20 __u32 credit; /* moved to xt_limit_priv */
|
/linux-6.8/Documentation/scsi/ |
D | ChangeLog.lpfc | 34 * 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-6.8/tools/testing/selftests/exec/ |
D | execveat.c | 294 rename("execveat.ephemeral", "execveat.moved"); in run_tests() 297 unlink("execveat.moved"); /* remove the file now fd open */ in run_tests() 352 rename("script.ephemeral", "script.moved"); in run_tests() 355 unlink("script.moved"); /* remove the file while fd open */ in run_tests() 359 rename("subdir.ephemeral", "subdir.moved"); in run_tests() 363 unlink("subdir.moved/script"); in run_tests() 364 unlink("subdir.moved"); in run_tests()
|
D | Makefile | 15 EXTRA_CLEAN := $(OUTPUT)/subdir.moved $(OUTPUT)/execveat.moved $(OUTPUT)/xxxxx* \
|
/linux-6.8/Documentation/RCU/ |
D | rculist_nulls.rst | 88 "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-6.8/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 3 * reorganization around 2.3.39, routines moved from sun3_pgtable.h 8 * moved 1/26/2000 Sam Creasey
|
/linux-6.8/arch/powerpc/lib/ |
D | test-code-patching.c | 215 /* Simple case, branch to self moved a little */ in test_translate_branch() 250 /* Jump to x + 16 MB moved to x + 20 MB */ in test_translate_branch() 261 /* Jump to x + 16 MB moved to x - 16 MB + 4 */ in test_translate_branch() 275 /* Simple case, branch to self moved a little */ in test_translate_branch() 310 /* Jump to x + 12 KB moved to x + 20 KB */ in test_translate_branch() 321 /* Jump to x + 8 KB moved to x - 8 KB + 4 */ in test_translate_branch()
|
/linux-6.8/tools/perf/pmu-events/arch/x86/alderlaken/ |
D | frontend.json | 14 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t… 22 …quential code crosses the cache line boundary, or when a branch target is moved to a new line or t…
|
/linux-6.8/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.c | 182 vm_bo->moved = true; in amdgpu_vm_bo_evicted() 191 * amdgpu_vm_bo_moved - vm_bo is moved 193 * @vm_bo: vm_bo which is moved 195 * State for per VM BOs which are moved, but that change is not yet reflected 201 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_moved() 218 vm_bo->moved = false; in amdgpu_vm_bo_idle() 284 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine() 288 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine() 290 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_reset_state_machine() 797 /* vm_flush_needed after updating moved PDEs */ in amdgpu_vm_update_pdes() [all …]
|
/linux-6.8/drivers/gpu/drm/xe/ |
D | xe_bo_doc.h | 106 * 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.
|
D | xe_gt_types.h | 230 * moved by worker which processes faults. 235 * moved by G2H handler. 256 * moved by worker which processes faults. 261 * moved by G2H handler.
|
/linux-6.8/arch/parisc/lib/ |
D | delay.c | 50 * 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-6.8/fs/notify/fanotify/ |
D | fanotify.c | 595 struct dentry *moved, in fanotify_alloc_name_event() argument 602 struct inode *dir2 = moved ? d_inode(moved->d_parent) : NULL; in fanotify_alloc_name_event() 603 const struct qstr *name2 = moved ? &moved->d_name : NULL; in fanotify_alloc_name_event() 718 struct dentry *moved = NULL; in fanotify_alloc_event() local 760 * 'moved' has the new parent+name. in fanotify_alloc_event() 783 moved = fsnotify_data_dentry(data, data_type); in fanotify_alloc_event() 807 } else if (name_event && (file_name || moved || child)) { in fanotify_alloc_event() 809 moved, &hash, gfp); in fanotify_alloc_event()
|
/linux-6.8/net/batman-adv/ |
D | bitarray.c | 32 * Return: true if the window was moved (either new or very old), 33 * false if the window was not moved/shifted.
|
/linux-6.8/mm/ |
D | mremap.c | 125 * in userspace the ptes were moved. in move_soft_dirty_pte() 255 * have a few 4kB-only pages that get moved down, and then in move_normal_pmd() 455 bool moved = false; in move_pgt_entry() local 463 moved = move_normal_pmd(vma, old_addr, new_addr, old_entry, in move_pgt_entry() 467 moved = move_normal_pud(vma, old_addr, new_addr, old_entry, in move_pgt_entry() 471 moved = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && in move_pgt_entry() 476 moved = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && in move_pgt_entry() 489 return moved; in move_pgt_entry() 689 * Advise KSM to break any KSM pages in the area to be moved: in move_vma() 764 /* Tell pfnmap has moved from this vma */ in move_vma() [all …]
|