Searched refs:cpu_regs (Results 1 – 3 of 3) sorted by relevance
/xen/xen/arch/x86/hvm/ |
A D | domain.c | 132 const struct vcpu_hvm_x86_32 *regs = &ctx->cpu_regs.x86_32; in arch_set_info_hvm_guest() 135 if ( ctx->cpu_regs.x86_32.pad1 != 0 || in arch_set_info_hvm_guest() 136 ctx->cpu_regs.x86_32.pad2[0] != 0 || in arch_set_info_hvm_guest() 137 ctx->cpu_regs.x86_32.pad2[1] != 0 || in arch_set_info_hvm_guest() 138 ctx->cpu_regs.x86_32.pad2[2] != 0 ) in arch_set_info_hvm_guest() 218 const struct vcpu_hvm_x86_64 *regs = &ctx->cpu_regs.x86_64; in arch_set_info_hvm_guest()
|
A D | dom0_build.c | 681 .cpu_regs.x86_32.eip = entry, in pvh_setup_cpus() 683 .cpu_regs.x86_32.cs_limit = ~0u, in pvh_setup_cpus() 684 .cpu_regs.x86_32.ds_limit = ~0u, in pvh_setup_cpus() 685 .cpu_regs.x86_32.es_limit = ~0u, in pvh_setup_cpus() 686 .cpu_regs.x86_32.ss_limit = ~0u, in pvh_setup_cpus() 687 .cpu_regs.x86_32.tr_limit = 0x67, in pvh_setup_cpus() 688 .cpu_regs.x86_32.cs_ar = 0xc9b, in pvh_setup_cpus() 689 .cpu_regs.x86_32.ds_ar = 0xc93, in pvh_setup_cpus() 690 .cpu_regs.x86_32.es_ar = 0xc93, in pvh_setup_cpus() 691 .cpu_regs.x86_32.ss_ar = 0xc93, in pvh_setup_cpus() [all …]
|
/xen/xen/include/public/hvm/ |
A D | hvm_vcpu.h | 129 } cpu_regs; member
|
Completed in 6 milliseconds