Home
last modified time | relevance | path

Searched refs:guest_rbp (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx_genassym.c55 ASSYM(VMXCTX_GUEST_RBP, offsetof(struct vmxctx, guest_rbp));
H A Dvmx.h47 register_t guest_rbp; member
H A Dvmx.c1739 return (vmxctx->guest_rbp); in vmx_get_guest_reg()
1789 vmxctx->guest_rbp = regval; in vmx_set_guest_reg()
3218 return (&vmxctx->guest_rbp); in vmxctx_regptr()
4073 SNAPSHOT_VAR_OR_LEAVE(vmxctx->guest_rbp, meta, ret, done); in vmx_snapshot()