Searched refs:HIE_SGEIE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/riscv/include/ | ||
H A D | riscvreg.h | 170 #define HIE_SGEIE (1 << 12) macro |
/freebsd/sys/riscv/vmm/ | ||
H A D | vmm_riscv.c | 619 csr_write(hie, HIE_VSEIE | HIE_VSSIE | HIE_SGEIE); in vmmops_run() |