Home
last modified time | relevance | path

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

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