Home
last modified time | relevance | path

Searched refs:xkb_nr_vcpus (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c178 size_t xkb_nr_vcpus; member
1090 xkb->xkb_nr_vcpus = xc->xc_hdr.xch_nr_vcpus; in xkb_open_core()
1092 sz = xkb->xkb_nr_vcpus * sizeof (struct vcpu_guest_context); in xkb_open_core()
1100 sz = xkb->xkb_nr_vcpus * sizeof (struct vcpu_guest_context *); in xkb_open_core()
1104 for (i = 0; i < xkb->xkb_nr_vcpus; i++) in xkb_open_core()
1247 xkb->xkb_nr_vcpus = sect->gs_shdr.sh_size / sect->gs_shdr.sh_entsize; in xkb_open_elf()
1260 sz = xkb->xkb_nr_vcpus * sizeof (struct vcpu_guest_context *); in xkb_open_elf()
1262 for (i = 0; i < xkb->xkb_nr_vcpus; i++) { in xkb_open_elf()
1463 xkb->xkb_nr_vcpus; in xkb_close()
1510 if (cpu >= xkb->xkb_nr_vcpus) { in xkb_getmregs()