Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/
H A Dptrace.h26 #define predicate(x) (x & 0xf0000000) macro
/openbmc/slpd-lite/
H A Dslp.hpp49 std::string predicate; member
/openbmc/qemu/target/riscv/
H A Dgdbstub.c260 riscv_csr_predicate_fn predicate; in riscv_gen_dynamic_csr_feature() local
H A Dcpu.h905 riscv_csr_predicate_fn predicate; member
/openbmc/qemu/hw/acpi/
H A Daml-build.c1098 Aml *aml_if(Aml *predicate) in aml_if()
1113 Aml *aml_while(Aml *predicate) in aml_while()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp544 std::function<bool(const std::string&)> predicate) in findFruPathByInterface()