Searched refs:max_evtchn_port (Results 1 – 13 of 13) sorted by relevance
/xen/tools/helpers/ |
A D | init-xenstore-domain.c | 73 .max_evtchn_port = -1, /* No limit. */ in build()
|
/xen/xen/common/ |
A D | event_channel.c | 188 if ( port > d->max_evtchn_port || port >= max_evtchns(d) ) in evtchn_allocate_port() 238 for ( port = 0; port <= d->max_evtchn_port; port++ ) in get_free_port() 1435 d->max_evtchn_port = min_t(unsigned int, max_port, INT_MAX); in evtchn_init()
|
A D | domain.c | 475 if ( (err = evtchn_init(d, config->max_evtchn_port)) != 0 ) in domain_create()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl.ml | 78 max_evtchn_port: int; RecordField
|
A D | xenctrl.mli | 70 max_evtchn_port: int; RecordField
|
A D | xenctrl_stubs.c | 199 .max_evtchn_port = Int_val(VAL_MAX_EVTCHN_PORT), in stub_xc_domain_create()
|
/xen/xen/include/public/ |
A D | domctl.h | 92 uint32_t max_evtchn_port; member
|
/xen/xen/include/xen/ |
A D | sched.h | 364 unsigned int max_evtchn_port; /* max permitted port number */ member
|
/xen/xen/arch/arm/ |
A D | setup.c | 785 .max_evtchn_port = -1, in start_xen()
|
A D | domain_build.c | 2482 .max_evtchn_port = -1, in create_domUs()
|
/xen/xen/arch/x86/ |
A D | setup.c | 733 .max_evtchn_port = -1, in create_dom0()
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 129 .max_evtchn_port = -1, /* No limit. */ in pyxc_domain_create()
|
/xen/tools/libxl/ |
A D | libxl_create.c | 608 .max_evtchn_port = b_info->event_channels, in libxl__domain_make()
|
Completed in 39 milliseconds