Searched refs:needed (Results 1 – 25 of 45) sorted by relevance
12
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | check-libxl-api-rules | 3 our $needed=0; 14 $needed=1; 17 $needed=0; 19 next unless $needed;
|
/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | protocols.h | 39 # error arch fixup needed here
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | page_alloc.c | 542 unsigned long needed = (sizeof(**_heap) + in init_node_heap() local 552 needed = 0; in init_node_heap() 554 else if ( *use_tail && nr >= needed && in init_node_heap() 559 _heap[node] = mfn_to_virt(mfn + nr - needed); in init_node_heap() 563 else if ( nr >= needed && in init_node_heap() 564 arch_mfn_in_directmap(mfn + needed) && in init_node_heap() 569 avail[node] = mfn_to_virt(mfn + needed - 1) + in init_node_heap() 574 get_order_from_pages(needed) ) in init_node_heap() 580 needed = 0; in init_node_heap() 587 needed = 0; in init_node_heap() [all …]
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | TODO | 10 - Implement the remaining functions (don't know if all are needed):
|
/xen-4.10.0-shim-comet/tools/tests/regression/ |
A D | README | 37 packages are needed for this (which are currently not automatically
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | README | 29 DSDT compiler "iasl" is needed. By default, it will be downloaded
|
A D | dsdt.asl | 148 * Therefore we need to split the 64-bit calculations needed
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | history.ml | 25 (* Called from periodic_ops to ensure we don't discard symbols that are still needed. *) 45 | None -> [] (* We have no open transaction, so no history is needed *)
|
A D | domains.ml | 172 (* The queues are correct already: no further action needed. *)
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | build32.lds | 45 * However, _GLOBAL_OFFSET_TABLE_ is no longer needed in final output.
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | coverage.markdown | 27 files needed by userspace tools.
|
A D | pvh.markdown | 40 Other relevant information needed in order to boot a guest kernel
|
A D | efi.markdown | 20 `EFI_MOUNTPOINT` is overridden as needed, should the default of `/boot/efi` not
|
A D | xl-psr.markdown | 34 Once monitoring is not needed any more, the domain can be detached from the
|
A D | livepatch.markdown | 24 function (if needed). 54 to revert it if needed. 283 and handles the architecture-specifc sections as needed. This process is much 874 also able to patch the strings as needed. This sounds simple - but the compiler
|
A D | 9pfs.markdown | 287 ## Why ring.h is not needed
|
/xen-4.10.0-shim-comet/tools/ |
A D | configure.ac | 165 dnl are only needed when the host system is x86 but that check is done 171 [AC_MSG_ERROR([Could not find lzma, needed to build rombios])]) 391 # FDT is needed only on ARM
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/ |
A D | assembler.h | 266 @ explicit IT instruction needed because of the label
|
A D | div64.S | 84 @ The division loop for needed upper bit positions.
|
A D | lib1funcs.S | 166 @ Perform all needed substractions to keep only the reminder.
|
/xen-4.10.0-shim-comet/docs/designs/ |
A D | dmop.markdown | 60 handles. If they are needed, they should instead be in
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | xen-release-management.pandoc | 156 Release Ack is needed. 275 Subject: No Release Ack needed before RcX 279 The tree is in good state. No release ack is needed before RcX. Please commit
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 10graphics.diff | 350 + /* if our terminal needed initialization, we should shut it down 352 + * we can come back if needed */ 1366 +/* Print ch on the screen. Handle any needed scrolling or the like */ 2207 + /* if our terminal needed initialization, we should shut it down 2209 + * we can come back if needed */
|
/xen-4.10.0-shim-comet/ |
A D | INSTALL | 354 - replace private path variables as needed (SBINDIR/sbindir)
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 1419 + /* just executing this next line is probably faster that the if statement needed 1804 + * Setting this is needed to avoid reentering non-reentrant functions like 1832 - * Setting this is needed to avoid reentering non-reentrant functions like 1962 #define stats_init() /* Compatibility define, not init needed. */
|
Completed in 37 milliseconds
12