Home
last modified time | relevance | path

Searched refs:has_vector (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/riscv/include/
H A Dmd_var.h49 extern bool has_vector;
/freebsd/sys/riscv/riscv/
H A Didentcpu.c78 bool has_vector; variable
477 UPDATE_CAP(has_vector, (desc->isa_extensions & HWCAP_ISA_V) != 0); in update_global_capabilities()
H A Dvector.c103 if (!has_vector) in vector_state_store_savectx()
H A Dtrap.c448 if (has_vector && (pcb->pcb_vsflags & PCB_VS_STARTED) == 0) { in do_trap_user()
H A Dexec_machdep.c245 if (!has_vector) in restore_vector_state()