Home
last modified time | relevance | path

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

/linux-6.6.21/rust/kernel/sync/
Dlock.rs118 pub fn lock(&self) -> Guard<'_, T, B> { in lock()
123 unsafe { Guard::new(self, state) } in lock()
133 pub struct Guard<'a, T: ?Sized, B: Backend> { struct
140 unsafe impl<T: Sync + ?Sized, B: Backend> Sync for Guard<'_, T, B> {} implementation
142 impl<T: ?Sized, B: Backend> Guard<'_, T, B> { implementation
155 impl<T: ?Sized, B: Backend> core::ops::Deref for Guard<'_, T, B> { implementation
164 impl<T: ?Sized, B: Backend> core::ops::DerefMut for Guard<'_, T, B> { implementation
171 impl<T: ?Sized, B: Backend> Drop for Guard<'_, T, B> { implementation
178 impl<'a, T: ?Sized, B: Backend> Guard<'a, T, B> { impl
Dcondvar.rs8 use super::{lock::Backend, lock::Guard, LockClassKey};
106 fn wait_internal<T: ?Sized, B: Backend>(&self, wait_state: u32, guard: &mut Guard<'_, T, B>) { in wait_internal()
133 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait()
142 pub fn wait_uninterruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait_uninterruptible()
/linux-6.6.21/Documentation/arch/arm/
Dmemory.rst51 ffc00000 ffc7ffff Guard region
/linux-6.6.21/arch/x86/kvm/
DKconfig91 bool "Software Guard eXtensions (SGX) Virtualization"
/linux-6.6.21/Documentation/admin-guide/hw-vuln/
Dspecial-register-buffer-data-sampling.rst88 Software Guard Extensions (Intel SGX) enclaves. On logical processors that
/linux-6.6.21/Documentation/admin-guide/media/
Dbttv-cardlist.rst430 - Grand X-Guard / Trust 814PCI
Dvivid.rst717 - Insert Video Guard Band
719 adds 4 columns of pixels with the HDMI Video Guard Band code at the
722 to the HDMI Video Guard Band code that precedes each active video line
724 receiver has correct HDMI Video Guard Band processing, enable this
727 have the same value as the Video Guard Band that precedes them.
728 Receivers that will just keep skipping Video Guard Band values will
Ddvb_intro.rst131 # T Frequency Bandwidth FEC FEC2 QAM Mode Guard Hier
/linux-6.6.21/Documentation/arch/x86/
Dsgx.rst4 Software Guard eXtensions (SGX)
10 Software Guard eXtensions (SGX) hardware enables for user space applications
/linux-6.6.21/include/linux/
Dpage-flags.h1013 PAGE_TYPE_OPS(Guard, guard, guard)
/linux-6.6.21/tools/arch/x86/kcpuid/
Dcpuid.csv159 7, 0, EBX, 2, sgx, Software Guard Extensions
/linux-6.6.21/tools/memory-model/Documentation/
Dordering.txt523 o Guard all accesses to a given variable by a particular lock,
/linux-6.6.21/drivers/scsi/aic7xxx/
Daic7xxx.seq172 * Guard against a bus free after (re)selection
885 /* Guard against overruns */
Daic79xx.seq1542 * Guard against SG_CACHE_AVAIL activating during sg fetch
/linux-6.6.21/arch/x86/
DKconfig1907 bool "Software Guard eXtensions (SGX)"
1915 Intel(R) Software Guard eXtensions (SGX) is a set of CPU instructions