Home
last modified time | relevance | path

Searched refs:tmem (Results 1 – 17 of 17) sorted by relevance

/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/
A Dxenstat.h199 unsigned long long xenstat_tmem_curr_eph_pages(xenstat_tmem *tmem);
200 unsigned long long xenstat_tmem_succ_eph_gets(xenstat_tmem *tmem);
201 unsigned long long xenstat_tmem_succ_pers_puts(xenstat_tmem *tmem);
202 unsigned long long xenstat_tmem_succ_pers_gets(xenstat_tmem *tmem);
A Dxenstat.c742 unsigned long long xenstat_tmem_curr_eph_pages(xenstat_tmem *tmem) in xenstat_tmem_curr_eph_pages() argument
744 return tmem->curr_eph_pages; in xenstat_tmem_curr_eph_pages()
748 unsigned long long xenstat_tmem_succ_eph_gets(xenstat_tmem *tmem) in xenstat_tmem_succ_eph_gets() argument
750 return tmem->succ_eph_gets; in xenstat_tmem_succ_eph_gets()
754 unsigned long long xenstat_tmem_succ_pers_puts(xenstat_tmem *tmem) in xenstat_tmem_succ_pers_puts() argument
756 return tmem->succ_pers_puts; in xenstat_tmem_succ_pers_puts()
760 unsigned long long xenstat_tmem_succ_pers_gets(xenstat_tmem *tmem) in xenstat_tmem_succ_pers_gets() argument
762 return tmem->succ_pers_gets; in xenstat_tmem_succ_pers_gets()
/xen-4.10.0-shim-comet/xen/common/
A DMakefile73 tmem-y := tmem.o tmem_xen.o tmem_control.o
74 tmem-$(CONFIG_COMPAT) += compat/tmem_xen.o
75 obj-$(CONFIG_TMEM) += $(tmem-y)
A DKconfig75 You also have to enable it on the Xen commandline by using tmem=1
/xen-4.10.0-shim-comet/docs/man/
A Dxl.conf.pod.5153 that use tmem and have self-balloon enabled (which is the default
166 Note that to enable tmem type guests, one needs to provide C<tmem> on the
180 Normal memory and freeable pool of ephemeral pages (tmem) is used when
A Dxl.pod.1.in1621 =item B<tmem-list> I<[OPTIONS]> I<domain-id>
1623 List tmem pools.
1635 =item B<tmem-freeze> I<domain-id>
1637 Freeze tmem pools.
1639 =item B<tmem-thaw> I<domain-id>
1641 Thaw tmem pools.
1643 =item B<tmem-set> I<domain-id> [I<OPTIONS>]
1645 Change tmem settings.
1663 De/authenticate shared tmem pool.
1679 =item B<tmem-freeable>
[all …]
/xen-4.10.0-shim-comet/tools/flask/policy/modules/
A Dguest_features.te1 # Allow all domains to use (unprivileged parts of) the tmem hypercall
/xen-4.10.0-shim-comet/xen/include/
A Dxlat.lst125 ? tmem_oid tmem.h
126 ! tmem_op tmem.h
A DMakefile19 compat/tmem.h \
/xen-4.10.0-shim-comet/tools/xenstat/xentop/
A Dxentop.c1092 xenstat_tmem *tmem = xenstat_domain_tmem(domain); in do_tmem() local
1093 unsigned long long curr_eph_pages = xenstat_tmem_curr_eph_pages(tmem); in do_tmem()
1094 unsigned long long succ_eph_gets = xenstat_tmem_succ_eph_gets(tmem); in do_tmem()
1095 unsigned long long succ_pers_puts = xenstat_tmem_succ_pers_puts(tmem); in do_tmem()
1096 unsigned long long succ_pers_gets = xenstat_tmem_succ_pers_gets(tmem); in do_tmem()
/xen-4.10.0-shim-comet/tools/misc/
A DMakefile27 INSTALL_SBIN += xen-tmem-list-parse
/xen-4.10.0-shim-comet/
A DMAINTAINERS387 W: http://oss.oracle.com/projects/tmem
389 F: xen/common/tmem*
390 F: xen/include/xen/tmem*
391 F: docs/misc/tmem*
A D.gitignore221 tools/misc/xen-tmem-list-parse
A DSUPPORT.md230 Transcendent Memory (tmem) allows the creation of hypervisor memory pools
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/
A Daccess_vectors70 # tmem hypercall (any access)
72 # XEN_SYSCTL_tmem_op command of tmem (part of sysctl)
/xen-4.10.0-shim-comet/docs/misc/
A Dxsm-flask.txt84 __HYPERVISOR_tmem_op (xen/include/public/tmem.h)
86 The following tmem control ops, that is the sub-subops of
A Dxen-command-line.markdown1701 ### tmem subsection
1704 ### tmem\_compress

Completed in 23 milliseconds