Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ restore_wp
Function
restore_wp
freebsd/x86/x86/cpu_machdep.c:1444–1450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1442
}
1443
1444
void
1445
restore_wp(bool old_wp)
1446
{
1447
1448
if (old_wp)
1449
load_cr0(rcr0() | CR0_WP);
1450
}
1451
1452
bool
1453
acpi_get_fadt_bootflags(uint16_t *flagsp)
Callers
3
db_write_bytes
Function · 0.85
fpuinit_bsp1
Function · 0.85
gdb_end_write
Function · 0.85
Calls
2
load_cr0
Function · 0.50
rcr0
Function · 0.50
Tested by
no test coverage detected