Searched refs:hypfs (Results 1 – 16 of 16) sorted by relevance
/xen/xen/include/xen/ |
A D | param.h | 85 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 D | hypervisorfs.pandoc | 43 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 D | Makefile | 6 LIBNAME := hypfs
|
/xen/tools/libs/ |
A D | Makefile | 12 SUBDIRS-y += hypfs
|
/xen/xen/common/ |
A D | kernel.c | 440 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(¶ms, ¶m->hypfs, true); in param_init()
|
A D | Makefile | 18 obj-$(CONFIG_HYPFS) += hypfs.o
|
A D | hypfs.c | 377 p = container_of(leaf, struct param_hypfs, hypfs); in hypfs_write_custom()
|
A D | Kconfig | 132 bool "Provide hypervisor .config via hypfs entry" 137 hypervisor are provided via the hypfs entry /buildinfo/config.
|
/xen/tools/libxl/ |
A D | libxl.c | 667 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 D | xlat.lst | 89 ? hypfs_direntry hypfs.h 90 ? hypfs_dirlistentry hypfs.h
|
A D | Makefile | 12 compat/hypfs.h \
|
/xen/ |
A D | CHANGELOG.md | 19 - Initial hypervisor file system (hypfs) support.
|
A D | .gitignore | 113 tools/libs/hypfs/headers.chk 114 tools/libs/hypfs/xenhypfs.pc
|
/xen/tools/ |
A D | Rules.mk | 22 XEN_LIBXENHYPFS = $(XEN_ROOT)/tools/libs/hypfs
|
/xen/docs/misc/ |
A D | hypfs-paths.pandoc | 4 in the Xen hypervisor file system (hypfs).
|
/xen/xen/xsm/flask/policy/ |
A D | access_vectors | 70 # hypfs hypercall
|
Completed in 20 milliseconds