Searched refs:od (Results 1 – 9 of 9) sorted by relevance
/xen/docs/ |
A D | gen-html-index | 147 foreach my $od (sort { $a cmp $b } uniq map { dirs($_) } @docs) { 148 my @d = (grep /^\Q$od\E/, @docs); 149 if ( @d == 1 and $d[0] eq "$od/index.html" ) 152 $top .= make_link("$od/index.html", 0); 157 my $secttitle = make_linktext($od); 159 <li><a href=\"${od}/index.html\">$secttitle</a></li> 165 $links = make_links($od,@d); 173 make_page("$outdir/$od/index.html", $secttitle, $idx);
|
/xen/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/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/xen/arch/arm/ |
A D | mm.c | 1439 struct domain *od; in xenmem_add_to_physmap_one() local 1442 od = get_pg_owner(extra.foreign_domid); in xenmem_add_to_physmap_one() 1443 if ( od == NULL ) in xenmem_add_to_physmap_one() 1446 if ( od == d ) in xenmem_add_to_physmap_one() 1448 put_pg_owner(od); in xenmem_add_to_physmap_one() 1452 rc = xsm_map_gmfn_foreign(XSM_TARGET, d, od); in xenmem_add_to_physmap_one() 1455 put_pg_owner(od); in xenmem_add_to_physmap_one() 1461 page = get_page_from_gfn(od, idx, &p2mt, P2M_ALLOC); in xenmem_add_to_physmap_one() 1464 put_pg_owner(od); in xenmem_add_to_physmap_one() 1473 put_pg_owner(od); in xenmem_add_to_physmap_one() [all …]
|
/xen/xen/arch/x86/boot/ |
A D | build32.mk | 13 (od -v -t x $< | tr -s ' ' | awk 'NR > 1 {print s} {s=$$0}' | \
|
/xen/xen/arch/x86/mm/ |
A D | p2m-pod.c | 77 struct domain * od; in p2m_pod_cache_add() local 80 od = page_get_owner(p); in p2m_pod_cache_add() 81 if ( od != d ) in p2m_pod_cache_add() 85 od ? od->domain_id : -1); in p2m_pod_cache_add()
|
A D | p2m.c | 2444 struct domain *od; in audit_p2m() local 2472 od = page_get_owner(page); in audit_p2m() 2474 if ( od != d ) in audit_p2m() 2477 mfn, od, (od?od->domain_id:-1), d, d->domain_id); in audit_p2m()
|
/xen/tools/tests/x86_emulator/ |
A D | Makefile | 197 od -v -t x $*.bin | sed -e 's/^[0-9]* /0x/' -e 's/ /, 0x/g' -e 's/$$/,/'; \ 216 od -v -t x $*.bin | sed -e 's/^[0-9]* /0x/' -e 's/ /, 0x/g' -e 's/$$/,/'; \
|
/xen/xen/arch/x86/ |
A D | Makefile | 110 od -t x4 -N 8192 $(TMP) | grep 1badb002 > /dev/null || \ 112 od -t x4 -N 32768 $(TMP) | grep e85250d6 > /dev/null || \
|
Completed in 16 milliseconds