Searched refs:rdm (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_pci.c | 185 int xlu_rdm_parse(XLU_Config *cfg, libxl_rdm_reserve *rdm, const char *str) in xlu_rdm_parse() argument 211 rdm->strategy = LIBXL_RDM_RESERVE_STRATEGY_HOST; in xlu_rdm_parse() 235 rdm->policy = LIBXL_RDM_RESERVE_POLICY_STRICT; in xlu_rdm_parse() 237 rdm->policy = LIBXL_RDM_RESERVE_POLICY_RELAXED; in xlu_rdm_parse()
|
A D | libxlutil.h | 112 int xlu_rdm_parse(XLU_Config *cfg, libxl_rdm_reserve *rdm, const char *str);
|
A D | libxl_create.c | 54 if (b_info->u.hvm.rdm.policy == LIBXL_RDM_RESERVE_POLICY_INVALID) in libxl__rdm_setdefault() 55 b_info->u.hvm.rdm.policy = LIBXL_RDM_RESERVE_POLICY_RELAXED; in libxl__rdm_setdefault()
|
A D | libxl_dm.c | 193 uint32_t strategy = d_config->b_info.u.hvm.rdm.strategy; in libxl__domain_device_construct_rdm() 230 d_config->b_info.u.hvm.rdm.policy); in libxl__domain_device_construct_rdm()
|
A D | libxl_types.idl | 581 ("rdm", libxl_rdm_reserve),
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | memory.c | 38 struct compat_reserved_device_memory rdm = { in get_reserved_device_memory() local 42 if ( rdm.start_pfn != start || rdm.nr_pages != nr ) in get_reserved_device_memory() 46 &rdm, 1) ) in get_reserved_device_memory()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_parse.c | 1885 libxl_rdm_reserve rdm; in parse_config_data() local 1886 if (!xlu_rdm_parse(config, &rdm, buf)) { in parse_config_data() 1887 b_info->u.hvm.rdm.strategy = rdm.strategy; in parse_config_data() 1888 b_info->u.hvm.rdm.policy = rdm.policy; in parse_config_data() 1909 pcidev->rdm_policy = b_info->u.hvm.rdm.policy; in parse_config_data()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | vtd.txt | 128 To enable this globally, add "rdm" in the config file: 130 rdm = "strategy=host, policy=relaxed" (default policy is "relaxed")
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 949 struct xen_reserved_device_memory rdm = { in get_reserved_device_memory() local 954 &rdm, 1) ) in get_reserved_device_memory()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 822 =item B<rdm="RDM_RESERVATION_STRING"> 865 rdm = "strategy=host,policy=strict" or rdm = "strategy=host,policy=relaxed" 1081 B<(HVM/x86 only)> This is the same as the policy setting inside the B<rdm> 1084 Note: this would override global B<rdm> option.
|
Completed in 23 milliseconds