Searched refs:hap (Results 1 – 16 of 16) sorted by relevance
/xen/xen/arch/x86/mm/hap/ |
A D | hap.c | 253 d->arch.paging.hap.free_pages--; in hap_alloc() 266 d->arch.paging.hap.free_pages++; in hap_free() 281 d->arch.paging.hap.total_pages--; in hap_alloc_p2m_page() 282 d->arch.paging.hap.p2m_pages++; in hap_alloc_p2m_page() 316 d->arch.paging.hap.p2m_pages--; in hap_free_p2m_page() 317 d->arch.paging.hap.total_pages++; in hap_free_p2m_page() 327 + d->arch.paging.hap.p2m_pages; in hap_get_allocation() 357 d->arch.paging.hap.free_pages++; in hap_set_allocation() 358 d->arch.paging.hap.total_pages++; in hap_set_allocation() 371 d->arch.paging.hap.free_pages--; in hap_set_allocation() [all …]
|
A D | Makefile | 1 obj-y += hap.o
|
/xen/xen/arch/x86/mm/ |
A D | Makefile | 2 obj-$(CONFIG_HVM) += hap/
|
/xen/tools/xl/ |
A D | xl_sxp.c | 40 fprintf(fh, "\t(hap %s)\n", libxl_defbool_to_string(c_info->hap)); in printf_info_sexp()
|
A D | xl_parse.c | 1307 xlu_cfg_get_defbool(config, "hap", &c_info->hap, 0); in parse_config_data()
|
/xen/xen/include/asm-x86/ |
A D | domain.h | 206 struct hap_domain hap; member
|
/xen/xen/ |
A D | Makefile | 477 arch/x86/mm/hap/guest_walk_%level \
|
/xen/tools/libxl/ |
A D | libxl_create.c | 43 libxl_defbool_setdefault(&c_info->hap, true); in libxl__domain_create_info_setdefault() 45 libxl_defbool_setdefault(&c_info->hap, false); in libxl__domain_create_info_setdefault() 616 libxl_defbool_val(info->hap) ? XEN_DOMCTL_CDF_hap : 0; in libxl__domain_make()
|
A D | libxl_x86.c | 824 !libxl_defbool_val(d_config->c_info.hap) ?"only valid for HAP guests": in libxl__arch_passthrough_mode_setdefault()
|
A D | libxl_types.idl | 407 ("hap", libxl_defbool),
|
A D | libxl_dm.c | 569 if (libxl_defbool_val(d_config->c_info.hap) in libxl__domain_device_construct_rdm()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 455 hvm:1, debugged:1, xenstore:1, hap:1; member
|
/xen/tools/libxc/ |
A D | xc_domain.c | 379 info->hap = !!(domctl.u.getdomaininfo.flags&XEN_DOMINF_hap); in xc_domain_getinfo()
|
/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 609 if err := x.Hap.fromC(&xc.hap);err != nil { 649 if err := x.Hap.toC(&xc.hap); err != nil {
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 1777 =item B<hap=BOOLEAN> 2699 =item B<hap=BOOLEAN>
|
/xen/docs/misc/ |
A D | xen-command-line.pandoc | 1162 ### hap (x86)
|
Completed in 46 milliseconds