OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hc_paddr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x86/x86/
hyperv.c
95
paddr_t
hc_paddr
;
member in struct:hyperv_hypercall_ctx
699
hyperv_hypercall_ctx.
hc_paddr
= vtophys((vaddr_t)hyperv_hypercall_page);
700
KASSERT(hyperv_hypercall_ctx.
hc_paddr
!= 0);
710
hc = (atop(hyperv_hypercall_ctx.
hc_paddr
) << MSR_HV_HYPERCALL_PGSHIFT) |
Completed in 29 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026