/Linux-v5.15/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. 63 * Ensure that the I and D caches are coherent within specified region. 86 * Ensure that the I cache is invalid within specified region. 104 * Ensure that any D-cache lines for the interval [start, end) 118 * Ensure that any D-cache lines for the interval [start, end) 136 * Ensure that any D-cache lines for the interval [start, end) 175 * Ensure that any D-cache lines for the interval [start, end) 198 * Ensure that any D-cache lines for the interval [start, end)
|
/Linux-v5.15/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 329 * data, we need to do a full cache flush to ensure that writebacks 355 * 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-v5.15/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_interrupts.c | 131 /* ensure register writes go through */ in dpu_hw_intr_clear_intr_status_nolock() 202 /* ensure register writes go through */ in dpu_hw_intr_dispatch_irq() 225 * under irq_lock and it's the caller's responsibility to ensure that's in dpu_hw_intr_enable_irq_locked() 245 /* ensure register write goes through */ in dpu_hw_intr_enable_irq_locked() 274 * under irq_lock and it's the caller's responsibility to ensure that's in dpu_hw_intr_disable_irq_locked() 294 /* ensure register write goes through */ in dpu_hw_intr_disable_irq_locked() 319 /* ensure register writes go through */ in dpu_hw_intr_clear_irqs() 338 /* ensure register writes go through */ in dpu_hw_intr_disable_irqs() 369 /* ensure register writes go through */ in dpu_hw_intr_get_interrupt_status()
|
/Linux-v5.15/drivers/crypto/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-v5.15/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.
|
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-v5.15/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-v5.15/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-v5.15/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 317 * Locking is not handled inside the function. Callers should ensure they 344 * Locking is not handled inside the function. Callers should ensure they 374 * Locking is not handled inside the function. Callers should ensure they 413 * Locking is not handled inside the function. Callers should ensure they 452 * Locking is not handled inside the function. Callers should ensure they 487 * Locking is not handled inside the function. Callers should ensure they [all …]
|
/Linux-v5.15/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)
|
/Linux-v5.15/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()
|
/Linux-v5.15/drivers/staging/mt7621-dts/ |
D | TODO | 2 - ensure all usage matches code 3 - ensure all features used are documented
|
/Linux-v5.15/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.
|
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/00basic/ |
D | snapshot.tc | 15 echo "Ensure keep tracing off" 24 echo "Ensure keep tracing on"
|
/Linux-v5.15/arch/powerpc/net/ |
D | bpf_jit64.h | 15 * Ensure the top half (upto local_tmp_var) stays consistent 31 /* stack frame excluding BPF stack, ensure this is quadword aligned */ 69 * so ensure that it isn't in use already.
|
/Linux-v5.15/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() 477 /* ensure we have access to the vfp */ in vfp_pm_resume() 480 /* and disable it to ensure the next usage restores the state */ in vfp_pm_resume() 513 * 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-v5.15/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-v5.15/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-v5.15/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-v5.15/include/crypto/ |
D | xts.h | 21 /* ensure that the AES and tweak key are not identical */ in xts_check_key() 38 /* ensure that the AES and tweak key are not identical */ in xts_verify_key()
|
/Linux-v5.15/arch/arm/kernel/ |
D | reboot.c | 46 /* Push out any further dirty data, and ensure cache is empty */ in __soft_restart() 129 * provide a HW restart implementation, to ensure that all CPUs reset at once. 131 * doesn't have to co-ordinate with other CPUs to ensure they aren't still
|
/Linux-v5.15/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 90 * original state, i.e. the pointer to pt_regs, to ensure that the
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/falcon/ |
D | v1.c | 48 * If size is not a multiple of 4, mask the last work to ensure garbage in nvkm_falcon_v1_load_imem() 81 * If size is not a multiple of 4, mask the last word to ensure garbage in nvkm_falcon_v1_load_emem() 112 * If size is not a multiple of 4, mask the last word to ensure garbage in nvkm_falcon_v1_load_dmem() 137 * If size is not a multiple of 4, mask the last word to ensure garbage in nvkm_falcon_v1_read_emem() 169 * If size is not a multiple of 4, mask the last word to ensure garbage in nvkm_falcon_v1_read_dmem()
|