Page fault — In computer storage technology, a page is a fixed length block of memory that is used as a unit of transfer between physical memory and external storage like a disk, and a page fault is an interrupt (or exception) to the software raised by the… … Wikipedia
page fault — noun An alert (such as an interrupt or exception) indicating that a page of memory was accessed without being loaded … Wiktionary
Page replacement algorithm — This article is about algorithms specific to paging. For outline of general cache algorithms (e.g. processor, disk, database, web), see Cache algorithms. In a computer operating system that uses paging for virtual memory management, page… … Wikipedia
Page table — A page table is the data structure used by a virtual memory system in a computer operating system to store the mapping between virtual addresses and physical addresses. Virtual addresses are those unique to the accessing process. Physical… … Wikipedia
Interrupt descriptor table — The Interrupt Descriptor Table (IDT) is a data structure used by the x86 architecture to implement an interrupt vector table. The IDT is used by the processor to determine the correct response to interrupts and exceptions.The details in the… … Wikipedia
Interrupt priority level — The interrupt priority level (IPL) is a part of the current system interrupt state, which indicates the interrupt requests that will currently be accepted. The IPL may be indicated in hardware by the registers in a Programmable Interrupt… … Wikipedia
General protection fault — This article is about the x86 exception. For the webcomic, see General Protection Fault (webcomic). A general protection fault (GPF) in the Intel x86 and AMD x86 64 architectures, and other unrelated architectures, is a fault (a type of… … Wikipedia
Double-fault — The term “double fault” can refer to: double fault (computing), an error that occurs during interrupt handling or exception handling; or the occurrence of two consecutive faults during the play of tennis, resulting in the server losing a point.… … Wikipedia
Virtual memory/rewrite — Virtual memory is a computer system technique that gives an application program the impression it has contiguous working memory, while in fact it is physically fragmented and may even overflow on to disk storage. Systems which use this technique… … Wikipedia
прерывание по отсутствию страницы — В системах с виртуальной памятью – аппаратное прерывание, вызванное обращением к ячейке виртуальной памяти, расположенной на странице, отсутствующей в данный момент в физической оперативной памяти. [Е.С.Алексеев, А.А.Мячев. Англо русский толковый … Справочник технического переводчика