| /kernel/linux/linux-6.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)
|
| /kernel/linux/linux-5.10/arch/arm64/mm/ |
| D | cache.S | 20 * Ensure that the I and D caches are coherent within specified region. 33 * Ensure that the I and D caches are coherent within specified region. 75 * Ensure that the I cache is invalid within specified region. 102 * Ensure that any D-cache lines for the interval [kaddr, kaddr+size) 116 * Ensure that any D-cache lines for the interval [kaddr, kaddr+size) 134 * Ensure that any D-cache lines for the interval [kaddr, kaddr+size) 174 * Ensure that any D-cache lines for the interval [kaddr, kaddr+size) 197 * Ensure that any D-cache lines for the interval [kaddr, kaddr+size)
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.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 356 * 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, \
|
| /kernel/linux/linux-5.10/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 261 * flush_icache_user_range is used when we want to ensure that the 268 * Perform necessary cache operations to ensure that data previously 274 * Perform necessary cache operations to ensure that the TLB will 331 * data, we need to do a full cache flush to ensure that writebacks 357 * 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, \
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.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.
|
| /kernel/linux/linux-5.10/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 96 * Caller must ensure the page is locked and the spin_lock protecting balloon 113 * Caller must ensure the page is locked and the spin_lock protecting balloon 186 * Caller must ensure the page is private and protect the list. 198 * Caller must ensure the page is private and protect the list.
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
| D | tsx.c | 32 * Ensure TSX support is not enumerated in CPUID. in tsx_disable() 33 * This is visible to userspace and will ensure they in tsx_disable() 52 * Ensure TSX support is enumerated in CPUID. in tsx_enable() 53 * This is visible to userspace and will ensure they in tsx_enable()
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
| D | sleep-s3c2410.S | 34 ldr r7, [r4] @ get REFRESH (and ensure in TLB) 35 ldr r8, [r5] @ get MISCCR (and ensure in TLB) 36 ldr r9, [r6] @ get CLKCON (and ensure in TLB)
|
| /kernel/linux/linux-6.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.
|
| /kernel/linux/linux-5.10/drivers/staging/mt7621-dts/ |
| D | TODO | 2 - ensure all usage matches code 3 - ensure all features used are documented
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | test_global_map_resize.c | 34 /* at least one extern is included, to ensure that a specific 56 /* see above; ensure this is not optimized out */ in bss_array_sum() 74 /* see above; ensure this is not optimized out */ in data_array_sum()
|
| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-5.10/Documentation/arm/samsung-s3c24xx/ |
| D | usb-host.rst | 45 The OHCI driver does not ensure the state of the S3C2410's MISCCTRL 47 the board support file's responsibility to ensure that the second 79 ensure this is called correctly.
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/00basic/ |
| D | snapshot.tc | 15 echo "Ensure keep tracing off" 24 echo "Ensure keep tracing on"
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/00basic/ |
| D | snapshot.tc | 15 echo "Ensure keep tracing off" 24 echo "Ensure keep tracing on"
|