Home
last modified time | relevance | path

Searched refs:X86_TRAP_PF (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtrapnr.h33 #define X86_TRAP_PF 14 /* Page Fault */ macro
/linux/arch/x86/boot/compressed/
H A Didt_64.c63 set_idt_entry(X86_TRAP_PF, boot_page_fault); in load_stage2_idt()
/linux/arch/x86/kernel/
H A Didt.c71 INTG(X86_TRAP_PF, asm_exc_page_fault),
249 INTG(X86_TRAP_PF, asm_exc_page_fault),
H A Dhead64.c161 if (trapnr == X86_TRAP_PF && in do_early_exception()
/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c1112 if (!encls_faulted(ret) || ENCLS_TRAPNR(ret) != X86_TRAP_PF) { in sgx_encl_remove_pages()