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

Function evpe

freebsd/mips/malta/malta_mp.c:68–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66#define C_IRQ5 (1 << 15)
67
68static inline void
69evpe(void)
70{
71 __asm __volatile(
72 " .set push \n"
73 " .set noreorder \n"
74 " .set noat \n"
75 " .set mips32r2 \n"
76 " .word 0x41600021 # evpe \n"
77 " ehb \n"
78 " .set pop \n");
79}
80
81static inline void
82ehb(void)

Callers 1

platform_start_apFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected