Home
last modified time | relevance | path

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

/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDmm.h93 #define FAULT_FLAG_WRITE (1 << 0) macro
/freebsd-head/sys/compat/linuxkpi/common/src/
HDlinux_compat.c514 vmf.flags = (fault_type & VM_PROT_WRITE) ? FAULT_FLAG_WRITE : 0; in linux_cdev_pager_populate()