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

Function kcsan_md_disable_intrs

freebsd/amd64/include/csan.h:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static inline void
51kcsan_md_disable_intrs(uint64_t *state)
52{
53
54 *state = intr_disable();
55}
56
57static inline void
58kcsan_md_enable_intrs(uint64_t *state)

Callers 1

kcsan_accessFunction · 0.50

Calls 1

intr_disableFunction · 0.70

Tested by

no test coverage detected