Home
last modified time | relevance | path

Searched full:ensure (Results 1 – 25 of 4203) sorted by relevance

12345678910>>...169

/linux-6.8/arch/arm64/mm/
Dcache.S20 * 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-6.8/mm/kmsan/
Dkmsan_test.c164 /* Test case: ensure that kmalloc() returns uninitialized memory. */
177 * Test case: ensure that kmalloc'ed memory becomes initialized after memset().
191 /* Test case: ensure that kzalloc() returns initialized memory. */
203 /* Test case: ensure that local variables are uninitialized by default. */
214 /* Test case: ensure that local variables with initializers are initialized. */
271 * Test case: ensure that uninitialized values are tracked through function
295 * Test case: ensure kmsan_check_memory() reports an error when checking
344 * Test case: ensure that memset() can initialize a buffer allocated via
364 /* Test case: ensure that use-after-free reporting works. */
382 * Test case: ensure that uninitialized values are propagated through per-CPU
[all …]
/linux-6.8/arch/arm/include/asm/
Dcacheflush.h71 * 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
356 * to always ensure proper cache maintenance to update main memory right
[all …]
Dfncpy.h19 * 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-6.8/tools/testing/selftests/powerpc/papr_sysparm/
Dpapr_sysparm.c57 // Ensure expected error in get_bad_parameter()
61 // Ensure the buffer is unchanged in get_bad_parameter()
80 // Ensure expected error in check_efault_common()
111 // Ensure expected error in set_hmc0()
133 // Ensure expected error in set_with_ro_fd()
176 .description = "ensure EPERM on attempt to update HMC0",
/linux-6.8/drivers/crypto/intel/keembay/
Docs-aes.c358 /* 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-6.8/include/linux/
Dballoon_compaction.h18 * 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.
/linux-6.8/tools/testing/selftests/user_events/
Dabi_test.c152 /* Ensure kernel clears bit after disable */ in TEST_F()
158 /* Ensure doesn't change after unreg */ in TEST_F()
170 /* Ensure it exists after close and disable */ in TEST_F()
173 /* Ensure we can delete it */ in TEST_F()
180 /* Ensure it does not exist after invalid flags */ in TEST_F()
213 /* Ensure COW pages get updated after fork */ in TEST_F()
239 /* Ensure child doesn't disable parent */ in TEST_F()
Duser_events_selftests.h28 /* Ensure tracefs is installed */ in tracefs_enabled()
36 /* Ensure mounted tracefs */ in tracefs_enabled()
78 /* Ensure user_events is installed */ in user_events_enabled()
/linux-6.8/fs/nfs/
Dio.c30 * 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-6.8/fs/ceph/
Dio.c38 * 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-6.8/drivers/iio/accel/
Dmma9551_core.c211 * 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-6.8/rust/kernel/sync/
Dlock.rs23 /// - 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()
182 /// The caller must ensure that it owns the lock.
/linux-6.8/fs/netfs/
Dlocking.c56 * Declare that a buffered read operation is about to start, and ensure
59 * and holds a shared lock on inode->i_rwsem to ensure that the flag
110 * Declare that a buffered read operation is about to start, and ensure
166 * Declare that a direct I/O operation is about to start, and ensure
169 * and holds a shared lock on inode->i_rwsem to ensure that the flag
/linux-6.8/arch/arm64/kvm/hyp/nvhe/
Dtlb.c24 * - ensure that the page table updates are visible to all in __tlb_switch_to_guest()
74 /* Ensure write of the host VMID */ in __tlb_switch_to_host()
98 * We have to ensure completion of the invalidation at Stage-2, in __kvm_tlb_flush_vmid_ipa()
128 * We have to ensure completion of the invalidation at Stage-2, in __kvm_tlb_flush_vmid_ipa_nsh()
/linux-6.8/tools/testing/selftests/ftrace/test.d/00basic/
Dsnapshot.tc15 echo "Ensure keep tracing off"
24 echo "Ensure keep tracing on"
/linux-6.8/arch/arm/mm/
Dcache-v4.S68 * 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
Ddma.h13 * 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-6.8/tools/testing/selftests/powerpc/papr_vpd/
Dpapr_vpd.c57 /* Ensure EOF */ in dev_papr_vpd_get_handle_all()
289 /* Ensure EOF */ in papr_vpd_system_loc_code()
312 .description = "ensure EINVAL on unterminated location code",
316 .description = "ensure EFAULT on bad handle addr",
332 .description = "ensure re-read yields same results"
/linux-6.8/Documentation/networking/device_drivers/cellular/qualcomm/
Drmnet.rst49 ensure 4 byte alignment.
75 ensure 4 byte alignment.
99 ensure 4 byte alignment.
129 ensure 4 byte alignment.
/linux-6.8/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_interrupts.c291 /* ensure register writes go through */ in dpu_core_irq()
318 * under irq_lock and it's the caller's responsibility to ensure that's in dpu_hw_intr_enable_irq_locked()
342 /* ensure register write goes through */ in dpu_hw_intr_enable_irq_locked()
374 * under irq_lock and it's the caller's responsibility to ensure that's in dpu_hw_intr_disable_irq_locked()
394 /* ensure register write goes through */ in dpu_hw_intr_disable_irq_locked()
421 /* ensure register writes go through */ in dpu_clear_irqs()
439 /* ensure register writes go through */ in dpu_disable_all_irqs()
469 /* ensure register writes go through */ in dpu_core_irq_read()
/linux-6.8/Documentation/admin-guide/
Dkernel-per-CPU-kthreads.rst159 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
305 boosting, for example, if you ensure frequent idle time on all
311 4. Ensure that the CPU never enters the kernel, and, in particular,
/linux-6.8/arch/x86/kernel/cpu/
Dtsx.c33 * 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-6.8/arch/riscv/kernel/
Dpatch.c79 * ensure that it was safe between each cores. in __patch_insn_set()
114 * ensure that it was safe between each cores. in __patch_insn_write()
118 * does not ensure text_mutex is held by the calling thread. That's in __patch_insn_write()
263 * Instead, ensure the lock is held before calling stop_machine(), and in patch_text()
/linux-6.8/arch/powerpc/lib/
Dtest_emulate_step_exec_instr.S34 * 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

12345678910>>...169