Home
last modified time | relevance | path

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

/tools/misc/
A Dxen-hvmctx.c440 entry++, (unsigned) desc.typecode, in main()
442 switch (desc.typecode) in main()
465 (unsigned) desc.typecode); in main()
468 } while ( desc.typecode != HVM_SAVE_CODE(END) && off < len ); in main()
/tools/debugger/kdd/
A Dkdd-xen.c149 if (desc->typecode == HVM_SAVE_CODE(CPU)) { in kdd_count_cpus()
170 if (desc->typecode == HVM_SAVE_CODE(CPU) && desc->instance == cpuid) { in get_cpu()
194 if (desc->typecode == HVM_SAVE_CODE(LAPIC_REGS) && desc->instance == cpuid) { in get_lapic()
/tools/libs/guest/
A Dxg_dom_x86.c982 header->typecode != HVM_SAVE_CODE(END); in hvm_get_save_record()
984 if ( header->typecode == type && header->instance == instance ) in hvm_get_save_record()
1048 bsp_ctx.cpu_d.typecode = HVM_SAVE_CODE(CPU); in vcpu_hvm()
1082 bsp_ctx.end_d.typecode = HVM_SAVE_CODE(END); in vcpu_hvm()
1099 .mtrr_d.typecode = HVM_SAVE_CODE(MTRR), in vcpu_hvm()
/tools/libs/ctrl/
A Dxc_domain.c438 uint16_t typecode, in xc_domain_hvm_getcontext_partial() argument
452 domctl.u.hvmcontext_partial.type = typecode; in xc_domain_hvm_getcontext_partial()
/tools/include/
A Dxenctrl.h746 uint16_t typecode,

Completed in 18 milliseconds