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

Function vm86_initialize

freebsd/i386/i386/vm86.c:592–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592void
593vm86_initialize(void)
594{
595
596 if (pae_mode)
597 vm86_initialize_pae();
598 else
599 vm86_initialize_nopae();
600}
601
602vm_offset_t
603vm86_getpage(struct vm86context *vmc, int pagenum)

Callers 1

init386Function · 0.85

Calls 2

vm86_initialize_paeFunction · 0.85
vm86_initialize_nopaeFunction · 0.85

Tested by

no test coverage detected