Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs416 fcsr: u32, field
424 fcsr: 0, in new()
450 asm!("frcsr {0}", lateout(reg) self.fcsr); in do_save()
506 let fcsr = self.fcsr; in do_restore() localVariable
558 asm!("fscsr {0}", in(reg) fcsr); in do_restore()