Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dgenassym.c105 ASSYM(HYP_H_GP, offsetof(struct hypctx, host_regs.hyp_gp));
119 ASSYM(HYP_G_GP, offsetof(struct hypctx, guest_regs.hyp_gp));
/freebsd/sys/riscv/vmm/
H A Driscv.h46 uint64_t hyp_gp; member
H A Dvmm_riscv.c788 return (&hypctx->guest_regs.hyp_gp); in hypctx_regptr()