Searched refs:cpu_regs (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | domain.c | 129 const struct vcpu_hvm_x86_32 *regs = &ctx->cpu_regs.x86_32; in arch_set_info_hvm_guest() 132 if ( ctx->cpu_regs.x86_32.pad1 != 0 || in arch_set_info_hvm_guest() 133 ctx->cpu_regs.x86_32.pad2[0] != 0 || in arch_set_info_hvm_guest() 134 ctx->cpu_regs.x86_32.pad2[1] != 0 || in arch_set_info_hvm_guest() 135 ctx->cpu_regs.x86_32.pad2[2] != 0 ) in arch_set_info_hvm_guest() 215 const struct vcpu_hvm_x86_64 *regs = &ctx->cpu_regs.x86_64; in arch_set_info_hvm_guest()
|
A D | dom0_build.c | 575 .cpu_regs.x86_32.ebx = start_info, in pvh_setup_cpus() 576 .cpu_regs.x86_32.eip = entry, in pvh_setup_cpus() 577 .cpu_regs.x86_32.cr0 = X86_CR0_PE | X86_CR0_ET, in pvh_setup_cpus() 578 .cpu_regs.x86_32.cs_limit = ~0u, in pvh_setup_cpus() 579 .cpu_regs.x86_32.ds_limit = ~0u, in pvh_setup_cpus() 580 .cpu_regs.x86_32.ss_limit = ~0u, in pvh_setup_cpus() 581 .cpu_regs.x86_32.tr_limit = 0x67, in pvh_setup_cpus() 582 .cpu_regs.x86_32.cs_ar = 0xc9b, in pvh_setup_cpus() 583 .cpu_regs.x86_32.ds_ar = 0xc93, in pvh_setup_cpus() 584 .cpu_regs.x86_32.ss_ar = 0xc93, in pvh_setup_cpus() [all …]
|
/xen-4.10.0-shim-comet/xen/include/public/hvm/ |
A D | hvm_vcpu.h | 129 } cpu_regs; member
|
Completed in 8 milliseconds