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

Function vm_fault_enable_pagefaults

freebsd/vm/vm_fault.c:2095–2100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2093}
2094
2095void
2096vm_fault_enable_pagefaults(int save)
2097{
2098
2099 curthread_pflags_restore(save);
2100}

Callers 4

efi_arch_leaveFunction · 0.85
vn_io_fault_doioFunction · 0.85
copyin_nofaultFunction · 0.85
copyout_nofaultFunction · 0.85

Calls 1

curthread_pflags_restoreFunction · 0.85

Tested by

no test coverage detected