Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/intel64/
Dfatal.c30 z_x86_page_fault_handler(esf); in z_x86_exception()
/Zephyr-latest/arch/x86/include/
Dkernel_arch_func.h61 void z_x86_page_fault_handler(struct arch_esf *esf);
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c120 _EXCEPTION_CONNECT_CODE(z_x86_page_fault_handler, IV_PAGE_FAULT, 0);
/Zephyr-latest/arch/x86/core/
Dfatal.c437 void z_x86_page_fault_handler(struct arch_esf *esf) in z_x86_page_fault_handler() function