Searched refs:allocate (Results 1 – 15 of 15) sorted by relevance
/xen/docs/features/ |
A D | qemu-deprivilege.pandoc | 46 The simplest and most effective way to do this is to allocate a 69 A final way to set up a separate process for qemus is to allocate one 80 If you use this method, you should also allocate one "reaper" user to
|
/xen/docs/misc/arm/device-tree/ |
A D | booting.txt | 141 allocate to the guest. 145 An integer specifying the number of vcpus to allocate to the guest. 157 Peripheral Interrupts) to allocate for the domain. If nr_spis is
|
/xen/tools/libxc/include/ |
A D | xc_dom.h | 192 int (*allocate) (struct xc_dom_image * dom); member
|
/xen/stubdom/grub/ |
A D | kexec.c | 230 dom->allocate = kexec_allocate; in kexec()
|
/xen/docs/misc/ |
A D | xenmon.txt | 87 - The first time xenmon is run, it attempts to allocate xen trace buffers
|
A D | livepatch.pandoc | 728 structures. Caller *MUST* allocate up to `nr` of them. 730 Caller *MUST* allocate enough space to be able to store all received data 736 of the payload. Caller *MUST* allocate up to `nr` of them. Each *MUST* be 739 Caller *MUST* allocate enough space to be able to store all received data 744 string of the payload. Caller *MUST* allocate up to `nr` of them. Each *MUST* 795 space allocate for nr of them. */
|
A D | grant-tables.txt | 351 failure to allocate them on demand would cause difficulty, a batch can be
|
A D | xen-command-line.pandoc | 582 Specify the maximum address to allocate certain structures, if used in 1504 Specifies the number of ARM GICv3 LPI interrupts to allocate on the host,
|
/xen/docs/designs/ |
A D | qemu-deprivilege.md | 190 The solution is to allocate a second "reaper" uid that is only used to kill 203 either allocate a separate `reaper_uid` per domain, or use locking to
|
/xen/tools/libxc/ |
A D | xc_dom_core.c | 550 if ( dom->allocate ) in xc_dom_chk_alloc_pages() 551 dom->allocate(dom); in xc_dom_chk_alloc_pages()
|
/xen/docs/man/ |
A D | xl.conf.5.pod | 52 If set to "xen" then the hypervisor will allocate new domain-id values on a sequential basis.
|
A D | xl.1.pod.in | 335 desired amount of memory to allocate to the domain (although it may 427 The guest's balloon driver cannot allocate memory from Xen because of 443 allocate. 783 Like mem-set, this command can only allocate up to the maximum virtual
|
A D | xl.cfg.5.pod.in | 274 B<NOTE>: Because of the way ballooning works, the guest has to allocate 938 For example, you're trying to set "memory = 2800" to allocate memory to one 1484 The maximum size in octets of the buffer to allocate per stream.
|
/xen/tools/xenstore/ |
A D | talloc_guide.txt | 212 Note that multiple calls to talloc_set_name() will allocate more 224 This function does not allocate any memory. It just copies the
|
/xen/stubdom/ |
A D | lwip.patch-cvs | 666 LWIP_DEBUGF(MEM_DEBUG | 2, ("mem_malloc: could not allocate %"S16_F" bytes\n", (s16_t)size));
|
Completed in 22 milliseconds