search for: membase

Displaying 13 results from an estimated 13 matches for "membase".

2008 Jun 11
2
Not seeing all memory in CentOS 5.1 x86_64
I'm running CentOS 5.1 with all updates, and the xen kernel. For some reason the OS is not seeing the full amount of ram. #uname -a Linux CentOS-VM-A 2.6.18-53.1.21.el5xen #1 SMP Tue May 20 10:03:27 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux # free total used free shared buffers cached Mem: 6104064 3445136 2658928 0 1412236
2004 Jun 07
1
AVM B1 and PTP mode
...and capiinit moaned about a missing t1.b4. So I search the web and found one at http://www.avm.de/ftp/cardware/b1/x_misc/ddi/. When I now look at the controller, I finally see p2p-mode: # cat /proc/capi/controllers/1 name b1pciv4-a400 io 0xa400 irq 5 membase 0xf1800000 type B1 PCI ver_driver 3.09-10 ver_cardtype B1 ver_serial 39032287 protocol DSS1 linetype point to point cardname B1 csr (cached) 0x30004000 csr 0x30004000 txoff 4 txlen 0 rxof...
2004 Dec 14
0
[LLVMdev] misc. patches
...CurStubPtr = CurFunctionPtr = FunctionBase; > } > > +JITMemoryManager::~JITMemoryManager() { > + sys::Memory::ReleaseRWX(MemBlock); > +} > + > unsigned char *JITMemoryManager::allocateStub(unsigned StubSize) { > CurStubPtr -= StubSize; > if (CurStubPtr < MemBase) { > Index: lib/Support/Timer.cpp > =================================================================== > RCS file: /var/cvs/llvm/llvm/lib/Support/Timer.cpp,v > retrieving revision 1.33 > diff -u -r1.33 Timer.cpp > --- lib/Support/Timer.cpp 19 Nov 2004 04:59:07 -0000 1.33 > +++...
2012 May 30
0
Bug#675266: xen-hypervisor-4.0-amd64: Hard reset when starting a DomU on HP DL585 G7 // Opteron 6238
...000100000 - 00006cc000] PGTABLE ==> [0000100000 - 00006cc000] [ 0.000000] #8 [0004103000 - 0004505000] PGTABLE ==> [0004103000 - 0004505000] on the working: [ 0.000000] Scanning NUMA topology in Northbridge 24 [ 0.000000] Number of nodes 8 [ 0.000000] Node 0 MemBase 0000000000000000 Limit 000000013f600000 [ 0.000000] Node 1 bogus settings 440000000-13f600000. [ 0.000000] Node 2 bogus settings 640000000-13f600000. [ 0.000000] Node 3 bogus settings 840000000-13f600000. [ 0.000000] Node 4 bogus settings a40000000-13f600000. [ 0.000000] Node 5 bogus...
2004 Dec 13
6
[LLVMdev] misc. patches
Hi, here are some minor patches that for various reasons I've not submitted yet - I'm just trying to clear my list of differences before christmas... First of all the clear.patch file contains a patch that enables the JIT to drop all global mappings. I need this because when I have N threads I compile N different versions of my functions using different memory areas for global
2010 Dec 10
2
News: Heroku bought: Salesforce wants some Ruby love: $212m goes a long way
...g," Harris said. "These guys already have a roadmap - it''s fantastic." So far, the company has aimed to partner with those who bring technology add-ins to the basic Heroku service and to provide developers with additional capabilities. These include a Memecache add- in from Membase, formerly NorthScale, in April. You can see more here [1]. So far, so fluffy. But back to the question. What does Salesforce.com get for $212m plus $27m in stock? In short, Salesforce is buying its way into developers and those who know them. Salesforce.com''s background is sales people u...
2003 Dec 01
0
No subject
...VFS: Mounted root (ext2 filesystem) readonly. change_root: old root has d_count=1 Trying to unmount old root ... okay Freeing unused kernel memory: 76k freed Adding Swap: 530104k swap-space (priority -1) usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-ohci.c: USB OHCI at membase 0xd0089000, IRQ 11 usb.c: new USB bus registered, assigned bus number 1 usb.c: USB new device connect, assigned device number 1 hub.c: USB hub found hub.c: 2 ports detected Intel(R) PRO/100 Fast Ethernet Adapter - Loadable driver, ver. 1.2.1 Copyright (c) 2000 Intel Corporation e100 - Intel(R) 825...
2011 Jan 19
1
[BUG] Problem Booting Xen 4.0.1 on 2.6.32.26/27
...100000000-228000000 [ 0.000000] SRAT: Node 3 PXM 3 228000000-428000000 [ 0.000000] SRAT: PXMs only cover 2047MB of your 3454MB e820 RAM. Not used. [ 0.000000] SRAT: SRAT not used. [ 0.000000] Scanning NUMA topology in Northbridge 24 [ 0.000000] Number of nodes 4 [ 0.000000] Node 0 MemBase 0000000000000000 Limit 0000000228000000 [ 0.000000] Skipping disabled node 1 [ 0.000000] Skipping disabled node 2 [ 0.000000] Node 3 MemBase 0000000228000000 Limit 0000000428000000 [ 0.000000] NUMA: Allocated memnodemap from 10040 - 10180 [ 0.000000] NUMA: Using 27 for the hash shift...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...* UCR2_SRST is the only bit in the cached registers that might * differ from the value that was last written. As it only * automatically becomes one after being cleared, reread * conditionally. */ if (!(sport->ucr2 & UCR2_SRST)) sport->ucr2 = readl(sport->port.membase + offset); return sport->ucr2; - break; case UCR3: return sport->ucr3; - break; case UCR4: return sport->ucr4; - break; case UFCR: return sport->ufcr; - break; default: return readl(sport->port.membase + offset); } } diff --git a/drivers/usb/gadget/fun...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...* UCR2_SRST is the only bit in the cached registers that might * differ from the value that was last written. As it only * automatically becomes one after being cleared, reread * conditionally. */ if (!(sport->ucr2 & UCR2_SRST)) sport->ucr2 = readl(sport->port.membase + offset); return sport->ucr2; - break; case UCR3: return sport->ucr3; - break; case UCR4: return sport->ucr4; - break; case UFCR: return sport->ufcr; - break; default: return readl(sport->port.membase + offset); } } diff --git a/drivers/usb/gadget/fun...
2012 Jan 24
2
[PATCH 26/28] pci: convert to QEMU Object Model
....name = "i82378", + .size = sizeof(PCIi82378State), + .vmsd = &vmstate_pci_i82378, + .class_init = pci_i82378_class_init, + .props = (Property[]) { DEFINE_PROP_HEX32("iobase", PCIi82378State, isa_io_base, 0x80000000), DEFINE_PROP_HEX32("membase", PCIi82378State, isa_mem_base, 0xc0000000), DEFINE_PROP_END_OF_LIST() diff --git a/hw/ide/cmd646.c b/hw/ide/cmd646.c index 99e7e6f..9c673bb 100644 --- a/hw/ide/cmd646.c +++ b/hw/ide/cmd646.c @@ -325,20 +325,28 @@ void pci_cmd646_ide_init(PCIBus *bus, DriveInfo **hd_table, pci_id...
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c