MCPcopy 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
2614struct vrtc *
2615vm_rtc(struct vm *vm)
2616{
2617
2618 return (vm->vrtc);
2619}
2620
2621enum vm_reg_name
2622vm_segment_name(int seg)

Callers 7

vm_snapshot_reqFunction · 0.85
vrtc_set_timeFunction · 0.85
vrtc_get_timeFunction · 0.85
vrtc_nvram_writeFunction · 0.85
vrtc_nvram_readFunction · 0.85
vrtc_addr_handlerFunction · 0.85
vrtc_data_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected