[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4794ADE0.7070203@keyaccess.nl>
Date: Mon, 21 Jan 2008 15:36:16 +0100
From: Rene Herman <rene.herman@...access.nl>
To: jidong xiao <jidong.xiao@...il.com>
CC: linux-kernel@...r.kernel.org
Subject: Re: Question about set_intr_gate_ist()
On 21-01-08 07:23, jidong xiao wrote:
> I know there is set_intr_gate(n,addr) which is used to insert an
> interrupt gate in the n th IDT entry. But I don't know what the usage
> of set_intr_gate_ist()?
The same, while setting the "Interrupt STack" field of the descriptor to
"ist". This field is a 64-bit only field, implementing a hardware stack
switch. Look for it in the AMD64 docs.
Rene.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists