/Linux-v6.6/arch/arm64/mm/ |
D | cache.S | 20 * Ensure that the I and D caches are coherent within specified region. 48 * Ensure that the I and D caches are coherent within specified region. 64 * Ensure that the I and D caches are coherent within specified region. 87 * Ensure that the I cache is invalid within specified region. 105 * Ensure that any D-cache lines for the interval [start, end) 120 * Ensure that any D-cache lines for the interval [start, end) 138 * Ensure that any D-cache lines for the interval [start, end) 169 * Ensure that any D-cache lines for the interval [start, end) 184 * Ensure that any D-cache lines for the interval [start, end)
|
/Linux-v6.6/mm/kmsan/ |
D | kmsan_test.c | 153 /* Test case: ensure that kmalloc() returns uninitialized memory. */ 166 * Test case: ensure that kmalloc'ed memory becomes initialized after memset(). 180 /* Test case: ensure that kzalloc() returns initialized memory. */ 192 /* Test case: ensure that local variables are uninitialized by default. */ 203 /* Test case: ensure that local variables with initializers are initialized. */ 260 * Test case: ensure that uninitialized values are tracked through function 284 * Test case: ensure kmsan_check_memory() reports an error when checking 333 * Test case: ensure that memset() can initialize a buffer allocated via 353 /* Test case: ensure that use-after-free reporting works. */ 371 * Test case: ensure that uninitialized values are propagated through per-CPU [all …]
|
/Linux-v6.6/arch/arm/include/asm/ |
D | cacheflush.h | 71 * Ensure coherency between the Icache and the Dcache in the 79 * Ensure coherency between the Icache and the Dcache in the 87 * Ensure that the data held in page is written back. 136 * Their sole purpose is to ensure that data held in the cache 155 * Their sole purpose is to ensure that data held in the cache 264 * flush_icache_user_range is used when we want to ensure that the 271 * Perform necessary cache operations to ensure that data previously 277 * Perform necessary cache operations to ensure that the TLB will 328 * data, we need to do a full cache flush to ensure that writebacks 354 * to always ensure proper cache maintenance to update main memory right [all …]
|
D | fncpy.h | 19 * the alignment of functions must be preserved when copying. To ensure this, 23 * function to be copied is defined, and ensure that your allocator for the 66 * Ensure alignment of source and destination addresses, \
|
/Linux-v6.6/drivers/crypto/intel/keembay/ |
D | ocs-aes.c | 358 /* Ensure DMA error interrupts are enabled */ in aes_irq_enable() 379 /* Ensure AES interrupts are disabled */ in aes_irq_enable() 564 /* Ensure interrupts are disabled and pending interrupts cleared. */ in ocs_aes_init() 608 /* Ensure cipher, mode and instruction are valid. */ in ocs_aes_validate_inputs() 642 /* Ensure input length is multiple of block size */ in ocs_aes_validate_inputs() 646 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs() 654 /* Ensure input length is multiple of block size */ in ocs_aes_validate_inputs() 658 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs() 663 /* Ensure IV is present and block size in length */ in ocs_aes_validate_inputs() 670 /* Ensure input length of 1 byte or greater */ in ocs_aes_validate_inputs() [all …]
|
/Linux-v6.6/include/linux/ |
D | balloon_compaction.h | 18 * ensure following these simple rules: 31 * the aforementioned balloon page corner case, as well as to ensure the simple 88 * Caller must ensure the page is locked and the spin_lock protecting balloon 105 * Caller must ensure the page is locked and the spin_lock protecting balloon 162 * Caller must ensure the page is private and protect the list. 174 * Caller must ensure the page is private and protect the list.
|
D | prime_numbers.h | 17 * @max should be less than ULONG_MAX to ensure termination. To begin with 32 * @max should be less than ULONG_MAX, and @from less than @max, to ensure
|
/Linux-v6.6/fs/nfs/ |
D | io.c | 30 * Declare that a buffered read operation is about to start, and ensure 33 * and holds a shared lock on inode->i_rwsem to ensure that the flag 74 * Declare that a buffered read operation is about to start, and ensure 110 * Declare that a direct I/O operation is about to start, and ensure 113 * and holds a shared lock on inode->i_rwsem to ensure that the flag
|
/Linux-v6.6/fs/ceph/ |
D | io.c | 38 * Declare that a buffered read operation is about to start, and ensure 41 * and holds a shared lock on inode->i_rwsem to ensure that the flag 83 * Declare that a buffered write operation is about to start, and ensure 124 * Declare that a direct I/O operation is about to start, and ensure 127 * and holds a shared lock on inode->i_rwsem to ensure that the flag
|
/Linux-v6.6/drivers/iio/accel/ |
D | mma9551_core.c | 211 * Locking is not handled inside the function. Callers should ensure they 236 * Locking is not handled inside the function. Callers should ensure they 261 * Locking is not handled inside the function. Callers should ensure they 286 * Locking is not handled inside the function. Callers should ensure they 320 * Locking is not handled inside the function. Callers should ensure they 347 * Locking is not handled inside the function. Callers should ensure they 380 * Locking is not handled inside the function. Callers should ensure they 419 * Locking is not handled inside the function. Callers should ensure they 458 * Locking is not handled inside the function. Callers should ensure they 493 * Locking is not handled inside the function. Callers should ensure they [all …]
|
/Linux-v6.6/rust/kernel/sync/ |
D | lock.rs | 23 /// - Implementers must ensure that only one thread/CPU may access the protected data once the lock 25 /// - Implementers must also ensure that `relock` uses the same locking method as the original 50 /// Callers must ensure that [`Backend::init`] has been previously called. 65 /// Callers must ensure that `guard_state` comes from a previous call to [`Backend::lock`] (or 68 // SAFETY: The safety requirements ensure that the lock is initialised. in relock() 183 /// The caller must ensure that it owns the lock.
|
/Linux-v6.6/tools/testing/selftests/user_events/ |
D | user_events_selftests.h | 28 /* Ensure tracefs is installed */ in tracefs_enabled() 36 /* Ensure mounted tracefs */ in tracefs_enabled() 78 /* Ensure user_events is installed */ in user_events_enabled()
|
D | abi_test.c | 119 /* Ensure kernel clears bit after disable */ in TEST_F() 125 /* Ensure doesn't change after unreg */ in TEST_F() 160 /* Ensure COW pages get updated after fork */ in TEST_F() 186 /* Ensure child doesn't disable parent */ in TEST_F()
|
/Linux-v6.6/tools/testing/selftests/ftrace/test.d/00basic/ |
D | snapshot.tc | 15 echo "Ensure keep tracing off" 24 echo "Ensure keep tracing on"
|
/Linux-v6.6/arch/arm/mm/ |
D | cache-v4.S | 68 * Ensure coherency between the Icache and the Dcache in the 81 * Ensure coherency between the Icache and the Dcache in the 95 * Ensure no D cache aliasing occurs, either with itself or
|
D | dma.h | 13 * Their sole purpose is to ensure that data held in the cache 24 * Their sole purpose is to ensure that data held in the cache
|
/Linux-v6.6/Documentation/networking/device_drivers/cellular/qualcomm/ |
D | rmnet.rst | 49 ensure 4 byte alignment. 75 ensure 4 byte alignment. 99 ensure 4 byte alignment. 129 ensure 4 byte alignment.
|
/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_interrupts.c | 276 /* ensure register writes go through */ in dpu_core_irq() 301 * under irq_lock and it's the caller's responsibility to ensure that's in dpu_hw_intr_enable_irq_locked() 325 /* ensure register write goes through */ in dpu_hw_intr_enable_irq_locked() 354 * under irq_lock and it's the caller's responsibility to ensure that's in dpu_hw_intr_disable_irq_locked() 374 /* ensure register write goes through */ in dpu_hw_intr_disable_irq_locked() 400 /* ensure register writes go through */ in dpu_clear_irqs() 418 /* ensure register writes go through */ in dpu_disable_all_irqs() 453 /* ensure register writes go through */ in dpu_core_irq_read()
|
/Linux-v6.6/Documentation/admin-guide/ |
D | kernel-per-CPU-kthreads.rst | 159 for example, ensure that at most one runnable kthread is present 163 2. CONFIG_NO_HZ_FULL=y and ensure that the CPU to be de-jittered 199 a. CONFIG_NO_HZ_FULL=y and ensure that the CPU to be 212 b. Ensure that the CPU goes idle frequently, allowing other 309 boosting, for example, if you ensure frequent idle time on all 315 4. Ensure that the CPU never enters the kernel, and, in particular,
|
/Linux-v6.6/arch/x86/kernel/cpu/ |
D | tsx.c | 33 * Ensure TSX support is not enumerated in CPUID. in tsx_disable() 34 * This is visible to userspace and will ensure they in tsx_disable() 53 * Ensure TSX support is enumerated in CPUID. in tsx_enable() 54 * This is visible to userspace and will ensure they in tsx_enable()
|
/Linux-v6.6/arch/riscv/kernel/ |
D | patch.c | 70 * ensure that it was safe between each cores. in __patch_insn_set() 105 * ensure that it was safe between each cores. in __patch_insn_write() 109 * does not ensure text_mutex is held by the calling thread. That's in __patch_insn_write() 254 * Instead, ensure the lock is held before calling stop_machine(), and in patch_text()
|
/Linux-v6.6/arch/powerpc/lib/ |
D | test_emulate_step_exec_instr.S | 34 * parameter (GPR3) is saved additionally to ensure that the resulting 44 * Save LR on stack to ensure that the return address is available 89 * original state, i.e. the pointer to pt_regs, to ensure that the
|
/Linux-v6.6/arch/arm/vfp/ |
D | vfpmodule.c | 96 * Disable VFP to ensure we initialize it first. We must ensure in vfp_thread_flush() 100 * Do this first to ensure that preemption won't overwrite our in vfp_thread_flush() 474 /* ensure we have access to the vfp */ in vfp_pm_resume() 477 /* and disable it to ensure the next usage restores the state */ in vfp_pm_resume() 510 * Ensure that the VFP state stored in 'thread->vfpstate' is up to date 534 /* Ensure that the thread reloads the hardware VFP state on the next use. */ 554 /* Ensure that the saved hwstate is up-to-date. */ in vfp_preserve_user_clear_hwstate() 575 /* Ensure that VFP is disabled. */ in vfp_preserve_user_clear_hwstate() 611 /* Ensure the VFP is enabled. */ in vfp_restore_user_hwstate() 614 /* Ensure FPINST2 is invalid and the exception flag is cleared. */ in vfp_restore_user_hwstate()
|
/Linux-v6.6/rust/kernel/ |
D | types.rs | 59 // SAFETY: The safety requirements for this function ensure that the object is still alive, in borrow() 61 // The safety requirements of `from_foreign` also ensure that the object remains alive for in borrow() 67 // SAFETY: The safety requirements of this function ensure that `ptr` comes from a previous in from_foreign() 276 /// Implementers must ensure that increments to the reference count keep the object alive in memory 279 /// Implementers must also ensure that all instances are reference-counted. (Otherwise they 292 /// Callers must ensure that there was a previous matching increment to the reference count, 335 /// Callers must ensure that the reference count was incremented at least once, and that they
|
/Linux-v6.6/arch/arm/kernel/ |
D | reboot.c | 47 /* Push out any further dirty data, and ensure cache is empty */ in __soft_restart() 128 * provide a HW restart implementation, to ensure that all CPUs reset at once. 130 * doesn't have to co-ordinate with other CPUs to ensure they aren't still
|