Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dgenassym.c106 ASSYM(HYP_H_TP, offsetof(struct hypctx, host_regs.hyp_tp));
120 ASSYM(HYP_G_TP, offsetof(struct hypctx, guest_regs.hyp_tp));
/freebsd/sys/riscv/vmm/
H A Driscv.h47 uint64_t hyp_tp; member
H A Dvmm_riscv.c790 return (&hypctx->guest_regs.hyp_tp); in hypctx_regptr()