Searched refs:rdm (Results 1 – 11 of 11) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_pci.c | 188 int xlu_rdm_parse(XLU_Config *cfg, libxl_rdm_reserve *rdm, const char *str) in xlu_rdm_parse() argument 217 rdm->strategy = LIBXL_RDM_RESERVE_STRATEGY_HOST; in xlu_rdm_parse() 230 rdm->policy = LIBXL_RDM_RESERVE_POLICY_STRICT; in xlu_rdm_parse() 232 rdm->policy = LIBXL_RDM_RESERVE_POLICY_RELAXED; in xlu_rdm_parse()
|
A D | libxlutil.h | 119 int xlu_rdm_parse(XLU_Config *cfg, libxl_rdm_reserve *rdm, const char *str);
|
A D | libxl_create.c | 67 if (b_info->u.hvm.rdm.policy == LIBXL_RDM_RESERVE_POLICY_INVALID) in libxl__rdm_setdefault() 68 b_info->u.hvm.rdm.policy = LIBXL_RDM_RESERVE_POLICY_RELAXED; in libxl__rdm_setdefault()
|
A D | libxl_types.idl | 618 ("rdm", libxl_rdm_reserve),
|
A D | libxl_dm.c | 431 uint32_t strategy = d_config->b_info.u.hvm.rdm.strategy; in libxl__domain_device_construct_rdm() 468 d_config->b_info.u.hvm.rdm.policy); in libxl__domain_device_construct_rdm()
|
/xen/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/tools/xl/ |
A D | xl_parse.c | 1487 pcidev->rdm_policy = b_info->u.hvm.rdm.policy; in parse_config_data() 2345 libxl_rdm_reserve rdm; in parse_config_data() local 2346 if (!xlu_rdm_parse(config, &rdm, buf)) { in parse_config_data() 2347 b_info->u.hvm.rdm.strategy = rdm.strategy; in parse_config_data() 2348 b_info->u.hvm.rdm.policy = rdm.policy; in parse_config_data()
|
/xen/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/xen/common/ |
A D | memory.c | 1020 struct xen_reserved_device_memory rdm = { in get_reserved_device_memory() local 1025 &rdm, 1) ) in get_reserved_device_memory()
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 906 =item B<rdm="RDM_RESERVATION_STRING"> 949 rdm = "strategy=host,policy=strict" or rdm = "strategy=host,policy=relaxed" 1165 B<(HVM/x86 only)> This is the same as the policy setting inside the B<rdm> 1168 Note: this would override global B<rdm> option.
|
/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 1224 if err := x.Rdm.fromC(&tmp.rdm);err != nil { 1539 if err := tmp.Rdm.toC(&hvm.rdm); err != nil {
|
Completed in 705 milliseconds