Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ia32_pause
Function
ia32_pause
freebsd/i386/include/cpufunc.h:346–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
}
345
346
static __inline void
347
ia32_pause(void)
348
{
349
__asm __volatile(
"pause"
);
350
}
351
352
static __inline u_int
353
read_eflags(void)
Callers
13
init_secondary
Function · 0.50
smp_targeted_tlb_shootdown
Function · 0.50
acpi_sleep_machdep
Function · 0.50
init_secondary_tail
Function · 0.50
nmi_call_kdb_smp
Function · 0.50
cpustop_handler
Function · 0.50
cpususpend_handler
Function · 0.50
release_aps
Function · 0.50
native_lapic_init
Function · 0.50
native_lapic_ipi_wait
Function · 0.50
native_lapic_ipi_vectored
Function · 0.50
cpu_reset_proxy
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected