Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2095
void
2096
vm_fault_enable_pagefaults(int save)
2097
{
2098
2099
curthread_pflags_restore(save);
2100
}
Callers
4
efi_arch_leave
Function · 0.85
vn_io_fault_doio
Function · 0.85
copyin_nofault
Function · 0.85
copyout_nofault
Function · 0.85
Calls
1
curthread_pflags_restore
Function · 0.85
Tested by
no test coverage detected