MCPcopy 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
1444void
1445restore_wp(bool old_wp)
1446{
1447
1448 if (old_wp)
1449 load_cr0(rcr0() | CR0_WP);
1450}
1451
1452bool
1453acpi_get_fadt_bootflags(uint16_t *flagsp)

Callers 3

db_write_bytesFunction · 0.85
fpuinit_bsp1Function · 0.85
gdb_end_writeFunction · 0.85

Calls 2

load_cr0Function · 0.50
rcr0Function · 0.50

Tested by

no test coverage detected