Home
last modified time | relevance | path

Searched full:cpu_ids (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/vmapple/
H A Dcfg.c48 uint32_t cpu_ids[0x80]; /* 0x100 */ member
135 if (s->cfg.nr_cpus > ARRAY_SIZE(s->cfg.cpu_ids)) { in vmapple_cfg_realize()
138 s->cfg.nr_cpus, ARRAY_SIZE(s->cfg.cpu_ids)); in vmapple_cfg_realize()
142 s->cfg.cpu_ids[i] = i; in vmapple_cfg_realize()
/qemu/include/standard-headers/asm-x86/
H A Dsetup_data.h67 uint8_t cpu_ids[255]; member