Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_rtc
Function
vm_rtc
freebsd/amd64/vmm/vmm.c:2614–2619 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2612
}
2613
2614
struct vrtc *
2615
vm_rtc(struct vm *vm)
2616
{
2617
2618
return (vm->vrtc);
2619
}
2620
2621
enum vm_reg_name
2622
vm_segment_name(int seg)
Callers
7
vm_snapshot_req
Function · 0.85
vrtc_set_time
Function · 0.85
vrtc_get_time
Function · 0.85
vrtc_nvram_write
Function · 0.85
vrtc_nvram_read
Function · 0.85
vrtc_addr_handler
Function · 0.85
vrtc_data_handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected