Re: xchg & lock question
- From: "Eman" <spamtrap@xxxxxxxxxx>
- Date: Mon, 27 Mar 2006 21:30:40 +0400
For those, who may also being interesting in this topic,
the answer is as follows.
These are e.g. Pentium 4, Intel Xeon, and P6 family processors.
For them, if the memory area being accessed is cached internally
in the processor, the LOCK# signal is generally not asserted;
instead, locking is only applied to the processor's caches.
("IA-32 IntelR Architecture Software Developer's Manual,
Volume 3: System Programming Guide").
--
"Eman" <spamtrap@xxxxxxxxxx> wrote in message news:e06vfn$2dlm$2@xxxxxxxxxxxxxxxxx
According to Intel' manual "when a memory operand is used with the XCHG instruction, the processor's LOCK signal is automatically
asserted". AMD documentation also states that.
Can someone tell me, which of IA32 compatible processors do not
assert LOCK automatically in the case of XCHG reg,[mem] ?
Thanks in advance.
--
.
- Follow-Ups:
- Re: xchg & lock question
- From: robertwessel2@xxxxxxxxx
- Re: xchg & lock question
- References:
- xchg & lock question
- From: Eman
- xchg & lock question
- Prev by Date: graphics in pmode
- Next by Date: Re: xchg & lock question
- Previous by thread: Re: xchg & lock question
- Next by thread: Re: xchg & lock question
- Index(es):
Relevant Pages
|