Home
last modified time | relevance | path

Searched refs:PAGE_FAULT_VECTOR (Results 1 – 4 of 4) sorted by relevance

/minix/minix/kernel/arch/i386/
H A Dexception.c212 case PAGE_FAULT_VECTOR: in exception_handler()
253 if(frame->vector == PAGE_FAULT_VECTOR) { in exception_handler()
H A Dprotect.c142 { page_fault, PAGE_FAULT_VECTOR, INTR_PRIVILEGE },
H A Dmpx.S573 EXCEPTION_ERR_CODE(PAGE_FAULT_VECTOR)
/minix/minix/kernel/arch/i386/include/
H A Darchconst.h89 #define PAGE_FAULT_VECTOR 14 macro