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

Function read_eflags

freebsd/i386/include/cpufunc.h:352–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352static __inline u_int
353read_eflags(void)
354{
355 u_int ef;
356
357 __asm __volatile("pushfl; popl %0" : "=r" (ef));
358 return (ef);
359}
360
361static __inline uint64_t
362rdmsr(u_int msr)

Callers 5

cpu_auxmsrFunction · 0.85
trapFunction · 0.85
intr_disableFunction · 0.85
i8254_get_timecountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected