MCPcopy Create free account
hub / github.com/F-Stack/f-stack / kcsan_md_enable_intrs

Function kcsan_md_enable_intrs

freebsd/amd64/include/csan.h:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static inline void
58kcsan_md_enable_intrs(uint64_t *state)
59{
60
61 intr_restore(*state);
62}
63
64static inline void
65kcsan_md_delay(uint64_t us)

Callers 1

kcsan_accessFunction · 0.50

Calls 1

intr_restoreFunction · 0.70

Tested by

no test coverage detected