这种方法是为主存的每一页配一个键,称为存储键,每个用户的实存页面的键都相同。为了打开这个锁,必须有钥匙,称为访问键。访问键赋予每道程序,并保存在该道程序的状态寄存器中。当数据要写入主存的某一页时,访问键要与存储键相比较。若两键相符,则允许访问该页,否则拒绝访问。
关键保护元素 Protection Critical Element
锁与键保护 lock-and-key protection
锁与键保护系统 lock-and-key protection system
保护键 [计] protection key ; [计] protected key
触控式键盘保护套 Touch Cover
键盘保护盖 Type Cover
存储保护键 storageprotectionkey ; [计] memory protection key
键盘保护套 Touch Cover ; keyboard case
键盘保护膜 Keyboard Covers ; keyboard protector ; sony
键安全和键保护的内核扩展统称为可以识别键的内核扩展。
A kernel extension that is either key-safe or key-protected is called key aware.
要使得一个内核扩展成为键保护的内核扩展,您还必须定义它的私有或者半私有数据,以及它如何使用键来保护这些数据。
To make a kernel extension key-protected, you must also define its private or semi-private data and how it USES keys to protect that data.
如果您需要使内核扩展成为可识别键的内核扩展,那么您必须添加显式的保护门,通常在您的模块的所有条目和退出点处。
If you make a kernel extension key-aware, you must add explicit protection gates, typically at all entry and exit points of your module.
应用推荐