Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/aarch64/
H A Dmem_aarch64.c49 if (vm_get_register(vcpu, VM_REG_GUEST_CPSR, &spsr) == -1) in mmio_handle_non_backed_mem()
/freebsd/sys/arm64/include/
H A Dvmm.h86 VM_REG_GUEST_CPSR, enumerator
/freebsd/usr.sbin/bhyve/
H A Dgdb.c249 { .id = VM_REG_GUEST_CPSR, .size = 8 },
332 VM_REG_GUEST_CPSR, in guest_paging_info()
/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c1257 case VM_REG_GUEST_CPSR: in hypctx_regptr()