Home
last modified time | relevance | path

Searched refs:hypfs (Results 1 – 16 of 16) sorted by relevance

/xen/xen/include/xen/
A Dparam.h85 struct hypfs_entry_leaf hypfs; member
99 (parfs)->hypfs.u.content = var; \
100 (parfs)->hypfs.e.max_size = sz; \
113 .hypfs.e.name = (nam), \
122 .hypfs.e.name = (nam), \
127 .hypfs.u.content = &(variable) }
132 .hypfs.e.name = (nam), \
137 .hypfs.u.content = &(variable) }
142 .hypfs.e.name = (nam), \
152 .hypfs.e.name = (nam), \
[all …]
/xen/docs/features/
A Dhypervisorfs.pandoc43 The FS paths are documented in `docs/misc/hypfs-paths.pandoc`.
57 * `xen/include/public/hypfs.h`
59 * `xen/include/xen/hypfs.h`
60 * `xen/common/hypfs.c`
66 * `docs/misc/hypfs-paths.pandoc`
/xen/tools/libs/hypfs/
A DMakefile6 LIBNAME := hypfs
/xen/tools/libs/
A DMakefile12 SUBDIRS-y += hypfs
/xen/xen/common/
A Dkernel.c440 else if ( param->hypfs.e.type == XEN_HYPFS_TYPE_STRING ) in param_init()
441 param->hypfs.e.size = strlen(param->hypfs.u.content) + 1; in param_init()
442 hypfs_add_leaf(&params, &param->hypfs, true); in param_init()
A DMakefile18 obj-$(CONFIG_HYPFS) += hypfs.o
A Dhypfs.c377 p = container_of(leaf, struct param_hypfs, hypfs); in hypfs_write_custom()
A DKconfig132 bool "Provide hypervisor .config via hypfs entry"
137 hypervisor are provided via the hypfs entry /buildinfo/config.
/xen/tools/libxl/
A Dlibxl.c667 xenhypfs_handle *hypfs; in libxl_set_parameters() local
669 hypfs = xenhypfs_open(ctx->lg, 0); in libxl_set_parameters()
670 if (!hypfs) { in libxl_set_parameters()
699 ret = xenhypfs_write(hypfs, path, val); in libxl_set_parameters()
713 xenhypfs_close(hypfs); in libxl_set_parameters()
/xen/xen/include/
A Dxlat.lst89 ? hypfs_direntry hypfs.h
90 ? hypfs_dirlistentry hypfs.h
A DMakefile12 compat/hypfs.h \
/xen/
A DCHANGELOG.md19 - Initial hypervisor file system (hypfs) support.
A D.gitignore113 tools/libs/hypfs/headers.chk
114 tools/libs/hypfs/xenhypfs.pc
/xen/tools/
A DRules.mk22 XEN_LIBXENHYPFS = $(XEN_ROOT)/tools/libs/hypfs
/xen/docs/misc/
A Dhypfs-paths.pandoc4 in the Xen hypervisor file system (hypfs).
/xen/xen/xsm/flask/policy/
A Daccess_vectors70 # hypfs hypercall

Completed in 20 milliseconds