Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_RSI (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c272 VM_REG_GUEST_RSI, enumerator
825 PROT_READ, seg, VM_REG_GUEST_RSI, &srcaddr, &fault); in emulate_movs()
905 error = vie_read_register(vm, vcpuid, VM_REG_GUEST_RSI, &rsi); in emulate_movs()
922 error = vie_update_register(vm, vcpuid, VM_REG_GUEST_RSI, rsi, in emulate_movs()
/f-stack/freebsd/amd64/include/
H A Dvmm.h60 VM_REG_GUEST_RSI, enumerator
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1964 reg = in ? VM_REG_GUEST_RDI : VM_REG_GUEST_RSI; in inout_str_index()
3213 case VM_REG_GUEST_RSI: in vmxctx_regptr()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c2163 case VM_REG_GUEST_RSI: in swctx_regptr()