Displaying 4 results from an estimated 4 matches for "0c000000".
Did you mean:
0000000
2007 Apr 18
1
[PATCH] Translate asm version of ELFNOTE macro into preprocessor macro
Hi,
I've come across some problems with the assembly version of the ELFNOTE
macro currently in -mm. (in
x86-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch)
The first is that older gas does not support :varargs in .macro
definitions (in my testing 2.17 does while 2.15 does not, I don't know
when it became supported). The Changes file says binutils >= 2.12 so I
think we need
2006 May 26
3
FreeBSD boot loader on VT-x based Xen system
...SUB EAX, EDX
000090a1 (02) b1 33 MOV CL, 0x33
000090a3 (01) 51 PUSH ECX
000090a4 (01) 50 PUSH EAX
000090a5 (05) 68 02020000 PUSH 0x202
000090aa (02) 6a 2b PUSH 0x2b
000090ac (06) ff35 0c000000 PUSH DWORD [0xc]
And, we can see that the instruction stream at 90ac matches the
instruction stream in the eip dump in the exception display. (Note
that I''m disassembling the btx.o file, and so the linker has not
fixed up the reference to btx_hdr+0xc to be 900c, instead...
2004 Sep 23
16
network_alloc_rx_buffers panic
Some users are hitting this panic in network_alloc_rx_buffers()
when running a big network intensive app:
/* Check return status of HYPERVISOR_dom_mem_op(). */
if ( rx_mcl[nr_pfns].args[5] != nr_pfns )
panic("Unable to reduce memory reservation\n");
I''m not clear on what is happening here. Are the domains changing size?
Which memory reservation is being
2009 Feb 27
28
[Bug 20341] New: NV31 lockup
http://bugs.freedesktop.org/show_bug.cgi?id=20341
Summary: NV31 lockup
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: detringj at