Home
last modified time | relevance | path

Searched refs:PGFAULT_W (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp279 (frame->error_code & PGFAULT_W) != 0 in x86_page_fault_exception()
290 (frame->error_code & PGFAULT_W) != 0 in x86_page_fault_exception()
352 (frame->error_code & PGFAULT_W) != 0, // write access in x86_page_fault_exception()
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h475 #define PGFAULT_W 0x02 // Write macro