Home
last modified time | relevance | path

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

12345678910>>...133

/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)
/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, \
/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
/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
/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
/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()
/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
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-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)
/linux-5.10/drivers/staging/mt7621-dts/
DTODO2 - ensure all usage matches code
3 - ensure all features used are documented
/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.
/linux-5.10/tools/testing/selftests/ftrace/test.d/00basic/
Dsnapshot.tc15 echo "Ensure keep tracing off"
24 echo "Ensure keep tracing on"
/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()
/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
/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.
/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()
/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
/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()
/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
/linux-5.10/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
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-5.10/drivers/clk/qcom/
Dgdsc.c131 * Add a short delay here to ensure that an enable in gdsc_toggle_logic()
259 * enabled. Delay to account for this. A delay is also needed to ensure in gdsc_enable()
275 * We wait 1us before returning to ensure the firmware in gdsc_enable()
467 * need to set up the infrastructure to be able to ensure that the GPU can
468 * ensure that the GX is off during this super special case. We do this by
474 * power up normally but during power down this will ensure that the GX domain
/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.
/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>>...133