青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品

<2010年10月>
262728293012
3456789
10111213141516
17181920212223
24252627282930
31123456

統計

  • 隨筆 - 21
  • 文章 - 0
  • 評論 - 2
  • 引用 - 0

常用鏈接

留言簿

隨筆分類

隨筆檔案

搜索

  •  

最新評論

閱讀排行榜

評論排行榜

第二章 系統架構瀏覽2.5

2.5 CONTROL REGISTERS控制寄存器

Control registers (CR0, CR1, CR2, CR3, and CR4; see Figure 2-6) determine operating

mode of the processor and the characteristics of the currently executing task.

These registers are 32 bits in all 32-bit modes and compatibility mode.

In 64-bit mode, control registers are expanded to 64 bits. The MOV CRn instructions

are used to manipulate the register bits. Operand-size prefixes for these instructions

are ignored. The following is also true:

控制寄存器(CR0,CR1,CR2,CR3,CR4,看圖2-6)決定處理器的運行模式,以及當前執行程序的一些特性。在所有32位模式以及其兼容模式下,這些寄存器都是32位的。

64位模式下,控制寄存器擴展至64位。指令MOV CRn用于操作寄存器的位。該操作指令的前綴操作數的大小被忽略。

下面描述的內容位真:

 

Bits 63:32 of CR0 and CR4 are reserved and must be written with zeros. Writinga nonzero value to any of the upper 32 bits results in a general-protectionexception, #GP(0).

CR0,CR4寄存器的位32至位63保留,必須設為0.向這些為設值會誘發一個保護中斷#GP(0).

 

All 64 bits of CR2 are writable by software.

CR264個位對于軟件都是可寫的。

 

Bits 51:40 of CR3 are reserved and must be 0

CR3的位40至位52保留,必須清零。

 

 

The MOV CRn instructions do not check that addresses written to CR2 and CR3are within the linear-address or physical-address limitations of the implementation.

指令MOV CRn不對將要寫入CR2CR3的地址做合法性的檢查,即檢查是否在合法的線性地址空間或者合法的物理地址空間。

 

 

Register CR8 is available in 64-bit mode only.

CR8只有在64模式才可用

 

The control registers are summarized below, and each architecturally defined controlfield in these control registers are described individually. In Figure 2-6, the width of

the register in 64-bit mode is indicated in parenthesis (except for CR0).

控制寄存器如下綜述。每個架構都在控制寄存器里定義了控制塊。稍后會對這些控制寄存器進行獨立的描述。圖26表明這些寄存器的大小是64位(除了CR0.

 

 

CR0 — Contains system control flags that control operating mode and states of the processor.

包含系統控制標識,用以控制處理器的運行模式和狀態

 

CR1 — Reserved.保留

 

CR2 — Contains the page-fault linear address (the linear address that caused apage fault).

包含頁面錯誤的線性地址(誘發頁面錯誤的線性地址)

 

CR3 — Contains the physical address of the base of the page directory and two flags (PCD and PWT). This register is also known as the page-directory base register (PDBR). Only the most-significant bits (less the lower 12 bits) of the base

address are specified; the lower 12 bits of the address are assumed to be 0. The page directory must thus be aligned to a page (4-KByte) boundary. The PCD and PWT flags control caching of the page directory in the processor’s internal data

caches (they do not control TLB caching of page-directory information).

CR3包含頁目錄的物理基地址和兩個標識(PCD PWT.這個處理器也通常作為頁目錄基地址寄存器(PDBR).只有基地址中最重要的位(低12位)才會被指明;地址的低12位通常假設其值為0.頁表必須與頁的分界線(4KB)對齊。PCD PWT標識控制處理器內部數據緩沖中的頁表緩沖(這兩個標識不控制頁表信息中的TLB緩沖)

 

When using the physical address extension, the CR3 register contains the base address of the page-directory-pointer table In IA-32e mode, the CR3 register contains the base address of the PML4 table.

當使用物理地址的擴展特性時,CR3寄存器包含的是頁目錄指針表的基地址。在IA32E模式下,CR3寄存器包含了PML4表的基地址。

 

CR4 — Contains a group of flags that enable several architectural extensions,and indicate operating system or executive support for specific processor capabilities.

The control registers can be read and loaded (or modified) using the moveto-or-from-control-registers forms of the MOV instruction. In protected mode,the MOV instructions allow the control registers to be read or loaded (at privilege level 0 only). This restriction means that application programs or operatingsystem procedures (running at privilege levels 1, 2, or 3) are prevented from reading or loading the control registers.

CR4寄存器包含一組標識,這些標識用于激活架構的一些擴展特性,并且標明操作系統或服務程序為處理器的一些特殊的特性做的一些支持。

通過MOV指令,CR4寄存器可以被導入或讀取或修改。在保護模式下,MOV指令可以對CR4寄存器進行導入或讀取的操作(只有在等級0的情況下才允許)。這條約束意味著,操作系統或執行程序在登記123的情況下都不被允許對CR4寄存器驚醒導入或讀取的操作。

 

 

CR8 — Provides read and write access to the Task Priority Register (TPR). It specifies the priority threshold value that operating systems use to control the priority class of external interrupts allowed to interrupt the processor. This register is available only in 64-bit mode. However, interrupt filtering continues to apply in compatibility mode.

CR8寄存器提供關于讀和寫任務優先權寄存器的權限信息。被允許產生中斷電外部中斷都有優先權等級;優先權的等級是有操作系統去控制;而CR8提供了處理器用以控制優先權的優先權臨界值。CR8寄存器只在64位模式才可用。但是,兼容模式仍然提供了中斷屏蔽的功能。

 

When loading a control register, reserved bits should always be set to the values previously read. The flags in control registers are:

導入控制寄存器的值是,保留的位必須一直保留上一次讀到的值。控制寄存器里的標識如下:

 

PG Paging (bit 31 of CR0) — Enables paging when set; disables paging when clear. When paging is disabled, all linear addresses are treated as physical addresses. The PG flag has no effect if the PE flag (bit 0 of register CR0) is not also set; setting the PG flag when the PE flag is clear causes a general protection exception (#GP)On Intel 64 processors, enabling and disabling IA-32e mode operation also  requires modifying CR0.PG.

 

PG 分頁(CR0的位31 該標識設值時,激活分頁功能;清零則禁用分頁功能。禁用分頁時,所有的線性地址都被當作物理地址看待。如果PE標識(CR0的位0)未設值,則PG標識無任何作用。在PE標識清零的情況下,對PG標識進行設值會引發一個保護中斷(#GP)。對于intel64位處理器來說,激活和禁用IA32E模式的操作同樣需要修改CR0寄存器的PG標識。

 

 

CD Cache Disable (bit 30 of CR0) — When the CD and NW flags are clear,caching of memory locations for the whole of physical memory in the processor’s internal (and external) caches is enabled. When the CD flag is set, caching is restricted as described in Table 10-5. To prevent the processor

from accessing and updating its caches, the CD flag must be set and the caches must be invalidated so that no cache hits can occur.

CD 緩存禁用(CR0的位30):當CD標識和NW標識同時清零時,內存緩存中的處理器內部和外部緩存被激活。當CD標識設值時,對緩存的約束有表10-5所綜述。位防止處理器訪問和更新它自己的緩存,CD標識必須設值,并且緩存必須置成無效,防止緩存請求的發生。

 

 

NW Not Write-through (bit 29 of CR0) — When the NW and CD flags are clear, write-back (for Pentium 4, Intel Xeon, P6 family, and Pentium processors) or write-through (for Intel486 processors) is enabled for writes that hit the cache and invalidation cycles are enabled. See Table 10-5 for detailed information about the affect of the NW flag on caching for other settings of  the CD and NW flags.???

 

AM Alignment Mask (bit 18 of CR0) — Enables automatic alignment checking when set; disables alignment checking when clear. Alignment checking is performed only when the AM flag is set, the AC flag in the EFLAGS register is set, CPL is 3, and the processor is operating in either protected or virtual-

8086 mode.

AM 數據對齊屏蔽(CR0的位18):當該標識設值時,激活數據的自動對齊;清零時則禁用數據對齊檢查。只有在處理器在保護模式或者虛擬8086模式下運行,并且處理器權限(CPL)等級3EFLAGS寄存器里的AC標識設值,以及AM標識設值,數據對齊檢查才會執行。

 

 

 

WP Write Protect (bit 16 of CR0) — Inhibits supervisor-level procedures from writing into user-level read-only pages when set; allows supervisor-level procedures to write into user-level read-only pages when clear (regardless of the U/S bit setting; see Section 3.7.6). This flag facilitates implementation of the copy-on-write method of creating a new process (forking) used by operating

systems such as UNIX.

WP 寫保護(CR0的位16):當該位設值時,阻止超級用戶的程序對一般用戶級別的只讀頁面進行寫操作;清零則允許。這個標識降低了操作系統創建新進程的copy-on-write方法的實現難度,比如UNIXfork方法。

 

 

NE Numeric Error (bit 5 of CR0) — Enables the native (internal) mechanism for reporting x87 FPU errors when set; enables the PC-style x87 FPU error reporting mechanism when clear. When the NE flag is clear and the IGNNE#

input is asserted, x87 FPU errors are ignored. When the NE flag is clear andthe IGNNE# input is deasserted, an unmasked x87 FPU error causes the processor to assert the FERR# pin to generate an external interrupt and to stop instruction execution immediately before executing the next waiting

floating-point instruction or WAIT/FWAIT instruction.

The FERR# pin is intended to drive an input to an external interrupt controller (the FERR# pin emulates the ERROR# pin of the Intel 287 and Intel 387 DX math coprocessors). The NE flag, IGNNE# pin, and FERR# pin are used with external logic to implement PC-style error reporting.

NE 數值錯誤(CR0的位5):設值是激活舉報X87 FPU錯誤的內部策略;清零時激活PC-Style X87 FPU錯誤的舉報方法。

ET Extension Type (bit 4 of CR0) — Reserved in the Pentium 4, Intel Xeon, P6

family, and Pentium processors. In the Pentium 4, Intel Xeon, and P6 family

processors, this flag is hardcoded to 1. In the Intel386 and Intel486 processors,

this flag indicates support of Intel 387 DX math coprocessor instructions

when set.

TS Task Switched (bit 3 of CR0) — Allows the saving of the x87

FPU/MMX/SSE/SSE2/ SSE3 context on a task switch to be delayed until an

x87 FPU/MMX/SSE/SSE2/SSE3 instruction is actually executed by the new

task. The processor sets this flag on every task switch and tests it when

executing x87 FPU/MMX/SSE/SSE2/SSE3 instructions.

 

 

 

posted on 2009-09-27 23:13 ChinaPanda 閱讀(659) 評論(0)  編輯 收藏 引用 所屬分類: Os

青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
  • <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            在线日韩av| 亚洲视频在线观看| 久久精品国产v日韩v亚洲| 久久久999国产| 欧美风情在线观看| 国产精品美女久久久久aⅴ国产馆| 久久香蕉国产线看观看av| 亚洲在线视频免费观看| 久久久97精品| 亚洲九九爱视频| 欧美一区二区视频在线观看| 日韩视频在线免费观看| 激情综合视频| 亚洲永久精品国产| 亚洲第一天堂无码专区| 香蕉免费一区二区三区在线观看| 一区二区不卡在线视频 午夜欧美不卡在 | 久久婷婷国产麻豆91天堂| 亚洲国产欧美不卡在线观看| 美女黄毛**国产精品啪啪| 日韩午夜三级在线| 欧美aⅴ99久久黑人专区| 久久美女艺术照精彩视频福利播放| 欧美日韩国产小视频在线观看| 欧美国产精品日韩| 亚洲在线网站| 欧美肥婆bbw| 久久久久久久综合| 亚洲精品1234| 欧美电影在线| 一本久久a久久精品亚洲| 欧美v国产在线一区二区三区| 欧美激情一区二区三区在线视频观看| 免费亚洲一区二区| 国产精品电影网站| 午夜精品视频一区| 亚洲欧美另类在线| 国产一区二区久久久| 翔田千里一区二区| 欧美久久视频| 一区在线免费观看| 亚洲深夜av| 国产视频在线观看一区二区| 亚洲国产一区二区在线| 久热精品视频| 欧美3dxxxxhd| 欧美国产精品v| 欧美人成免费网站| 欧美韩日视频| 在线日本成人| 久久香蕉精品| 欧美 日韩 国产在线| 免费久久精品视频| 玖玖在线精品| 一区精品在线播放| 久久久噜噜噜久久中文字幕色伊伊| 欧美日韩一区在线视频| 亚洲午夜久久久久久久久电影院 | 99亚洲视频| 欧美成人精品h版在线观看| 国产精品99久久久久久久vr | 欧美一级专区免费大片| 国产精品久久久久久久久久久久久久| 亚洲欧美综合一区| 国产精品日本一区二区| 快射av在线播放一区| 国内精品美女在线观看| 亚洲一区免费网站| 欧美日韩一区二区在线| 一本大道久久a久久精二百| 欧美精品1区| 久久福利电影| 欧美日韩一二三四五区| 久久精品亚洲精品| 欧美精品在线免费观看| 99re在线精品| 欧美一级一区| 国产一区免费视频| 欧美成人精品在线| 一片黄亚洲嫩模| 国产精品久久久久久久浪潮网站| 久久久亚洲影院你懂的| 18成人免费观看视频| 欧美成人精品影院| 亚洲一级高清| 亚洲一级影院| 国产欧美精品va在线观看| 99国产精品99久久久久久| 先锋影音网一区二区| 狠狠色噜噜狠狠色综合久| 欧美成人免费大片| 亚洲精品中文字幕女同| 国产精品国产三级国产aⅴ入口| 噜噜噜91成人网| 亚洲最新视频在线| 免费成人你懂的| 另类天堂av| 国产精品99久久99久久久二8| 久久一区精品| 亚洲午夜视频| 欧美刺激性大交免费视频| 好吊日精品视频| 午夜精品一区二区在线观看| 亚洲影院一区| 91久久精品国产91久久性色| 鲁大师成人一区二区三区| 久久久精品一区二区三区| 亚洲精品国产精品乱码不99按摩| 亚洲免费激情| 老司机67194精品线观看| 国产亚洲精品激情久久| 欧美精品在线极品| 久久三级视频| 午夜天堂精品久久久久| 日韩午夜三级在线| 亚洲图片自拍偷拍| 亚洲人屁股眼子交8| 国产亚洲日本欧美韩国| 欧美午夜免费影院| 亚欧美中日韩视频| 玖玖玖国产精品| 久久成人精品电影| 亚洲一区国产视频| 国产女主播在线一区二区| 欧美日韩亚洲免费| 欧美国产欧美亚洲国产日韩mv天天看完整| 亚洲成色www8888| 夜夜夜久久久| 亚洲精品欧美精品| 亚洲国产91| 国产精品video| 欧美老女人xx| 欧美精品videossex性护士| 美玉足脚交一区二区三区图片| 亚洲高清不卡| 欧美成人一区二区| 亚洲手机成人高清视频| 99国产精品| 亚洲午夜国产成人av电影男同| 国产精品尤物| 亚洲视频网在线直播| 亚洲蜜桃精久久久久久久| 亚洲人线精品午夜| 久久九九久精品国产免费直播| 亚洲成人在线视频播放| 国产一区在线看| 欧美人与禽猛交乱配视频| 欧美激情一区二区三区在线| 亚洲一区久久久| 午夜日韩在线观看| 久久久久久久一区二区三区| 久久久亚洲人| 亚洲小说春色综合另类电影| 麻豆久久精品| 欧美激情综合色| 99riav国产精品| 亚洲专区欧美专区| 久久久xxx| 亚洲女优在线| 久久久精品999| 欧美激情中文字幕乱码免费| 欧美一区二区三区免费观看| 欧美影片第一页| 亚洲一区久久久| 久久久久久网站| 欧美日韩精品在线视频| 国产精品一区二区久久国产| 狠狠爱成人网| 一本色道婷婷久久欧美| 久久精品国产亚洲5555| 亚洲国产精品一区制服丝袜| 亚洲一区二区视频在线| 麻豆国产精品777777在线| 欧美午夜不卡视频| 欧美日韩精品一本二本三本| 久久精品毛片| 欧美日韩亚洲在线| 在线观看欧美成人| 狠狠色香婷婷久久亚洲精品| 国产精品欧美在线| 在线观看日韩av| 激情久久综合| 亚洲欧美www| 欧美影院在线播放| 亚洲欧洲综合| 久久婷婷国产综合国色天香| 欧美一区二区私人影院日本| 欧美大胆成人| 1024成人网色www| 久久精品成人一区二区三区| 欧美一区二区三区视频在线观看| 亚洲一区二区在线| 欧美成人日本| 久久久www成人免费精品| 国产精品国产三级国产aⅴ9色| 国产精品久久福利| 99热这里只有精品8| 欧美福利在线| 久久久久一本一区二区青青蜜月| 久久久噜久噜久久综合|