| /xen/docs/ |
| A D | gen-html-index | 127 my $top = ''; 144 $top .= make_link($of,''); 152 $top .= make_link("$od/index.html", 0); 158 $top .= <<END; 177 make_page("$outdir/index.html", "", $top);
|
| /xen/xen/drivers/passthrough/x86/ |
| A D | iommu.c | 207 unsigned long i, top, max_pfn; in arch_iommu_hwdom_init() local 233 top = max(max_pdx, pfn_to_pdx(max_pfn) + 1); in arch_iommu_hwdom_init() 235 for ( i = 0; i < top; i++ ) in arch_iommu_hwdom_init()
|
| /xen/xen/arch/x86/mm/ |
| A D | paging.c | 99 if ( likely(mfn_valid(d->arch.paging.log_dirty.top)) ) in paging_map_log_dirty_bitmap() 100 return map_domain_page(d->arch.paging.log_dirty.top); in paging_map_log_dirty_bitmap() 117 if ( !mfn_valid(d->arch.paging.log_dirty.top) ) in paging_free_log_dirty_bitmap() 137 l4 = map_domain_page(d->arch.paging.log_dirty.top); in paging_free_log_dirty_bitmap() 192 paging_free_log_dirty_page(d, d->arch.paging.log_dirty.top); in paging_free_log_dirty_bitmap() 193 d->arch.paging.log_dirty.top = INVALID_MFN; in paging_free_log_dirty_bitmap() 289 if ( unlikely(!mfn_valid(d->arch.paging.log_dirty.top)) ) in paging_mark_pfn_dirty() 291 d->arch.paging.log_dirty.top = paging_new_log_dirty_node(d); in paging_mark_pfn_dirty() 292 if ( unlikely(!mfn_valid(d->arch.paging.log_dirty.top)) ) in paging_mark_pfn_dirty() 370 mfn = d->arch.paging.log_dirty.top; in paging_mfn_is_dirty() [all …]
|
| A D | p2m.c | 1527 struct page_info *top, *pg; in p2m_flush_table_locked() local 1561 top = mfn_to_page(mfn); in p2m_flush_table_locked() 1564 if ( pg != top ) in p2m_flush_table_locked() 1567 page_list_add(top, &p2m->pages); in p2m_flush_table_locked()
|
| /xen/tools/ocaml/xenstored/ |
| A D | parse_arg.ml | 49 ("--reraise-top-level", Arg.Unit (fun () -> reraise_top_level := true), 50 "reraise exceptions caught at the top level"); 59 …config-file <filename>] [--no-domain-init] [--help] [--no-fork] [--reraise-top-level] [--restart] …
|
| /xen/xen/tools/kconfig/tests/ |
| A D | pytest.ini | 5 # them as top-level modules. It is silly to prefix or suffix a test file with
|
| /xen/xen/arch/x86/ |
| A D | e820.c | 424 uint64_t mtrr_cap, mtrr_def, addr_mask, base, mask, top; in mtrr_top_of_ram() local 468 top = 0; in mtrr_top_of_ram() 482 top = max_t(uint64_t, top, ((base | ~mask) & addr_mask) + PAGE_SIZE); in mtrr_top_of_ram() 485 return top; in mtrr_top_of_ram()
|
| /xen/automation/build/ |
| A D | README.md | 22 From the top level of the source tree it should be possible to 29 Which will cause the top level `make` to execute within the default
|
| /xen/tools/xenstore/ |
| A D | talloc_guide.txt | 73 The context argument to talloc() can be NULL, in which case a new top 259 This function creates a zero length named talloc context as a top 350 for the top level memory context, but only if 364 for the top level memory context, but only if 378 top of the tree. If you don't call this function first then passing 403 top of the tree. If you don't call this function first then passing
|
| /xen/tools/xenstat/xentop/ |
| A D | xentop.c | 140 static void top(void); 1162 static void top(void) in top() function 1315 top(); in main() 1334 top(); in main()
|
| /xen/docs/misc/arm/device-tree/ |
| A D | guest.txt | 3 Xen ARM virtual platforms shall have a top-level "hypervisor" node with
|
| A D | booting.txt | 111 the top-level bootargs will used for Xen.
|
| /xen/tools/libxl/ |
| A D | libxlu_disk_l.l | 30 %top{
|
| A D | CODING_STYLE | 77 cleaning up are declared at the top of the function, and
|
| /xen/xen/arch/arm/arm32/lib/ |
| A D | div64.S | 114 @ The top part of remainder became zero. If carry is set
|
| /xen/docs/hypervisor-guide/x86/ |
| A D | how-xen-boots.rst | 101 top of the page is safe to use.
|
| /xen/docs/features/ |
| A D | migration.pandoc | 27 From the command line, `xl migrate/save/restore` are the top level
|
| /xen/xen/include/asm-x86/ |
| A D | domain.h | 179 mfn_t top; member
|
| /xen/docs/misc/ |
| A D | xenstore-ring.txt | 4 information. The [xenstore protocol](xenstore.txt) is layered on top of
|
| A D | block-scripts.txt | 22 default), then this can be done by adding the following to the top of
|
| /xen/docs/misc/xen-makefiles/ |
| A D | makefiles.rst | 81 $(CFLAGS-y) is necessary because the top Makefile owns the
|
| /xen/tools/xl/ |
| A D | CODING_STYLE | 29 cleaning up are declared at the top of the function, and
|
| /xen/docs/man/ |
| A D | xen-vtpm.7.pod | 30 This mini-os vTPM subsystem was built on top of the previous vTPM work done by
|
| /xen/stubdom/ |
| A D | Makefile | 19 $(error Please run 'make mini-os-dir' in top-level directory)
|
| /xen/ |
| A D | MAINTAINERS | 86 F: */net/* all files in "any top level directory"/net
|