Jump to content

Processor Control Region

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jeh (talk | contribs) at 20:47, 1 July 2014 (rmv C structs. WP is not a reference manual nor a substitute for a header file. Rather, describe in prose a few key fields and explain their use & relevance. Also, COPYVIO). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Processor Control Region (PCR) is a Windows kernel mode data structure that contains information about the current processor. It can be accessed via the fs segment register.

Structure

In C and C++, the PCR is known as KPCR. It contains information about the current processor.

Processor Control Block

The PCR contains a substructure called Processor Control Block (KPRCB), which contain information such CPU step and pointer to the thread object of current thread.

References

See also