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

Function ehb

freebsd/mips/malta/malta_mp.c:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81static inline void
82ehb(void)
83{
84 __asm __volatile(
85 " .set mips32r2 \n"
86 " ehb \n"
87 " .set mips0 \n");
88}
89
90#define mttc0(rd, sel, val) \
91({ \

Callers 1

set_thread_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected