Searched refs:od (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/docs/ |
A D | gen-html-index | 127 foreach my $od (sort { $a cmp $b } uniq map { dirs($_) } @docs) { 128 my @d = (grep /^\Q$od\E/, @docs); 129 if ( @d == 1 and $d[0] eq "$od/index.html" ) 132 $top .= make_link("$od/index.html", 0); 137 my $secttitle = make_linktext($od); 139 <li><a href=\"${od}/index.html\">$secttitle</a></li> 145 $links = make_links($od,@d); 153 make_page("$outdir/$od/index.html", $secttitle, $idx);
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | mkhex | 24 od -v -t x $@ | sed 's/^[0-9]* */0x/' | sed 's/ */, 0x/g' | sed 's/$/,/' | sed 's/0x,//' | sed 's…
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/ |
A D | mkhex | 23 od -v -t x $2 | sed 's/^[0-9]* */0x/' | sed 's/ */, 0x/g' | sed 's/$/,/' | sed 's/0x,//' | sed 's…
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | mm.c | 1255 struct domain *od; in xenmem_add_to_physmap_one() local 1258 od = rcu_lock_domain_by_any_id(extra.foreign_domid); in xenmem_add_to_physmap_one() 1259 if ( od == NULL ) in xenmem_add_to_physmap_one() 1262 if ( od == d ) in xenmem_add_to_physmap_one() 1264 rcu_unlock_domain(od); in xenmem_add_to_physmap_one() 1268 rc = xsm_map_gmfn_foreign(XSM_TARGET, d, od); in xenmem_add_to_physmap_one() 1271 rcu_unlock_domain(od); in xenmem_add_to_physmap_one() 1277 page = get_page_from_gfn(od, idx, &p2mt, P2M_ALLOC); in xenmem_add_to_physmap_one() 1280 rcu_unlock_domain(od); in xenmem_add_to_physmap_one() 1287 rcu_unlock_domain(od); in xenmem_add_to_physmap_one() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | build32.mk | 13 (od -v -t x $< | tr -s ' ' | awk 'NR > 1 {print s} {s=$$0}' | \
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m-pod.c | 82 struct domain * od; in p2m_pod_cache_add() local 85 od = page_get_owner(p); in p2m_pod_cache_add() 86 if ( od != d ) in p2m_pod_cache_add() 90 od ? od->domain_id : -1); in p2m_pod_cache_add()
|
A D | p2m.c | 2540 struct domain *od; in audit_p2m() local 2568 od = page_get_owner(page); in audit_p2m() 2570 if ( od != d ) in audit_p2m() 2573 mfn, od, (od?od->domain_id:-1), d, d->domain_id); in audit_p2m()
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | Makefile | 70 od -v -t x $*.bin | sed -e 's/^[0-9]* /0x/' -e 's/ /, 0x/g' -e 's/$$/,/'; \
|
Completed in 17 milliseconds