Home
last modified time | relevance | path

Searched refs:Guard (Results 1 – 15 of 15) sorted by relevance

/linux/rust/kernel/sync/
A Dlock.rs124 pub fn lock(&self) -> Guard<'_, T, B> { in lock()
129 unsafe { Guard::new(self, state) } in lock()
139 pub struct Guard<'a, T: ?Sized, B: Backend> { struct
146 unsafe impl<T: Sync + ?Sized, B: Backend> Sync for Guard<'_, T, B> {} implementation
148 impl<T: ?Sized, B: Backend> Guard<'_, T, B> { impls
161 impl<T: ?Sized, B: Backend> core::ops::Deref for Guard<'_, T, B> { implementation
170 impl<T: ?Sized, B: Backend> core::ops::DerefMut for Guard<'_, T, B> { implementation
177 impl<T: ?Sized, B: Backend> Drop for Guard<'_, T, B> { implementation
184 impl<'a, T: ?Sized, B: Backend> Guard<'a, T, B> { impls
A Dcondvar.rs8 use super::{lock::Backend, lock::Guard, LockClassKey};
119 guard: &mut Guard<'_, T, B>, in wait_internal()
147 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait()
158 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible()
171 guard: &mut Guard<'_, T, B>, in wait_interruptible_timeout()
/linux/Documentation/arch/arm/
A Dmemory.rst51 ffc00000 ffc7ffff Guard region
/linux/Documentation/admin-guide/hw-vuln/
A Dspecial-register-buffer-data-sampling.rst88 Software Guard Extensions (Intel SGX) enclaves. On logical processors that
/linux/Documentation/admin-guide/media/
A Dbttv-cardlist.rst430 - Grand X-Guard / Trust 814PCI
A Dvivid.rst726 - Insert Video Guard Band
728 adds 4 columns of pixels with the HDMI Video Guard Band code at the
731 to the HDMI Video Guard Band code that precedes each active video line
733 receiver has correct HDMI Video Guard Band processing, enable this
736 have the same value as the Video Guard Band that precedes them.
737 Receivers that will just keep skipping Video Guard Band values will
A Ddvb_intro.rst131 # T Frequency Bandwidth FEC FEC2 QAM Mode Guard Hier
/linux/arch/x86/kvm/
A DKconfig118 bool "Software Guard eXtensions (SGX) Virtualization"
/linux/Documentation/arch/x86/
A Dsgx.rst4 Software Guard eXtensions (SGX)
10 Software Guard eXtensions (SGX) hardware enables for user space applications
/linux/include/linux/
A Dpage-flags.h1063 PAGE_TYPE_OPS(Guard, guard, guard) in PAGE_TYPE_OPS()
/linux/tools/memory-model/Documentation/
A Dordering.txt523 o Guard all accesses to a given variable by a particular lock,
/linux/tools/arch/x86/kcpuid/
A Dcpuid.csv191 … 7, 0, ebx, 2, sgx , Intel SGX (Software Guard Extensions)
405 # Intel Software Guard Extensions (SGX) enumeration
/linux/drivers/scsi/aic7xxx/
A Daic7xxx.seq172 * Guard against a bus free after (re)selection
885 /* Guard against overruns */
A Daic79xx.seq1542 * Guard against SG_CACHE_AVAIL activating during sg fetch
/linux/arch/x86/
A DKconfig1935 bool "Software Guard eXtensions (SGX)"
1943 Intel(R) Software Guard eXtensions (SGX) is a set of CPU instructions

Completed in 37 milliseconds