您要查找的是不是:
- linear addressing architecture 线性寻址结构
- A new high-speed TLB architecture is designed for accelerating the address transition rate from linear address to physical one in micro processors. 摘要 为了加快微处理器中线性地址向物理地址转换的速度,提出了一种高速TLB结构。
- The IPv6 version of localhost is defined in RFC 3513: Internet Protocol Version 6 (IPv6) Addressing Architecture as ::1/128. ipv6的版本localhost是指在rfc 3513 :互联网协议版本6 (李斌)针对结构为: : 1 / 128 .
- The CPU control unit transforms a linear address into a physical address automatically. cpu会自动把一个虚地址映射成一个物理地址。
- To break the linear address corresponding to each page table component, various macros are used in the kernel. 要将线性地址划分成对应的每个页表元素,需要在内核中使用不同的宏。
- The ALIGN option specifies the alignment of each section within the linear address space of the program. ALIGN选项指定程序线性地址空间中每一节的对方式。
- Register.The directory field within the linear address determines the entry in Page Directory that points to the proper Page Table. 寄存器中。线性地址中的Directory字段确定页目录中指向恰当的页表条目。
- Helpfully, a calculation from a linear address to a physical one is quite simple and this will be shown several times in the following chapters. 不过还好把一个虚地址映射成一个物理地址的过程还算是相当简单的,在下面的章节里我们会多次展示这些技巧。
- Because we use the non-programmable register, GDT or LDT is not referred to while the translation from the logical address to the linear address is performed. 由于我们使用了不可编程寄存器,因此在将逻辑地址转换成线性地址时不引用GDT或LDT。
- IPv6 Header Format and Addressing Architecture IPv6的报文头格式和寻址结构
- Each of these registers contains the linear address associated with one of four breakpoint conditions. Each breakpoint condition is further defined by bits in DR7. 这些调试寄存器保存了一个线型地址;并且可以根据在DR7里面指定的条件产生中断(总共有四种条件;只能对某个寄存器指定一种条件).
- The following diagram illustrates the mapping of linear addresses to RAM. 下图是在RAM中的线性地址映射。
- Parsing the Addressing Architecture of IPv6 IPv6地址结构解析
- segmented addressing architecture 分段编址体系结构
- Any request to allocate dynamic memory by a process results in a new range of linear addresses becoming a part of its address space. 任何进程申请分配动态内存都会导致将一个新的线性地址空间范围加入该进程的地址空间。
- We get these offsets by breaking the linear addresses we receive as an output from segmentation unit. 我们通过进入作为分段单元输出的线性地址,再划分该地址来获得偏移量。
- Research for IP Address Architecture 关于IP地址体系结构的研究
- DTLB Data Translation Look-aside Buffer. Performs the translation from linear addresses to physical address required for support of virtual memory. 数据翻译旁视缓存区执行从线性地址到物理地址的翻译时要有虚拟内存的支持。
- Extended paging coexists with normal paging and is enabled to map large contiguous linear addresses into corresponding physical ones. 扩展分页可以与普通的分页模型一起使用,并可用于将大型的连续线性地址映射为对应的物理地址。
- Memory management is simpler when all processes use the same segment register values that is, when they share the same set of linear addresses. 当所有进程都使用同样的段寄存器的内存时,也就是说它们共享同一个线形地址空间,内存管理更加简单,