/qemu/hw/arm/ |
H A D | realview.c | 97 uint32_t proc_id = 0; in realview_init() local 144 proc_id = 0x0c000000; in realview_init() 146 proc_id = 0x0e000000; in realview_init() 149 proc_id = 0x06000000; in realview_init() 151 proc_id = 0x04000000; in realview_init() 153 proc_id = 0x02000000; in realview_init() 185 qdev_prop_set_uint32(sysctl, "proc_id", proc_id); in realview_init()
|
H A D | raspi.c | 83 int proc_id = FIELD_EX32(board_rev, REV_CODE, PROCESSOR); in board_processor_id() local 86 assert(proc_id < ARRAY_SIZE(soc_property) && soc_property[proc_id].type); in board_processor_id() 88 return proc_id; in board_processor_id()
|
H A D | vexpress.c | 203 uint32_t proc_id; member 350 .proc_id = 0x0c000191, 423 .proc_id = 0x14000237, 597 qdev_prop_set_uint32(sysctl, "proc_id", daughterboard->proc_id); in vexpress_common_init()
|
/qemu/hw/misc/ |
H A D | arm_sysctl.c | 42 uint32_t proc_id; member 183 return s->proc_id; in arm_sysctl_read() 628 DEFINE_PROP_UINT32("proc_id", arm_sysctl_state, proc_id, 0),
|
/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 189 def v9fs_getlock_return(self, tag, id, type, start, length, proc_id): argument 190 …ag =", tag, "type =", type, ", start =", start, ", length =", length, ", proc_id =", proc_id, ")")
|
/qemu/hw/9pfs/ |
H A D | 9p.h | 411 uint32_t proc_id; member 420 uint32_t proc_id; member
|
H A D | trace-events | 41 …int64_t start, uint64_t length, uint32_t proc_id) "tag %d id %d type %d start %"PRIu64" length %"P…
|
H A D | 9p.c | 3793 &flock.proc_id, &flock.client_id); in v9fs_lock() 3843 &glock.start, &glock.length, &glock.proc_id, in v9fs_getlock() 3862 glock.start, glock.length, glock.proc_id, in v9fs_getlock() 3869 glock.length, glock.proc_id); in v9fs_getlock()
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | testacpi.py2 | 71 … Processor declaration ProcId = _MAT ProcId".format(cpupath), processor.ProcId == subtable.proc_id) 72 …"{} ProcId ({:#02x}) != _MAT ProcId ({:#02x})".format(cpupath, processor.ProcId, subtable.proc_id))
|
/qemu/include/hw/acpi/ |
H A D | aml-build.h | 352 Aml *aml_processor(uint8_t proc_id, uint32_t pblk_addr, uint8_t pblk_len,
|
/qemu/hw/ppc/ |
H A D | spapr_events.c | 222 uint32_t proc_id; member
|
/qemu/hw/acpi/ |
H A D | aml-build.c | 1310 Aml *aml_processor(uint8_t proc_id, uint32_t pblk_addr, uint8_t pblk_len, in aml_processor() argument 1318 build_append_byte(var->buf, proc_id); /* ProcID */ in aml_processor()
|