MCPcopy Create free account
hub / github.com/asterinas/vostd / ThreadFpu

Class ThreadFpu

kernel/src/process/posix_thread/thread_local.rs:131–131  ·  view source on GitHub ↗

The FPU information for the _current_ thread. # Notes about kernel preemption All the methods of `ThreadFpu` assume that preemption will not occur. This means that the FPU state will not change unexpectedly (e.g., changing from `Loaded` to `Unloaded`). In the current architecture, this is always true because kernel preemption was never implemented. More importantly, we cannot implement kernel p

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

fpuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected