e/Translation lookaside buffer

New Query

Information
has glosseng: A translation lookaside buffer (TLB) is a CPU cache that memory management hardware uses to improve virtual address translation speed. It was the first cache introduced in processors. All current desktop and server processors (such as x86) use a TLB. A TLB has a fixed number of slots that contain page table entries, which map virtual addresses to physical addresses. The virtual memory is the space seen from a process and can be greater than the physical memory. This space is segmented in pages of a prefixed size. Generally only some pages are loaded in the physical memory in locations depending of the page replacement policies. The page table (generally loaded in memory) holds trace of where the virtual pages are loaded in the physical memory. The TLB is a cache of the page table, that is only a subset of its content are stored.
lexicalizationeng: Translation lookaside buffer
lexicalizationeng: Translation-Lookaside Buffer
instance of(noun) (computer science) the part of a computer (a microprocessor chip) that does most of the data processing; "the CPU and the memory form the central part of a computer to which the peripherals are attached"
central processing unit, C.P.U., central processor, mainframe, CPU, processor
Meaning
Czech
has glossces: Translation Lookaside Buffer (TLB) je součást procesoru, speciální cache HW podpory překladu virtuálních adres na fyzické. TLB obsahuje záznamy ze stránkovacích tabulek, které byly použity v poslední době, aby se při opakovaném přístupu na tytéž adresy nemusely vyhledávat znovu.
lexicalizationces: Translation Lookaside Buffer
German
has glossdeu: Der Begriff Übersetzungspuffer oder englisch Translation Lookaside Buffer (TLB, vgl. auch Cache) bezeichnet eine funktionale Einheit der Speicherverwaltung (MMU) eines Prozessors.
lexicalizationdeu: Translation Lookaside Buffer
lexicalizationdeu: Translation-Look-Aside-Buffer
Persian
lexicalizationfas: تی‌ال‌بی
French
has glossfra: Le , ou TLB, est une mémoire cache du processeur utilisé par lunité de gestion mémoire (MMU) dans le but daccélérer la traduction des adresses virtuelles en adresses physiques.
lexicalizationfra: Translation lookaside buffer
Italian
has glossita: Il Translation Lookaside Buffer (TLB) è un buffer, cioè una memoria tampone (o, nelle implementazioni più sofisticate, una cache nella CPU, che l'MMU (Memory Management Unit) usa per velocizzare la traduzione degli Indirizzi Virtuali. Il TLB possiede un numero fisso di elementi della Page Table, la quale viene usata per mappare gli Indirizzi Virtuali in Indirizzi Fisici. La Memoria virtuale è lo spazio visto da un processo che può essere più grande della memoria fisica (reale). Questo spazio è segmentato in pagine di dimensioni prefissate. Generalmente solo alcune pagine vengono caricate nella memoria fisica in zone dipendenti dalla politica di Page Replacement. La Page Table (generalmente caricata in memoria) tiene traccia di dove le pagine virtuali sono caricate nella memoria fisica. Il TLB è una cache della Page Table, cioè solamente un sottoinsieme del suo contenuto viene memorizzato.
lexicalizationita: Translation lookaside buffer
Japanese
has glossjpn: トランスレーション・ルックアサイド・バッファ(英: Translation Lookaside Buffer、TLB)とは、CPU内のある種のキャッシュであり、仮想アドレスから物理アドレスへの変換の高速化を図るものである。TLB には固定個のエントリがあり、仮想アドレスから物理アドレスへの変換のためのページテーブルの一部が入れられる。通常、連想メモリ (CAM) で構成され、検索キーとして仮想アドレスが使われ、検索結果として対応する物理アドレスが返る。MMUの管理下におかれ、オペレーティングシステムから直接操作できないアーキテクチャもある。CAM検索で一致が見つかれば、アドレス変換は非常に迅速に行われ、その物理アドレスを使ってメモリにアクセスする。仮想アドレスがTLB上にない場合、MMUは変換のためにページテーブルを参照しなければならなくなり、時間がかかることになる。システムによってはページテーブルを二次記憶装置にスワップアウトすることも可能で、その場合MMUでは解決できず、オペレーティングシステムがディスクからページテーブルを持ってくる。従って非常に長い時間がかかることになる。
lexicalizationjpn: トランスレーション・ルックアサイド・バッファ
Korean
lexicalizationkor: 변환 색인 버퍼
Dutch
has glossnld: De Translation Look-aside Buffer is een cache in de CPU dat gedeeltes van de page table bevat die omgezet worden van virtuele naar fysieke adressen. De TLB heeft een vast aantal ingangen en wordt gebruikt om de snelheid te verhogen van de virtuele adres omzetting (dankzij zijn SRAM geheugen).
lexicalizationnld: TLB
lexicalizationnld: Translation look-aside buffer
Polish
has glosspol: TLB (ang. Translation Lookaside Buffer) jest buforem pamięci w mikroprocesorze typu asocjacyjnej pamięci podręcznej (cache), który zawiera fragmenty tablicy stron pamięci głównej komputera (pamięci operacyjnej).
lexicalizationpol: Translation Lookaside Buffer
Portuguese
has glosspor: TLB (do inglês Translation Lookaside Buffer) é um dispositivo de hardware implementado a partir de uma pequena memória associativa que fica integrada na Unidade de Gestão de Memória de um processador. Destina-se a facilitar a tradução de endereços lineares em endereços físicos, evitando a consulta à tabela de páginas localizada na memória.
lexicalizationpor: Translation lookaside buffer
Russian
has glossrus: Буфер ассоциативной трансляции (Translation lookaside buffer (TLB) — это буфер сверхоперативной памяти центрального процессора, используемый для ускорения трансляции адреса виртуальной памяти в адрес физической памяти. TLB используется всеми современными процессорами для поддержки страничной организации памяти. TLB содержит фиксированный набор записей (от 8 до 4096) и является контентно-адресуемой памятью. Каждая запись содержит соответствие адреса страницы виртуальной памяти адресу физической памяти. Если адрес отсутствует в TLB, процессор обходит таблицы страниц и сохраняет полученный адрес в TLB, что занимает в 10-60 раз больше времени, чем получение адреса из TLB. Вероятность промаха TLB невысока и составляет в среднем от 0.01% до 1%.
lexicalizationrus: Translation lookaside buffer
Castilian
has glossspa: Translation Lookaside Buffer (TLB) es una memoria caché administrada por la MMU, que contiene partes de la tabla de paginación, es decir, relaciones entre direcciones virtuales y reales. Posee un número fijo de entradas y se utiliza para obtener la traducción rápida de direcciones. Si no existe una entrada buscada, se deberá revisar la tabla de paginación y tardará varios ciclos más, sobre todo si la página que contiene la dirección buscada no está en memoria primaria (véase memoria virtual). Si en la tabla de paginación no se encuentra la dirección buscada, saltará una interrupción conocida como fallo de página.
lexicalizationspa: Translation lookaside buffer
Turkish
has glosstur: Adres Dönüştürme Önbelleği (ADÖ) (Translation Lookaside Buffer (TLB)) sanal bellekte adres dönüştürme işleminin hızlandırılmasını sağlayan bir tekniktir.
lexicalizationtur: Adres Dönüştürme Önbelleği
Chinese
has glosszho: 轉譯後備緩衝區(英文:Translation Lookaside Buffer,首字母縮略字:TLB),在中国大陆也被翻译为页表缓存、转址旁路缓存,為CPU的一种缓存,由記憶體管理單元用於改進虛擬位址到實體位址的轉譯速度。目前所有的桌上型及伺服器型處理器(如 x86)皆使用TLB。TLB具有固定數目的空间槽,用于存放將虛擬地址映射至物理地址的分頁表条目。為典型的可定址內容記憶體(content-addressable memory,首字母縮略字:CAM)。其搜尋鍵碼為虛擬記憶體位址,其搜尋結果為實體位址。如果請求的虚拟位址在TLB中存在,CAM 将给出一个非常快速的匹配结果,之後就可以使用得到的-zh-hans:物理地址;zh-hant:實體位址}-存取記憶體。如果請求的虚拟位址不在 TLB 中,就會使用分頁表进行虚实地址转换,而分頁表的存取速度比TLB慢很多。有些系统允许分頁表被交换到次級存储器,那么虚实地址转换可能要花非常长的时间。
lexicalizationzho: 轉譯後備緩衝區
Media
media:imgAdö111.jpg
media:imgAdöadresdönüsüm111.jpg
media:imgAdösatır111.jpg
media:imgDecstation mips adö111.jpg
media:imgEszamanlıönbellekveadöerisimi111.jpg
media:imgMMU principle.png

Query

Word: (case sensitive)
Language: (ISO 639-3 code, e.g. "eng" for English)


Lexvo © 2008-2025 Gerard de Melo.   Contact   Legal Information / Imprint