Searched refs:FAULT_FLAG_WRITE (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h92 #define FAULT_FLAG_WRITE (1 << 0) macro
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c507 vmf.flags = (fault_type & VM_PROT_WRITE) ? FAULT_FLAG_WRITE : 0;

Completed in 71 milliseconds