* Plzz help me regarding HIGHMEM (PAE) confusion in Linux-2.4 ???
@ 2004-12-09 10:56 Fawad Lateef
2004-12-09 11:07 ` William Lee Irwin III
0 siblings, 1 reply; 2+ messages in thread
From: Fawad Lateef @ 2004-12-09 10:56 UTC (permalink / raw)
To: linux-mm
I m confused with that how the kernel access highmem
through PAE. I know that kmap related functions do
that but when I saw what they do, I got to know that
they are just setting PTE according to already created
slot of pagetable.
But as far as I understand from Intel's IA32 System
Programmer manual, due to linear address limit of
32bit we can't access more than 4GB from a single
process, and for above 4GB cr3 must be loaded with the
new PGD values so that the linear address of 32bits
can then access the other 4GB (4GB to 8GB) and for
every every 4GB till 64GB.
Now the kernel is using the pagetables for kmaps hav
PGD entry for accessing starting 4GB, but how it goes
beyond that ?
Plzz explain me !!!!!
Thanks
Fawad Lateef
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-12-09 11:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-09 10:56 Plzz help me regarding HIGHMEM (PAE) confusion in Linux-2.4 ??? Fawad Lateef
2004-12-09 11:07 ` William Lee Irwin III
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.