Home
last modified time | relevance | path

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

12

/openbmc/linux/rust/kernel/sync/
H A 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> { impl
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> { implementation
H A 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()
/openbmc/openpower-hw-diags/test/
H A Dtest-pll-unlock.cpp72 "Guard": false, in TEST()
145 "Guard": false, in TEST()
151 "Guard": false, in TEST()
205 "Guard": true, in TEST()
211 "Guard": false, in TEST()
277 "Guard": true, in TEST()
283 "Guard": false, in TEST()
289 "Guard": false, in TEST()
349 "Guard": true, in TEST()
355 "Guard": false, in TEST()
H A Dtest-resolution.cpp184 "Guard": true, in TEST()
258 "Guard": true, in TEST()
266 "Guard": true, in TEST()
274 "Guard": true, in TEST()
346 "Guard": true, in TEST()
353 "Guard": true, in TEST()
361 "Guard": false, in TEST()
H A Dtest-lpc-timeout.cpp115 "Guard": false, in TEST()
H A Dtest-tod-step-check-fault.cpp101 "Guard": false, in TEST()
/openbmc/docs/designs/
H A Dguard-on-bmc.md1 # Guard on BMC
18 **Guard**: Guarding the system against failures by permanently isolating faulty
21 **Guard Records**: A file in the persistent storage with the list of permanently
42 is named as Guard Record. The guard record will be deleted after a repair action
89 #### Guard Manager
91 Guard manager is for providing the external interfaces for managing the guard
95 - Create Guard: Create guard record for a DIMM or Processor core Inputs: -
98 - Delete Guard: Delete an existing guard record Deleting the guard record D-Bus
103 - List Guard: List all the guarded components.
108 #### Guard Entry
[all …]
H A Derror-log-handling-for-phal.md23 Error data includes register data, targets to [guard][2] and callout. Guard
113 Inventory strings for the targets to Callout/Guard/Deconfig need to be added to
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-gnupg_0.5.2.bb1 SUMMARY = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVW10.interface.yaml15 Guard data.
/openbmc/openbmc/meta-openpower/recipes-bsp/guard/
H A Dguard_git.bb2 SUMMARY = "Guard the faulty components"
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/
H A D0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch4 Subject: [PATCH] Guard against __GLIBC_PREREQ for musl libc
/openbmc/openbmc/meta-security/recipes-kernel/lkrg/
H A Dlkrg-module_0.9.7.bb1 SUMMARY = "Linux Kernel Runtime Guard"
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/
H A Ddracut_056.bb13 file://0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch \
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL/
H A DEntry.interface.yaml40 - name: Guard
/openbmc/openbmc/poky/meta/recipes-support/gnupg/
H A Dgnupg_2.4.5.bb1 SUMMARY = "GNU Privacy Guard - encryption and signing tools (2.x)"
/openbmc/qemu/docs/system/i386/
H A Dsgx.rst1 Software Guard eXtensions (SGX)
7 Intel Software Guard eXtensions (SGX) is a set of instructions and mechanisms
/openbmc/linux/Documentation/arch/arm/
H A Dmemory.rst51 ffc00000 ffc7ffff Guard region
/openbmc/linux/arch/x86/kvm/
H A DKconfig91 bool "Software Guard eXtensions (SGX) Virtualization"
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dspecial-register-buffer-data-sampling.rst88 Software Guard Extensions (Intel SGX) enclaves. On logical processors that
/openbmc/linux/Documentation/admin-guide/media/
H A Dbttv-cardlist.rst430 - Grand X-Guard / Trust 814PCI
H A 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
/openbmc/linux/Documentation/arch/x86/
H A Dsgx.rst4 Software Guard eXtensions (SGX)
10 Software Guard eXtensions (SGX) hardware enables for user space applications
/openbmc/qemu/qapi/
H A Dmisc-target.json316 # Information about intel Safe Guard eXtension (SGX) support
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-definition.md101 | Guard | Description |

12