Searched refs:host_regs (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/riscv/riscv/ |
H A D | genassym.c | 103 ASSYM(HYP_H_RA, offsetof(struct hypctx, host_regs.hyp_ra)); 104 ASSYM(HYP_H_SP, offsetof(struct hypctx, host_regs.hyp_sp)); 105 ASSYM(HYP_H_GP, offsetof(struct hypctx, host_regs.hyp_gp)); 106 ASSYM(HYP_H_TP, offsetof(struct hypctx, host_regs.hyp_tp)); 107 ASSYM(HYP_H_T, offsetof(struct hypctx, host_regs.hyp_t)); 108 ASSYM(HYP_H_S, offsetof(struct hypctx, host_regs.hyp_s)); 109 ASSYM(HYP_H_A, offsetof(struct hypctx, host_regs.hyp_a)); 110 ASSYM(HYP_H_SEPC, offsetof(struct hypctx, host_regs.hyp_sepc)); 111 ASSYM(HYP_H_SSTATUS, offsetof(struct hypctx, host_regs.hyp_sstatus)); 112 ASSYM(HYP_H_HSTATUS, offsetof(struct hypctx, host_regs.hyp_hstatus));
|
/freebsd/sys/riscv/vmm/ |
H A D | riscv.h | 85 struct hypregs host_regs; member
|