Home
last modified time | relevance | path

Searched defs:id (Results 76 – 100 of 334) sorted by relevance

12345678910>>...14

/qemu/hw/timer/
H A Dexynos4210_pwm.c90 uint32_t id; /* timer id */ member
156 static void exynos4210_pwm_update_freq(Exynos4210PWMState *s, uint32_t id) in exynos4210_pwm_update_freq()
183 uint32_t id = s->id; in exynos4210_pwm_tick() local
H A Da9gtimer.c234 int id = a9_gtimer_get_current_cpu(s); in a9_gtimer_this_read() local
246 int id = a9_gtimer_get_current_cpu(s); in a9_gtimer_this_write() local
/qemu/linux-user/
H A Dthunk.c64 void thunk_register_struct(int id, const char *name, const argtype *types) in thunk_register_struct()
115 void thunk_register_struct_direct(int id, const char *name, in thunk_register_struct_direct()
H A Dflatload.c112 int id; in calc_reloc() local
193 struct lib_info *libinfo, int id, abi_ulong *extra_stack) in load_flat_file()
/qemu/hw/core/
H A Dcpu-common.c37 CPUState *cpu_by_arch_id(int64_t id) in cpu_by_arch_id()
51 bool cpu_exists(int64_t id) in cpu_exists()
/qemu/hw/vfio/
H A Dhelpers.c274 vfio_get_cap(void *ptr, uint32_t cap_offset, uint16_t id) in vfio_get_cap()
288 vfio_get_region_info_cap(struct vfio_region_info *info, uint16_t id) in vfio_get_region_info_cap()
298 vfio_get_device_info_cap(struct vfio_device_info *info, uint16_t id) in vfio_get_device_info_cap()
/qemu/contrib/ivshmem-client/
H A Divshmem-client.h45 int64_t id; /**< the id of the peer */ member
/qemu/include/block/
H A Dexport.h54 char *id; member
/qemu/hw/misc/
H A Darm11scu.c21 int id; in mpcore_scu_read() local
/qemu/include/hw/timer/
H A Dbcm2835_systmr.h23 unsigned id; member
/qemu/qom/
H A Dobject_interfaces.c77 Object *user_creatable_add_type(const char *type, const char *id, in user_creatable_add_type()
321 bool user_creatable_del(const char *id, Error **errp) in user_creatable_del()
/qemu/include/hw/misc/
H A Dstm32l4x5_rcc_internals.h397 RccPll id) in set_pll_init_info()
1029 RccClockMux id) in set_clock_mux_init_info()
H A Daspeed_i3c.h32 uint8_t id; member
/qemu/hw/i386/
H A Dacpi-common.c67 static void build_ioapic(GArray *entry, uint8_t id, uint32_t addr, uint32_t irq) in build_ioapic()
/qemu/include/standard-headers/linux/
H A Dvirtio_console.h62 __virtio32 id; /* Port number */ member
H A Dvirtio_ring.h121 __virtio32 id; member
243 uint16_t id; member
/qemu/include/hw/watchdog/
H A Dcmsdk-apb-watchdog.h65 const uint32_t *id; member
/qemu/plugins/
H A Dplugin.h56 qemu_plugin_id_t id; member
/qemu/tests/unit/
H A Dtest-blockjob.c33 static BlockJob *mk_job(BlockBackend *blk, const char *id, in mk_job()
59 static BlockJob *do_test_id(BlockBackend *blk, const char *id, in do_test_id()
/qemu/monitor/
H A Dqmp.c328 QObject *id = qdict ? qdict_get(qdict, "id") : NULL; in monitor_qmp_dispatcher_co() local
381 QObject *id = qdict_get(qdict, "id"); in handle_qmp_command() local
/qemu/hw/sparc/
H A Dleon3.c73 int id; member
152 int id = info->id; in leon3_cpu_reset() local
/qemu/contrib/ivshmem-server/
H A Divshmem-server.h51 int64_t id; /**< the id of the peer */ member
/qemu/authz/
H A Dsimple.c95 QAuthZSimple *qauthz_simple_new(const char *id, in qauthz_simple_new()
/qemu/fsdev/
H A Dqemu-fsdev.c189 FsDriverEntry *get_fsdev_fsentry(char *id) in get_fsdev_fsentry()
/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c185 uint8_t id; member
189 P9Req *v9fs_req_init(QVirtio9P *v9p, uint32_t size, uint8_t id, in v9fs_req_init()
226 static const char *rmessage_name(uint8_t id) in rmessage_name()
253 void v9fs_req_recv(P9Req *req, uint8_t id) in v9fs_req_recv()

12345678910>>...14