Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_PC (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/bhyve/aarch64/
H A Dvmexit.c233 error = vm_set_register(newvcpu, VM_REG_GUEST_PC, in vmexit_smccc()
H A Dbhyverun_machdep.c372 error = vm_set_register(bsp, VM_REG_GUEST_PC, elr); in bhyve_init_platform()
/freebsd/sys/arm64/include/
H A Dvmm.h84 VM_REG_GUEST_PC, enumerator
/freebsd/usr.sbin/bhyve/
H A Dgdb.c91 #define GDB_PC_REGNAME VM_REG_GUEST_PC
248 { .id = VM_REG_GUEST_PC, .size = 8 },
/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c1242 case VM_REG_GUEST_PC: in hypctx_regptr()
H A Dvmm.c1275 if (error || reg != VM_REG_GUEST_PC) in vm_set_register()