Home
last modified time | relevance | path

Searched refs:guarded (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/scripts/
H A Dclean-header-guards.pl40 my %guarded = ();
181 if (exists $guarded{$guard}) {
182 gripe($fname, "guard $guard also used by $guarded{$guard}");
184 $guarded{$guard} = $fname;
/openbmc/docs/designs/
H A Dguard-on-bmc.md31 them out of service. The list of faulty but guarded components can be stored in
96 Inventory path of the DIMM or Processor core to be guarded.
103 - List Guard: List all the guarded components.
131 - Resolved: Status of guarded hardware
133 - Used to indicate whether guarded hardware is repaired or replaced.
136 system platforms guarded hardware records may not be deleted and used for
172 "Enabled": "False" <--- guarded a CPU1
/openbmc/linux/lib/
H A DKconfig.kfence33 allocations will be guarded by KFENCE. May be overridden via boot
40 int "Number of guarded objects available"
44 The number of guarded objects available. For each KFENCE object, 2
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/
H A D0002-Fix-gcc-build-problem.patch23 // Turn off clang unsafe buffer warnings as all accessed are guarded by runtime checks
55 // Turn off clang unsafe buffer warnings as all accessed are guarded by runtime checks
H A D0001-Fix-initialization-in-test-1140.patch26 +// Turn off clang unsafe buffer warnings as all accessed are guarded by runtime checks
52 +// Turn off clang unsafe buffer warnings as all accessed are guarded by runtime checks
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset/
H A D0001-fbset-including-asm-types.h-is-needed-on-all-linux-s.patch8 define should not be guarded by __GLIBC__ but by __linux__
/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/files/
H A DOpenBMC.priv8 carefully guarded.
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dinternal.rst261 Other parts of the packet transport layer are guarded independently. State
264 are guarded by their own lock.
271 set. Access to it in these functions is guarded by ``READ_ONCE()``, whereas
272 setting ``ptl`` is equally guarded with ``WRITE_ONCE()`` for symmetry.
445 Other parts of the request transport layer are guarded independently. State
448 are guarded by their own lock.
558 event (un-)registration is guarded by its own lock.
560 Access to the controller state is guarded by the state lock. This lock is a
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.hpp70 guarded = 0x01000000 enumerator
H A Dsrc.cpp761 _hexData[3] & static_cast<uint32_t>(ErrorStatusFlags::guarded)), in getJSON()
1389 setErrorStatusFlag(ErrorStatusFlags::guarded); in addJSONCallout()
H A Dpel.cpp616 return (*src)->getErrorStatusFlag(SRC::ErrorStatusFlags::guarded); in getGuardFlag()
/openbmc/linux/Documentation/dev-tools/
H A Dkfence.rst40 guarded by KFENCE. The default is configurable via the Kconfig option
58 255), the number of available guarded objects can be controlled. Each object
244 SLUB) returns a guarded allocation from the KFENCE object pool (allocation
/openbmc/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst38 If split lock is disabled, all tables are guarded by mm->page_table_lock.
/openbmc/linux/drivers/acpi/
H A Dec.c575 bool guarded; in acpi_ec_guard_event() local
590 guarded = ec_event_clearing == ACPI_EC_EVT_TIMING_EVENT && in acpi_ec_guard_event()
594 return guarded; in acpi_ec_guard_event()
/openbmc/qemu/include/hw/core/
H A Dcpu.h262 bool guarded; member
/openbmc/ipmitool/lib/
H A Dipmi_sol.c685 uint8_t guarded) in ipmi_sol_set_param() argument
690 int bGuarded = guarded; /* Use set-in-progress indicator? */ in ipmi_sol_set_param()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvi.c.inc124 * tracked. zicfilp introduces sw guarded branch as well. sw guarded
125 * branch are not tracked. rs1 == xT2 is a sw guarded branch.
/openbmc/linux/Documentation/process/
H A Dmaintainer-soc.rst105 * Add duplicate defines in the devicetree file guarded by an #ifndef section,
/openbmc/qemu/target/arm/
H A Dptw.c2123 result->f.extra.arm.guarded = extract64(attrs, 50, 1); /* GP */ in get_phys_addr_lpae()
3346 s1_guarded = result->f.extra.arm.guarded; in get_phys_addr_twostage()
3399 result->f.extra.arm.guarded = s1_guarded; in get_phys_addr_twostage()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-oneplus-common.dtsi74 * The rmtfs_mem needs to be guarded due to "XPU limitations"
/openbmc/libpldm/docs/checklists/
H A Dchanges.md180 - [ ] I've guarded the test cases of functions marked `LIBPLDM_ABI_TESTING` so
/openbmc/qemu/docs/devel/
H A Drcu.rst193 Note that a ``goto`` out of the guarded block will also drop the lock.
/openbmc/u-boot/doc/
H A DREADME.armada-secureboot197 should be carefully guarded.
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c1893 return full->extra.arm.guarded; in is_guarded_page()
/openbmc/linux/arch/riscv/
H A DKconfig311 systems. Selecting any of the options guarded by NONPORTABLE will

12