OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xen_hvm_param
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/xen/x86/
pvh_consinit.c
90
struct
xen_hvm_param
xen_hvm_param
;
local in function:xen_pvh_consinit
93
xen_hvm_param
.domid = DOMID_SELF;
94
xen_hvm_param
.index = HVM_PARAM_CONSOLE_PFN;
96
if ( HYPERVISOR_hvm_op(HVMOP_get_param, &
xen_hvm_param
) < 0)
99
xen_start_info.console.domU.mfn =
xen_hvm_param
.value;
100
pmap_kenter_pa((vaddr_t) xencons_interface, ptoa(
xen_hvm_param
.value),
103
xen_hvm_param
.domid = DOMID_SELF;
104
xen_hvm_param
.index = HVM_PARAM_CONSOLE_EVTCHN;
106
if ( HYPERVISOR_hvm_op(HVMOP_get_param, &
xen_hvm_param
) < 0
[
all
...]
/src/sys/arch/xen/xen/
hypervisor.c
315
struct
xen_hvm_param
xen_hvm_param
;
local in function:xen_hvm_init_late
317
xen_hvm_param
.domid = DOMID_SELF;
318
xen_hvm_param
.index = HVM_PARAM_STORE_PFN;
320
if ( HYPERVISOR_hvm_op(HVMOP_get_param, &
xen_hvm_param
) < 0) {
327
xen_start_info.store_mfn =
xen_hvm_param
.value;
332
xen_hvm_param
.domid = DOMID_SELF;
333
xen_hvm_param
.index = HVM_PARAM_STORE_EVTCHN;
335
if ( HYPERVISOR_hvm_op(HVMOP_get_param, &
xen_hvm_param
) < 0) {
341
xen_start_info.store_evtchn =
xen_hvm_param
.value
418
struct
xen_hvm_param
xen_hvm_param
;
local in function:xen_hvm_init
467
struct
xen_hvm_param
xen_hvm_param
;
local in function:xen_hvm_init_cpu
[
all
...]
/src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
hvm_op.h
30
/* Get/set subcommands: extra argument == pointer to
xen_hvm_param
struct. */
33
struct
xen_hvm_param
{
struct
38
typedef struct
xen_hvm_param
xen_hvm_param_t;
Completed in 13 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025