Searched defs:_prop (Results 1 – 4 of 4) sorted by relevance
| /qemu/include/hw/ |
| A D | qdev-properties.h | 67 #define DEFINE_PROP(_name, _state, _field, _prop, _type, ...) { \ argument 75 #define DEFINE_PROP_SIGNED(_name, _state, _field, _defval, _prop, _type) \ argument 80 #define DEFINE_PROP_SIGNED_NODEFAULT(_name, _state, _field, _prop, _type) \ argument 89 #define DEFINE_PROP_UNSIGNED(_name, _state, _field, _defval, _prop, _type) \ argument 94 #define DEFINE_PROP_UNSIGNED_NODEFAULT(_name, _state, _field, _prop, _type) \ argument
|
| /qemu/target/riscv/ |
| A D | cpu.c | 77 #define ISA_EXT_DATA_ENTRY(_name, _min_ver, _prop) \ argument 1468 #define MULTI_EXT_CFG_BOOL(_name, _prop, _defval) \ argument
|
| A D | cpu.h | 82 #define CPU_CFG_OFFSET(_prop) offsetof(struct RISCVCPUConfig, _prop) argument
|
| /qemu/target/riscv/kvm/ |
| A D | kvm-cpu.c | 270 #define KVM_EXT_CFG(_name, _prop, _reg_id) \ argument
|
Completed in 22 milliseconds