Searched defs:_prop (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | qdev-properties.h | 78 #define DEFINE_PROP(_name, _state, _field, _prop, _type, ...) { \ argument 86 #define DEFINE_PROP_SIGNED(_name, _state, _field, _defval, _prop, _type) \ argument 91 #define DEFINE_PROP_SIGNED_NODEFAULT(_name, _state, _field, _prop, _type) \ argument 100 #define DEFINE_PROP_UNSIGNED(_name, _state, _field, _defval, _prop, _type) \ argument 105 #define DEFINE_PROP_UNSIGNED_NODEFAULT(_name, _state, _field, _prop, _type) \ argument
|
/openbmc/phosphor-fan-presence/control/ |
H A D | functor.hpp | 182 const char* _prop; member 286 const char* _prop; member
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 83 #define ISA_EXT_DATA_ENTRY(_name, _min_ver, _prop) \ argument 1229 #define MULTI_EXT_CFG_BOOL(_name, _prop, _defval) \ argument
|
H A D | cpu.h | 77 #define CPU_CFG_OFFSET(_prop) offsetof(struct RISCVCPUConfig, _prop) argument
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 289 #define KVM_EXT_CFG(_name, _prop, _reg_id) \ argument
|