Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 33) sorted by relevance

12

/xen/docs/
A Dgen-html-index127 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 Diommu.c207 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 Dpaging.c99 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 Dp2m.c1527 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 Dparse_arg.ml49 ("--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 Dpytest.ini5 # them as top-level modules. It is silly to prefix or suffix a test file with
/xen/xen/arch/x86/
A De820.c424 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 DREADME.md22 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 Dtalloc_guide.txt73 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 Dxentop.c140 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 Dguest.txt3 Xen ARM virtual platforms shall have a top-level "hypervisor" node with
A Dbooting.txt111 the top-level bootargs will used for Xen.
/xen/tools/libxl/
A Dlibxlu_disk_l.l30 %top{
A DCODING_STYLE77 cleaning up are declared at the top of the function, and
/xen/xen/arch/arm/arm32/lib/
A Ddiv64.S114 @ The top part of remainder became zero. If carry is set
/xen/docs/hypervisor-guide/x86/
A Dhow-xen-boots.rst101 top of the page is safe to use.
/xen/docs/features/
A Dmigration.pandoc27 From the command line, `xl migrate/save/restore` are the top level
/xen/xen/include/asm-x86/
A Ddomain.h179 mfn_t top; member
/xen/docs/misc/
A Dxenstore-ring.txt4 information. The [xenstore protocol](xenstore.txt) is layered on top of
A Dblock-scripts.txt22 default), then this can be done by adding the following to the top of
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst81 $(CFLAGS-y) is necessary because the top Makefile owns the
/xen/tools/xl/
A DCODING_STYLE29 cleaning up are declared at the top of the function, and
/xen/docs/man/
A Dxen-vtpm.7.pod30 This mini-os vTPM subsystem was built on top of the previous vTPM work done by
/xen/stubdom/
A DMakefile19 $(error Please run 'make mini-os-dir' in top-level directory)
/xen/
A DMAINTAINERS86 F: */net/* all files in "any top level directory"/net

Completed in 59 milliseconds

12