Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxg_save_restore.h116 #define GET_FIELD(_p, _f, _w) (((_w) == 8) ? ((_p)->x64._f) : ((_p)->x32._f))
120 (_p)->x64._f = (_v); \
137 memcpy(&(_d)->x64._f, &(_s)->x64._f,sizeof((_d)->x64._f)); \
144 memset(&(_p)->x64._f[0], (_v), sizeof((_p)->x64._f)); \
A Dxc_pagetab.c61 paddr = (uint64_t)xen_cr3_to_pfn_x86_64(ctx.x64.ctrlreg[3]) in xc_translate_foreign_address()
A Dxc_core_x86.c24 #define GET_FIELD(_p, _f) ((dinfo->guest_width==8) ? ((_p)->x64._f) : ((_p)->x32._f))
A Dxc_sr_save_x86_pv.c556 if ( ctx->x86.pv.levels == 4 && vcpu.x64.ctrlreg[1] ) in write_one_vcpu_basic()
558 mfn = vcpu.x64.ctrlreg[1] >> PAGE_SHIFT; in write_one_vcpu_basic()
567 vcpu.x64.ctrlreg[1] = 1 | ((uint64_t)pfn << PAGE_SHIFT); in write_one_vcpu_basic()
571 rc = write_split_record(ctx, &rec, &vcpu, sizeof(vcpu.x64)); in write_one_vcpu_basic()
A Dxc_sr_restore_x86_pv.c326 if ( ctx->x86.pv.levels == 4 && (vcpu->x64.ctrlreg[1] & 1) ) in process_vcpu_basic()
328 pfn = vcpu->x64.ctrlreg[1] >> PAGE_SHIFT; in process_vcpu_basic()
355 vcpu->x64.ctrlreg[1] = (uint64_t)mfn << PAGE_SHIFT; in process_vcpu_basic()
A Dxc_dom_x86.c934 vcpu_guest_context_x86_64_t *ctxt = &any_ctx.x64; in vcpu_x86_64()
/xen/tools/xentrace/
A Dxenctx.c493 print_ctx_32on64(&ctx->x64); in print_ctx()
495 print_ctx_64(&ctx->x64); in print_ctx()
512 r = ctx->x64.user_regs.rip; in instr_pointer()
515 r += ctx->x64.user_regs.cs << NONPROT_MODE_SEGMENT_SHIFT; in instr_pointer()
533 r = ctx->x64.user_regs.rsp; in stack_pointer()
536 r += ctx->x64.user_regs.ss << NONPROT_MODE_SEGMENT_SHIFT; in stack_pointer()
547 return ctx->x64.user_regs.rbp; in frame_pointer()
A Dxenalyze.c2921 } x64; member
3652 } x64; in hvm_mmio_assist_process() member
3659 x64:1, in hvm_mmio_assist_process() member
3664 if(mevt.x64) { in hvm_mmio_assist_process()
3850 x64:1, in hvm_io_assist_process() member
3855 if(mevt.x64) { in hvm_io_assist_process()
6249 x64:1, member
6265 } x64; in pv_hypercall_process() member
6271 if(pevt.x64) { in pv_hypercall_process()
6308 } x64; in pv_trap_process() member
[all …]
/xen/tools/tests/x86_emulator/
A Dtest_x86_emulator.c377 SIMD(AVX2 S/G f32[2x64], avx2_sg, 16x8f4),
378 SIMD(AVX2 S/G f64[2x64], avx2_sg, 16x8f8),
381 SIMD(AVX2 S/G f32[4x64], avx2_sg, 32x8f4),
382 SIMD(AVX2 S/G f64[4x64], avx2_sg, 32x8f8),
385 SIMD(AVX2 S/G i32[2x64], avx2_sg, 16x8i4),
386 SIMD(AVX2 S/G i64[2x64], avx2_sg, 16x8i8),
389 SIMD(AVX2 S/G i32[4x64], avx2_sg, 32x8i4),
390 SIMD(AVX2 S/G i64[4x64], avx2_sg, 32x8i8),
429 SIMD(AVX512F S/G f32[ 8x64], avx512f_sg, 64x8f4),
517 SIMD(VAES (EVEX/x64), avx512bw_vaes, 64),
[all …]
/xen/
A Dconfig.sub942 x64 | amd64)
1101 x64-*)
/xen/tools/libxc/include/
A Dxenctrl.h476 vcpu_guest_context_x86_64_t x64; member
485 shared_info_x86_64_t x64; member
494 start_info_x86_64_t x64; member

Completed in 50 milliseconds