Home
last modified time | relevance | path

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

12345678910>>...139

/kernel/linux/linux-5.10/arch/arm64/mm/
Dcache.S20 * 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-5.10/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
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 …]
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, \
/kernel/linux/linux-5.10/include/linux/
Dballoon_compaction.h18 * 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.
Dprime_numbers.h17 * @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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dtsx.c32 * 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-5.10/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
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Dsleep-s3c2410.S34 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-5.10/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 …]
/kernel/linux/linux-5.10/drivers/staging/mt7621-dts/
DTODO2 - ensure all usage matches code
3 - ensure all features used are documented
/kernel/linux/linux-5.10/Documentation/arm/samsung-s3c24xx/
Dusb-host.rst45 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/
Dsnapshot.tc15 echo "Ensure keep tracing off"
24 echo "Ensure keep tracing on"
/kernel/linux/linux-5.10/arch/arm/vfp/
Dvfpmodule.c96 * 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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/powerpc/net/
Dbpf_jit64.h15 * 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.
/kernel/linux/linux-5.10/arch/riscv/kernel/
Dpatch.c60 * ensure that it was safe between each cores. in patch_insn_write()
64 * does not ensure text_mutex is held by the calling thread. That's in patch_insn_write()
141 * Instead, ensure the lock is held before calling stop_machine(), and in patch_text()
/kernel/linux/linux-5.10/include/crypto/
Dxts.h21 /* 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()
/kernel/linux/linux-5.10/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
90 * original state, i.e. the pointer to pt_regs, to ensure that the
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/falcon/
Dv1.c48 * 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()
/kernel/linux/linux-5.10/arch/arm/kernel/
Dreboot.c47 /* Push out any further dirty data, and ensure cache is empty */ in __soft_restart()
130 * provide a HW restart implementation, to ensure that all CPUs reset at once.
132 * doesn't have to co-ordinate with other CPUs to ensure they aren't still
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dcacheflush.h40 * Ensure coherency between the I-cache and the D-cache in the
53 * Ensure coherency between the I-cache and the D-cache in the
60 * Ensure that the data held in page is written back.
/kernel/linux/linux-5.10/include/asm-generic/
Dmmiowb.h8 * If your architecture doesn't ensure that writes to an I/O peripheral
15 * 2. Ensure your I/O write accessors call mmiowb_set_pending()
/kernel/linux/linux-5.10/arch/microblaze/kernel/
Dmisc.S37 mts rtlbhi, r0 /* flush: ensure V is clear */
59 mts rtlbhi, r0 /* flush: ensure V is clear */

12345678910>>...139