Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dgenassym.c102 ASSYM(HYP_H_SP, offsetof(struct hypctx, host_regs.hyp_sp));
116 ASSYM(HYP_G_SP, offsetof(struct hypctx, guest_regs.hyp_sp));
/freebsd/sys/riscv/vmm/
H A Driscv.h43 uint64_t hyp_sp; member
H A Dvmm_riscv.c761 return (&hypctx->guest_regs.hyp_sp); in hypctx_regptr()