search for: 10h

Displaying 20 results from an estimated 135 matches for "10h".

Did you mean: 10
2013 Aug 19
3
[LLVMdev] Issue with X86FrameLowering __chkstk on Windows 8 64-bit / Visual Studio 2012
...i1* %sf5 %49 = getelementptr i8* %0, i32 148 %50 = bitcast i8* %49 to i1* %51 = load i1* %50 store volatile i1 true, i1* %50 br label %merged2 } It generates the following assembly: 0000000581D30010 push rbp 0000000581D30011 mov rbp,rsp 0000000581D30014 sub rsp,10h 0000000581D30018 mov dword ptr [rbp-4],0 0000000581D3001F mov al,1 0000000581D30021 test al,al 0000000581D30023 jne 0000000581D30042 0000000581D30029 mov eax,10h 0000000581D3002E call 00000005F08425D0 0000000581D30033 sub rsp,rax 00000005...
2012 Mar 02
3
[LLVMdev] Access Violation using ExecutionEngine on 64-bit Windows 8 Consumer Preview
...veryone! I've faced a strange problem after updating to Windows 8 Consumer Preview recently. It seems that LLVM inserts 4 calls to the same function at the start of generated code. The function's disassembly (taken from nearby computer with Windows 7) is: 00000000773A0DD0 sub rsp,10h 00000000773A0DD4 mov qword ptr [rsp],r10 00000000773A0DD8 mov qword ptr [rsp+8],r11 00000000773A0DDD xor r11,r11 00000000773A0DE0 lea r10,[rsp+18h] 00000000773A0DE5 sub r10,rax 00000000773A0DE8 cmovb r10,r11 00000000773A0DEC mov r11,qword...
2012 Feb 14
0
[LLVMdev] Strange behaviour with x86-64 windows, bad call instruction address
...edx,0FFFFFFFEh 000007FFFFC5120E xor r8d,r8d 000007FFFFC51211 call rax 000007FFFFC51213 add rsp,20h 000007FFFFC51217 test al,1 000007FFFFC5121A je 000007FFFFC511C3 000007FFFFC51220 mov qword ptr [rbp-68h],rdi 000007FFFFC51224 mov eax,10h 000007FFFFC51229 call 0000080077B3F1D0 000007FFFFC5122E sub rsp,rax 000007FFFFC51231 mov rdx,rsp 000007FFFFC51234 mov qword ptr [rbp-0F0h],rdx 000007FFFFC5123B sub rsp,20h The call instruction at 000007FFFFC51229 is the one that jumps into invalid memor...
2019 Nov 24
2
My ethernet is not listed in centOS 8 boot.iso
...B9x0 LPC host controller (rev 42) 00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller 00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Address Map 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Miscellaneous Control 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Link Control 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor DRAM Contro...
2013 Oct 11
1
Centos 6.4 - doesnt power off with shutdown/poweroff cmd
...r [1002:439d] 00:14.4 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] 00:14.5 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200] 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201] 00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202] 00:18.3 Host bridge [0600]: Advanced...
2009 Apr 30
2
esata
...SBx00 Azalia (Intel HDA) 00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge 00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] DRAM Controller 00:18.3 Host bridge: Advanced...
2013 Aug 27
0
[LLVMdev] Issue with X86FrameLowering __chkstk on Windows 8 64-bit / Visual Studio 2012
...%50 = bitcast i8* %49 to i1* > %51 = load i1* %50 > store volatile i1 true, i1* %50 > br label %merged2 > } > > > It generates the following assembly: > 0000000581D30010 push rbp > 0000000581D30011 mov rbp,rsp > 0000000581D30014 sub rsp,10h > 0000000581D30018 mov dword ptr [rbp-4],0 > 0000000581D3001F mov al,1 > 0000000581D30021 test al,al > 0000000581D30023 jne 0000000581D30042 > 0000000581D30029 mov eax,10h > 0000000581D3002E call 00000005F08425D0 > 0000000581D...
2007 Nov 30
4
[PATCH 0/4] [AMD IOMMU] Enable PCI passthru for HVM guest
Hi, The following 4 patches enable direct device assignment (PCI passthru) for HVM guest on AMD IOMMU platforms. Please apply them against C/S 16491 as the named order. To enable AMD IOMMU, please add "enable_amd_iommu" as xen boot parameter. 1-cleanup.patch: code cleanup, bug fix, minor enhancements to existing amd-iommu codes. 2-passthru-amd.patch: passthru support, modifications to
2019 Nov 24
2
My ethernet is not listed in centOS 8 boot.iso
Hi, Sorry i left the file behind. Here's the file. Best regards. On Sat, Nov 23, 2019, 16:50 Phil Perry <pperry at elrepo.org> wrote: > On 23/11/2019 06:48, Ebed wrote: > > Hi, > > > > Yesterday i tried to install centOS 8 on my little router and server, but > > there's no ethernet listed there. I'm using Compaq pressario V3737TU > which >
2011 Dec 06
2
[Bug 43562] New: GT215: Freeze on X startup
...dge: nVidia Corporation MCP61 PCI bridge (rev a1) 00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2) 00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2) 00:09.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2) 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Contr...
2012 Jan 08
3
No sound over HDMI using nvidia graphics card
...) 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (rev 40) 00:16.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller 00:16.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Contr...
2009 Sep 10
1
[Bug 23822] New: Blank Screen during nouveau/xen boot
...ia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1) 00:10.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1) 00:12.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1) 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] DRAM Controller 00:18.3 Host bridge: Advanced Mic...
2012 Nov 23
2
Data frame manipulation
Hello, I have a table that was constructed in a wrong way (dput data on bottom - wrong data-frame): Local Mês Dia Colonia X6h X7h X8h X9h X10h X11h X12h X13h X14h X15h X16h X17h 1 Conceição Junho 1 3 2.16137 2.20412 2.08991 1.72428 1.69897 1.62325 1.44716 1.51851 1.43136 1.47712 1.51851 1.04139 2 Conceição Junho 2 3 2.46538 2.13672 2.06819 1.97772 2.00000 1.80618 1.64345 1.20412 1.62325 1.36173 1.690...
2005 May 12
1
keep a mount point
Hello, I want to create a international web radio. I have a lot of source around the world and I want to have only one mount point. My sources will change according a planning. For example, source A works between 9h-10h and source B between 10h and 11h. My question is : how to make it without disconnect clients ? How can I keep my mount point during the sources switching ? I can develop a software in perl or C. Thanks.
2012 Sep 01
1
Can't pass through onboard Intel HDA, works in KVM
...4-[04]-- +-14.5 ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller +-16.0 ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller +-16.2 ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller +-18.0 Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration +-18.1 Advanced Micro Devices [AMD] Family 10h Processor Address Map +-18.2 Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller +-18.3 Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control...
2011 Feb 18
1
[PATCH] core: Honor DISPLAY text background color when in VGA mode
When in VGA graphics mode, BIOS int 10h ah=09h doesn't seem to treat high-order attribute bits as a background color; instead, it apparently always uses black. This means that a background color requested via <SI> in a DISPLAY file is not honored in VGA mode. However, the BIOS supports an "XOR" mode, in which the pi...
2019 Nov 24
0
My ethernet is not listed in centOS 8 boot.iso
...(rev 42) > 00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] > SB7x0/SB8x0/SB9x0 USB EHCI Controller > 00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] > SB7x0/SB8x0/SB9x0 USB OHCI0 Controller > 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h > Processor Address Map > 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h > Processor Miscellaneous Control > 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h > Processor Link Control > 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Fa...
2010 Jan 09
1
[LLVMdev] Unaligned SSE Memop Support Patch
This patch adds a feature to allow SSE memops to be unaligned on supported architectures. Mostly I want to see if the naming is reasonable. Supporting unaligned memops requires a bit twiddle on 10h processors. This patch makes the assumption that the OS sets the bit correctly. Comments? -Dave -------------- next part -------------- A non-text attachment was scrubbed... Name: uamem.patch Type: text/x-diff Size: 3585 bytes Desc: not available URL: <http://lis...
2013 Jul 19
2
[LLVMdev] SIMD instructions and memory alignment on X86
...> The code at 76719BA1 is: > > 76719BA1 push ebp > 76719BA2 mov ebp,esp > 76719BA4 sub esp,20h > 76719BA7 and esp,0FFFFFFF0h > 76719BAA fld st(0) > 76719BAC fst dword ptr [esp+18h] > 76719BB0 fistp qword ptr [esp+10h] > 76719BB4 fild qword ptr [esp+10h] > 76719BB8 mov edx,dword ptr [esp+18h] > 76719BBC mov eax,dword ptr [esp+10h] > 76719BC0 test eax,eax > 76719BC2 je 76719DCF > 76719BC8 fsubp st(1),st > 76719BCA test edx,edx > 76...
2000 Mar 08
1
Printing graphs on W98 laptop (PR#477)
...or messages reproduced below (slightly different in each version). It then terminates R and returns to the desktop. The printer is an HP 6MP, directly connected to the laptop, no network. All is fine on my desktop with Windows NT4.0. Is this a known problem? R 1.0.0 RGUI caused an exception 10H in module R.DLL at 015f:1002460b. Registers: EAX=00000006 CS=015f EIP=1002460b EFLGS=00010246 EBX=00000000 SS=0167 ESP=0253f220 EBP=0253f258 ECX=0045c8f0 DS=0167 ESI=02ee81c8 FS=0e47 EDX=00000001 ES=0167 EDI=0045c8f0 GS=0000 Bytes at CS:EIP: dd 99 90 0a 00 00 89 81 90 0a 00 00 8b 81 34 24 Stack dum...