Displaying 9 results from an estimated 9 matches for "bfn".
Did you mean:
ben
2015 Dec 07
0
[PATCH RFC 1/3] xen: export xen_phys_to_bus, xen_bus_to_phys and xen_virt_to_bus
...art_dma_addr;
-/*
- * Both of these functions should avoid PFN_PHYS because phys_addr_t
- * can be 32bit when dma_addr_t is 64bit leading to a loss in
- * information if the shift is done before casting to 64bit.
- */
-static inline dma_addr_t xen_phys_to_bus(phys_addr_t paddr)
-{
- unsigned long bfn = pfn_to_bfn(PFN_DOWN(paddr));
- dma_addr_t dma = (dma_addr_t)bfn << PAGE_SHIFT;
-
- dma |= paddr & ~PAGE_MASK;
-
- return dma;
-}
-
-static inline phys_addr_t xen_bus_to_phys(dma_addr_t baddr)
-{
- unsigned long pfn = bfn_to_pfn(PFN_DOWN(baddr));
- dma_addr_t dma = (dma_addr_t)pfn <&l...
2023 May 19
1
[PATCH 2/4] x86: always initialize xen-swiotlb when xen-pcifront is enabling
On Fri, May 19, 2023 at 01:49:46PM +0100, Andrew Cooper wrote:
> > The alternative would be to finally merge swiotlb-xen into swiotlb, in
> > which case we might be able to do this later. Let me see what I can
> > do there.
>
> If that is an option, it would be great to reduce the special-cashing.
I think it's doable, and I've been wanting it for a while. I just
2015 Dec 07
6
[PATCH RFC 0/3] Xen on Virtio
Hi all,
this patch series introduces support for running Linux on top of Xen
inside a virtual machine with virtio devices (nested virt scenario).
The problem is that Linux virtio drivers use virt_to_phys to get the
guest pseudo-physical addresses to pass to the backend, which doesn't
work as expected on Xen.
Switching the virtio drivers to the dma APIs (dma_alloc_coherent,
2015 Dec 07
6
[PATCH RFC 0/3] Xen on Virtio
Hi all,
this patch series introduces support for running Linux on top of Xen
inside a virtual machine with virtio devices (nested virt scenario).
The problem is that Linux virtio drivers use virt_to_phys to get the
guest pseudo-physical addresses to pass to the backend, which doesn't
work as expected on Xen.
Switching the virtio drivers to the dma APIs (dma_alloc_coherent,
2005 Oct 10
0
Wine Desktop
...) using apt.
My question is, however, how do you get Wine Desktop
to appear. I have seen many screen shots of apps
running in a wine desktop window but every time I have
tried (i edited the config file) I could never get
wine desktop to appear.
Anybody know what I'm doing wrong?
Jonathan
:-)BFN this e-mail is from JONATHAN HADDOCK :-)
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
2011 May 16
0
Re: Mysterious "L" Before Directories in WINE Text Out
Jake Thomas wrote:
> Example:
> L"C:\Program Files\Lucas Arts\Battle for Naboo\bfn.exe"
This means it's a unicode string.
2004 Jun 11
3
Einlesen von Daten unter R
Sehr geehrte Damen und Herren,
An der Fachhochschule Winterthur wurde f??r mich im Rahmen einer
Diplomarbeit (Prof. Ruckstuhl) ein R-Programm zur Auswertung von
IR-Spektren (line-shape-Analyse zur quantitativen Analyse von
Gasmischungen) entwickelt. Die Daten werden einer Excel-Tabelle
entnommen. Bisher werden die spektroskopischen Daten ??ber den Inhalt von
64 Kan??len ??ber die
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...2!;1?rzA*62m&dhM>0yFv?o<@
z9;&sBv`;A^c&xW{@|=!8VmaN%*_eq2=VCV79o(}Vd08M11_S=ehklX2|EvFi8 at G3P
z>s#MSl4z{8lyw<>wvQsVs|)LV%&O8fB}o!Gog%u@<&w#yBuUb>YDQ)f6cTGKS{jf7
znRs at 0Z}H4CPxFgE|CjjLpZ!^OZ{5Ziv$ni6HKb`uw_7k63^+QTFx=SWWZJO3wS}ug
zyU_)~ORTez0PO+=0y>`SM}bfN(TLAJeaz*(CF4pXgFz&oJdvCq3N|~6ER|#?C(AXa
zb>Xh1?^n)K`)Ki%Rn#sD at VZv7Zs7ydnME53vWYWNEzy8h2D_}N$1{QuG%CRf$=248
z7hAE^FSXEDDt05zo;}as_|JcZ|NEc(KYa4zALZeP9_8Z2i*$NjthFo_CC<4vzPK2B
zyl?BBn1E=l>2x}6d#;M{Q!0dnG)>8~6k9di-rM8G&FgfFg#YxHf0_5Z=RJ7uxp3hE
zRaLE%nKVsF)7W1XLa?_#BFR&FgCYIF...
2003 Dec 01
0
No subject
...tocol is using broadcast packages, witch won't be
routed.
I think you have to add the parameter "remote announce =
192.168.221.255/DOMAINNAME", or use "remote browse sync =
192.168.221.130" if you have two samba-server.
I never used it, so I only able to that it works.
bfn
Sascha Haupt
----- Original Message -----
From: "Andre Macara" <andre.macara@clix.pt>
Date: Wednesday, August 22, 2001 4:17 pm
Subject: RE: 2 DHCP Server
> Its a IP standard
>
> There must be only one (Where have I heard this?) DHCP server for each
> network
> Yo...