/qemu/util/ |
H A D | qemu-timer.c | 53 QEMUClockType type; member 87 static inline QEMUClock *qemu_clock_ptr(QEMUClockType type) in qemu_clock_ptr() 97 QEMUTimerList *timerlist_new(QEMUClockType type, in timerlist_new() 124 static void qemu_clock_init(QEMUClockType type, QEMUTimerListNotifyCB *notify_cb) in qemu_clock_init() 137 bool qemu_clock_use_for_deadline(QEMUClockType type) in qemu_clock_use_for_deadline() 142 void qemu_clock_notify(QEMUClockType type) in qemu_clock_notify() 158 void qemu_clock_enable(QEMUClockType type, bool enabled) in qemu_clock_enable() 178 bool qemu_clock_has_timers(QEMUClockType type) in qemu_clock_has_timers() 202 bool qemu_clock_expired(QEMUClockType type) in qemu_clock_expired() 251 int64_t qemu_clock_deadline_ns_all(QEMUClockType type, int attr_mask) in qemu_clock_deadline_ns_all() [all …]
|
H A D | module.c | 34 module_init_type type; member 63 static ModuleTypeList *find_type(module_init_type type) in find_type() 70 void register_module_init(void (*fn)(void), module_init_type type) in register_module_init() 84 void register_dso_module_init(void (*fn)(void), module_init_type type) in register_dso_module_init() 97 void module_call_init(module_init_type type) in module_call_init() 319 int module_load_qom(const char *type, Error **errp) in module_load_qom() 402 int module_load_qom(const char *type, Error **errp) { return 2; } in module_load_qom()
|
H A D | getauxval.c | 84 unsigned long qemu_getauxval(unsigned long type) in qemu_getauxval() 105 unsigned long qemu_getauxval(unsigned long type) in qemu_getauxval() 117 unsigned long qemu_getauxval(unsigned long type) in qemu_getauxval()
|
/qemu/scripts/ |
H A D | cocci-macro-file.h | 40 #define typeof_field(type, field) typeof(((type *)0)->field) argument 45 #define QLIST_HEAD(name, type) \ argument 53 #define QLIST_ENTRY(type) \ argument 62 #define QSLIST_HEAD(name, type) \ argument 70 #define QSLIST_ENTRY(type) \ argument 78 #define QSIMPLEQ_HEAD(name, type) \ argument 87 #define QSIMPLEQ_ENTRY(type) \ argument 95 #define QTAILQ_HEAD(name, type) \ argument 104 #define QTAILQ_ENTRY(type) \ argument
|
/qemu/tests/tcg/arm/ |
H A D | hello-arm.c | 12 #define __syscall_return(type, res) \ argument 17 #define _syscall0(type,name) \ argument 27 #define _syscall1(type,name,type1,arg1) \ argument 40 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 55 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 71 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 88 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
|
/qemu/include/qemu/ |
H A D | coroutine-tls.h | 92 #define QEMU_DECLARE_CO_TLS(type, var) \ argument 118 #define QEMU_DEFINE_CO_TLS(type, var) \ argument 153 #define QEMU_DEFINE_STATIC_CO_TLS(type, var) \ argument
|
H A D | timer.h | 116 static inline int64_t qemu_clock_get_ms(QEMUClockType type) in qemu_clock_get_ms() 130 static inline int64_t qemu_clock_get_us(QEMUClockType type) in qemu_clock_get_us() 430 static inline void timer_init(QEMUTimer *ts, QEMUClockType type, int scale, in timer_init() 447 static inline void timer_init_ns(QEMUTimer *ts, QEMUClockType type, in timer_init_ns() 464 static inline void timer_init_us(QEMUTimer *ts, QEMUClockType type, in timer_init_us() 481 static inline void timer_init_ms(QEMUTimer *ts, QEMUClockType type, in timer_init_ms() 515 QEMUClockType type, in timer_new_full() 539 static inline QEMUTimer *timer_new(QEMUClockType type, int scale, in timer_new() 559 static inline QEMUTimer *timer_new_ns(QEMUClockType type, QEMUTimerCB *cb, in timer_new_ns() 579 static inline QEMUTimer *timer_new_us(QEMUClockType type, QEMUTimerCB *cb, in timer_new_us() [all …]
|
/qemu/hw/core/ |
H A D | resettable.c | 42 void resettable_reset(Object *obj, ResetType type) in resettable_reset() 49 void resettable_assert_reset(Object *obj, ResetType type) in resettable_assert_reset() 63 void resettable_release_reset(Object *obj, ResetType type) in resettable_release_reset() 89 void *opaque, ResetType type) in resettable_child_foreach() 96 static void resettable_phase_enter(Object *obj, void *opaque, ResetType type) in resettable_phase_enter() 143 static void resettable_phase_hold(Object *obj, void *opaque, ResetType type) in resettable_phase_hold() 168 static void resettable_phase_exit(Object *obj, void *opaque, ResetType type) in resettable_phase_exit()
|
/qemu/hw/net/rocker/ |
H A D | rocker_tlv.h | 132 uint32_t type = rocker_tlv_type(tlv); in rocker_tlv_parse() local 152 int type, const struct iovec *iov, in rocker_tlv_put_iov() 168 int type, int len, void *data) in rocker_tlv_put() 179 int type, uint8_t value) in rocker_tlv_put_u8() 185 int type, uint16_t value) in rocker_tlv_put_u16() 191 int type, uint32_t value) in rocker_tlv_put_u32() 197 int type, uint64_t value) in rocker_tlv_put_u64() 203 int type, uint16_t value) in rocker_tlv_put_le16() 210 int type, uint32_t value) in rocker_tlv_put_le32() 217 int type, uint64_t value) in rocker_tlv_put_le64() [all …]
|
/qemu/tcg/tci/ |
H A D | tcg-target-has.h | 18 #define TCG_TARGET_extract_valid(type, ofs, len) 1 argument 19 #define TCG_TARGET_sextract_valid(type, ofs, len) 1 argument 20 #define TCG_TARGET_deposit_valid(type, ofs, len) 1 argument
|
/qemu/tests/tcg/multiarch/ |
H A D | test-plugin-mem-access.c | 27 #define PRINT_EXPECTED(function, type, value, action) \ argument 34 #define DEFINE_STORE(name, type, value) \ argument 47 #define DEFINE_ATOMIC_OP(name, type, value) \ argument 62 #define DEFINE_LOAD(name, type, value) \ argument
|
/qemu/crypto/ |
H A D | afalg.c | 20 qcrypto_afalg_build_saddr(const char *type, const char *name, in qcrypto_afalg_build_saddr() 44 qcrypto_afalg_socket_bind(const char *type, const char *name, in qcrypto_afalg_socket_bind() 70 qcrypto_afalg_comm_alloc(const char *type, const char *name, in qcrypto_afalg_comm_alloc()
|
/qemu/tcg/mips/ |
H A D | tcg-target-has.h | 52 #define TCG_TARGET_extract_valid(type, ofs, len) use_mips32r2_instructions argument 53 #define TCG_TARGET_deposit_valid(type, ofs, len) use_mips32r2_instructions argument 56 tcg_target_sextract_valid(TCGType type, unsigned ofs, unsigned len) in tcg_target_sextract_valid()
|
/qemu/accel/tcg/ |
H A D | backend-ldst.h | 23 #define tcg_req_mo(guest_mo, type) \ argument 34 #define cpu_req_mo(cpu, type) \ argument
|
/qemu/include/qapi/ |
H A D | clone-visitor.h | 33 #define QAPI_CLONE(type, src) \ argument 52 #define QAPI_CLONE_MEMBERS(type, dst, src) \ argument
|
/qemu/hw/xen/ |
H A D | xen-bus.c | 30 const char *type = object_get_typename(OBJECT(xendev)); in xen_device_get_backend_path() local 45 const char *type = object_get_typename(OBJECT(xendev)); in xen_device_get_frontend_path() local 60 const char *type = object_get_typename(OBJECT(xendev)); in xen_device_unplug() local 116 static void xen_bus_backend_create(XenBus *xenbus, const char *type, in xen_bus_backend_create() 187 static void xen_bus_type_enumerate(XenBus *xenbus, const char *type) in xen_bus_type_enumerate() 236 char **type; in xen_bus_enumerate() local 255 const char *type = object_get_typename(OBJECT(xendev)); in xen_bus_device_cleanup() local 321 const char **type; in xen_bus_realize() local 448 const char *type = object_get_typename(OBJECT(xendev)); in xen_device_backend_set_state() local 468 const char *type = object_get_typename(OBJECT(xendev)); in xen_device_backend_set_online() local [all …]
|
/qemu/docs/system/i386/ |
H A D | nitro-enclave.rst | 34 Machine-specific options 45 Running a nitro-enclave VM
|
/qemu/hw/smbios/ |
H A D | smbios_legacy.c | 26 uint8_t type; member 31 uint8_t type; member 56 static void smbios_add_field(int type, int offset, const void *data, size_t len) in smbios_add_field() 79 static void smbios_maybe_add_str(int type, int offset, const char *data) in smbios_maybe_add_str()
|
/qemu/block/ |
H A D | accounting.c | 106 int64_t bytes, enum BlockAcctType type) in block_acct_start() 159 int block_latency_histogram_set(BlockAcctStats *stats, enum BlockAcctType type, in block_latency_histogram_set() 254 void block_acct_invalid(BlockAcctStats *stats, enum BlockAcctType type) in block_acct_invalid() 271 void block_acct_merge_done(BlockAcctStats *stats, enum BlockAcctType type, in block_acct_merge_done() 287 enum BlockAcctType type) in block_acct_queue_depth()
|
/qemu/tcg/sparc64/ |
H A D | tcg-target-has.h | 15 #define TCG_TARGET_extract_valid(type, ofs, len) \ argument 20 #define TCG_TARGET_deposit_valid(type, ofs, len) 0 argument
|
/qemu/ui/ |
H A D | clipboard.c | 123 uint32_t type; in qemu_clipboard_update() local 178 uint32_t type; in qemu_clipboard_info_unref() local 196 QemuClipboardType type) in qemu_clipboard_request() 233 QemuClipboardType type, in qemu_clipboard_set_data()
|
/qemu/hw/i386/ |
H A D | e820_memory_layout.c | 17 void e820_add_entry(uint64_t address, uint64_t length, uint32_t type) in e820_add_entry() 40 bool e820_get_entry(int idx, uint32_t type, uint64_t *address, uint64_t *length) in e820_get_entry()
|
/qemu/include/qobject/ |
H A D | qobject.h | 39 QType type; member 70 #define qobject_to(type, obj) \ argument 135 static inline QObject *qobject_check_type(const QObject *obj, QType type) in qobject_check_type()
|
/qemu/tcg/ |
H A D | tcg-op-vec.c | 62 TCGType type, unsigned vece) in tcg_can_emit_vecop_list() 144 void vec_gen_2(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r, TCGArg a) in vec_gen_2() 153 void vec_gen_3(TCGOpcode opc, TCGType type, unsigned vece, in vec_gen_3() 164 void vec_gen_4(TCGOpcode opc, TCGType type, unsigned vece, in vec_gen_4() 176 void vec_gen_6(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r, in vec_gen_6() 194 TCGType type = rt->base_type; in vec_gen_op2() local 207 TCGType type = rt->base_type; in vec_gen_op3() local 232 TCGType type = rt->base_type; in tcg_gen_dup_i64_vec() local 252 TCGType type = rt->base_type; in tcg_gen_dup_i32_vec() local 263 TCGType type = rt->base_type; in tcg_gen_dup_mem_vec() local [all …]
|
/qemu/include/hw/xen/interface/io/ |
H A D | fbif.h | 29 uint8_t type; /* XENFB_TYPE_UPDATE */ member 44 uint8_t type; /* XENFB_TYPE_RESIZE */ member 56 uint8_t type; member 82 uint8_t type; /* XENFB_TYPE_UPDATE_PERIOD */ member 91 uint8_t type; member
|