Displaying 20 results from an estimated 1266 matches for "fpu".
Did you mean:
cpu
2008 Feb 29
10
[PATCH] [RFC] More fp instructions for realmode emulation (Enables booting OS/2 as a HVM guest on Intel/VT hardware)
This patch adds a number of fp instructions needed for OS/2 to boot as a HVM
guest on Intel/VT hardware. It appears to work fine, and OS/2 is now finally
working on Intel/VT as well as AMD/SVM.
I''m a little concerned about the "correctness" of the FSTSW emulation and
the use of inline assembly directly using the corresponding ops for
emulation. Wrt FSTSW, it is really two ops
2006 Apr 19
1
FreeBSD Security Advisory FreeBSD-SA-06:14.fpu
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-06:14.fpu Security Advisory
The FreeBSD Project
Topic: FPU information disclosure
Category: core
Module: sys
Announced: 2006-04-19
Credits: Jan Beulich
Affects: All Fre...
2006 Apr 19
0
FreeBSD Security Advisory FreeBSD-SA-06:14.fpu
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-06:14.fpu Security Advisory
The FreeBSD Project
Topic: FPU information disclosure
Category: core
Module: sys
Announced: 2006-04-19
Credits: Jan Beulich
Affects: All Fre...
2015 May 31
2
[LLVMdev] how to add some default target flags?
Hello,
I've built LLVM natively on a fpu-less (soft-float) mips32 target, and
built mesa to use it.
However llvm apparently cannot determine what machine it's running on and builds
code for a generic mips target with fpu.
Is there a way to have llc/llvm always use "-march=mipsle -mcpu=mips32
-mattr=+soft-float" as a default...
2011 May 07
0
[PATCH 2 of 8] FPU: create FPU init and destroy functions
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Xen PV ABI on FPU doesn't match with pvops kernel FPU code, reducing to a serious memory data damage
2013 Nov 07
0
Xen PV ABI on FPU doesn't match with pvops kernel FPU code, reducing to a serious memory data damage
...below,
void math_state_restore(void)
{
struct task_struct *tsk = current;
if (!tsk_used_math(tsk)) {
local_irq_enable(); <<<< Here it might
open a schedule window
/*
* does a slab alloc which can sleep
*/
if (init_fpu(tsk)) {
/*
* ran out of memory!
*/
do_group_exit(SIGKILL);
return;
}
local_irq_disable(); <<<< Here it closes
}
__thread_fpu_begin(tsk);
/*
* Paranoid restore. send a SI...
Xen PV ABI on FPU doesn't match with pvops kernel FPU code, reducing to a serious memory data damage
2013 Nov 07
0
Xen PV ABI on FPU doesn't match with pvops kernel FPU code, reducing to a serious memory data damage
...below,
void math_state_restore(void)
{
struct task_struct *tsk = current;
if (!tsk_used_math(tsk)) {
local_irq_enable(); <<<< Here it might
open a schedule window
/*
* does a slab alloc which can sleep
*/
if (init_fpu(tsk)) {
/*
* ran out of memory!
*/
do_group_exit(SIGKILL);
return;
}
local_irq_disable(); <<<< Here it closes
}
__thread_fpu_begin(tsk);
/*
* Paranoid restore. send a SI...
2023 Jun 01
4
[PATCH 1/1] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
...6e890c5d5021 ("vhost: use vhost_tasks for worker threads")
Signed-off-by: Eric W. Biederman <ebiederm at xmission.com>
Co-developed-by: Mike Christie <michael.christie at oracle.com>
Signed-off-by: Mike Christie <michael.christie at oracle.com>
---
arch/x86/include/asm/fpu/sched.h | 2 +-
arch/x86/kernel/fpu/context.h | 2 +-
arch/x86/kernel/fpu/core.c | 2 +-
drivers/vhost/vhost.c | 22 ++------
fs/coredump.c | 4 +-
include/linux/sched/task.h | 1 -
include/linux/sched/vhost_task.h | 15 ++----
kernel/exit.c...
2011 Feb 25
2
[LLVMdev] ARM ELF target and the use of VFP/NEON instructions
...Hi Renato,
> >
> > I noticed that support for some elf eabi attributes has been added to
> > LLVM and it is a good progress. But still this is insufficient.
> >
> > Now with the schedule for 2.9 available, would it be possible to resolve
> > this missing ".fpu" directive issue for 2.9 release in order to have
> > clang working on ARM linux systems out of the box without patching?
>
> Hi Siarhei,
>
> if you can get us the sequence of attributes you want emitted for each fpu
> type, and what you expect to see on the .o side, it...
2019 Apr 10
2
[RFC] New Clang target selection options for ARM/AArch64
...-------|-----|---------|-----|---------|
| -march with '+<ext>' | Y | Y | Y | Y |
| checks extensions | Y | N | N | N |
| .arch with '+<ext>' | N | N | N | Y |
| .arch_extension | Y | Y | Y | N |
| .fpu | Y | N | Y | N |
| -mfpu | Y | N | Y | N |
| checks FPUs | N | n/a | N | n/a |
|----------------------|-----|---------|-----|---------|
Examples of each of these can be found at the end of this document.
Problems...
2010 Jul 14
1
guest got cpu mhz 0.000
...esult:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 6
model name : QEMU Virtual CPU version 0.9.1
stepping : 3
cpu MHz : 0.000
cache size : 32 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm up pni
bogomips : 1437.69
clflush size : 64
power management:
The CPU Mhz is 0...
2011 Dec 03
2
Can I configure cores instead of CPU's
> -------- Original message --------
> Subject: Re: [libvirt-users] Can I configure cores instead of CPU's
> From: Todd And Margo Chester <toddandmargo at gmail.com>
> To: "libvirt-users at redhat.com" <libvirt-users at redhat.com>
> CC:
>
>
> Hi All,
>
> Scientific Linux 6.1 x64
> qemu-kvm-0.12.1.2-2.160.el6_1.2.x86_64
>
> My XP-Pro
2010 Apr 02
1
What should I do regarding "DLL attempted to change..." warning ?
Hi all,
The call to:
library(rJava)
Results in the following warning massage:
Warning message:
In inDL(x, as.logical(local), as.logical(now), ...) :
DLL attempted to change FPU control word from 8001f to 9001f
After some searching I found the following explanation:
> R expects all calls to DLLs (including the initializing call) to leave the
> FPU control word unchanged. Many run-time libraries reset the FPU control
> word during initialization; this will cause...
2011 Feb 25
0
[LLVMdev] ARM ELF target and the use of VFP/NEON instructions
...r reminding about it.
>
> Hi Renato,
>
> I noticed that support for some elf eabi attributes has been added to LLVM and
> it is a good progress. But still this is insufficient.
>
> Now with the schedule for 2.9 available, would it be possible to resolve this
> missing ".fpu" directive issue for 2.9 release in order to have clang working
> on ARM linux systems out of the box without patching?
Hi Siarhei,
if you can get us the sequence of attributes you want emitted for each fpu type,
and what you expect to see on the .o side, it should be very possible
to get...
2011 Feb 25
2
[LLVMdev] ARM ELF target and the use of VFP/NEON instructions
...it up and submit the patch. Thanks for reminding about it.
Hi Renato,
I noticed that support for some elf eabi attributes has been added to LLVM and
it is a good progress. But still this is insufficient.
Now with the schedule for 2.9 available, would it be possible to resolve this
missing ".fpu" directive issue for 2.9 release in order to have clang working
on ARM linux systems out of the box without patching?
Thanks.
--
Best regards,
Siarhei Siamashka
2023 Jun 02
2
[PATCH 1/1] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Hi Mike,
sorry, but somehow I can't understand this patch...
I'll try to read it with a fresh head on Weekend, but for example,
On 06/01, Mike Christie wrote:
>
> static int vhost_task_fn(void *data)
> {
> struct vhost_task *vtsk = data;
> - int ret;
> + bool dead = false;
> +
> + for (;;) {
> + bool did_work;
> +
> + /* mb paired w/
2019 Apr 16
2
[RFC] New Clang target selection options for ARM/AArch64
...-------|-----|---------|-----|---------|
| -march with '+<ext>' | Y | Y | Y | Y |
| checks extensions | Y | N | N | N |
| .arch with '+<ext>' | N | N | N | Y |
| .arch_extension | Y | Y | Y | N |
| .fpu | Y | N | Y | N |
| -mfpu | Y | N | Y | N |
| checks FPUs | N | n/a | N | n/a |
|----------------------|-----|---------|-----|---------|
Examples of each of these can be found at the end of this document.
Problems...
2009 Jul 27
1
how to change FPU control word?
Dear developers,
is there (already) a platform-independent way for (temporarily!)
changing the fpu control word?
More precisely: I am looking for functions (accessible from C code in R
packages) which read and write the fpu control word on x86 cpus (and
cause no harm otherwise), because I need to (temporarily) turn off
internal 80-bit precision for some algorithms relying on 64-bit IEEE
arit...
2002 Jan 22
2
Peak value
Hi,
While testing ReplayGain (so it could be related to a bug), I noticed the following gain comments for a file:
RG_PEAK=1.71580
RG_RADIO=-7.91 dB
RG_AUDIOPHILE=-6.72 dB
I've never seen such a large peak. Not that I've looked much, nor have I analyzed the file further. I just thought I should mention it. :)
The file is the track Board Burner by Mixmaster Mike, available at:
2013 Jun 17
0
Re: Fwd: Haswell 4770 misidentified as Sandy Bridge
...hank you,
Michael Giardino
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
stepping : 3
microcode : 0x7
cpu MHz : 800.000
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb
rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf eagerfpu...