Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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_sr_save_x86_pv.c559 if ( ctx->x86_pv.levels == 4 && vcpu.x64.ctrlreg[1] ) in write_one_vcpu_basic()
561 mfn = vcpu.x64.ctrlreg[1] >> PAGE_SHIFT; in write_one_vcpu_basic()
570 vcpu.x64.ctrlreg[1] = 1 | ((uint64_t)pfn << PAGE_SHIFT); in write_one_vcpu_basic()
574 rc = write_split_record(ctx, &rec, &vcpu, sizeof(vcpu.x64)); in write_one_vcpu_basic()
A Dxc_core_x86.c24 #define GET_FIELD(_p, _f) ((dinfo->guest_width==8) ? ((_p)->x64._f) : ((_p)->x32._f))
A Dxc_sr_restore_x86_pv.c328 if ( ctx->x86_pv.levels == 4 && (vcpu.x64.ctrlreg[1] & 1) ) in process_vcpu_basic()
330 pfn = vcpu.x64.ctrlreg[1] >> PAGE_SHIFT; in process_vcpu_basic()
357 vcpu.x64.ctrlreg[1] = (uint64_t)mfn << PAGE_SHIFT; in process_vcpu_basic()
A Dxc_dom_x86.c889 vcpu_guest_context_x86_64_t *ctxt = &any_ctx.x64; in vcpu_x86_64()
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h467 vcpu_guest_context_x86_64_t x64; member
476 shared_info_x86_64_t x64; member
485 start_info_x86_64_t x64; member

Completed in 39 milliseconds