Searched refs:FAULT_FLAG_KILLABLE (Results 1 - 28 of 28) sorted by relevance

/linux-4.1.27/arch/metag/mm/
H A Dfault.c56 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/hexagon/mm/
H A Dvm_fault.c56 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/m68k/mm/
H A Dfault.c75 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/arc/mm/
H A Dfault.c64 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/xtensa/mm/
H A Dfault.c47 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/um/kernel/
H A Dtrap.c33 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; handle_page_fault()
/linux-4.1.27/arch/mips/mm/
H A Dfault.c48 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; __do_page_fault()
/linux-4.1.27/arch/nios2/mm/
H A Dfault.c50 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/avr32/mm/
H A Dfault.c67 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/ia64/mm/
H A Dfault.c88 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; ia64_do_page_fault()
/linux-4.1.27/arch/alpha/mm/
H A Dfault.c92 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/sh/mm/
H A Dfault.c405 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/sparc/mm/
H A Dfault_32.c177 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_sparc_fault()
H A Dfault_64.c290 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_sparc64_fault()
/linux-4.1.27/arch/microblaze/mm/
H A Dfault.c95 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/mn10300/mm/
H A Dfault.c127 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/openrisc/mm/
H A Dfault.c57 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/parisc/mm/
H A Dfault.c219 flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/cris/mm/
H A Dfault.c61 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/unicore32/mm/
H A Dfault.c212 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_pf()
/linux-4.1.27/arch/powerpc/mm/
H A Dfault.c214 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/arm64/mm/
H A Dfault.c201 unsigned int mm_flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/arm/mm/
H A Dfault.c263 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_page_fault()
/linux-4.1.27/arch/s390/mm/
H A Dfault.c407 flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; do_exception()
/linux-4.1.27/arch/x86/mm/
H A Dfault.c1068 unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; __do_page_fault()
/linux-4.1.27/arch/tile/mm/
H A Dfault.c281 flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; handle_page_fault()
/linux-4.1.27/mm/
H A Dfilemap.c848 if (flags & FAULT_FLAG_KILLABLE) __lock_page_or_retry()
854 if (flags & FAULT_FLAG_KILLABLE) { __lock_page_or_retry()
/linux-4.1.27/include/linux/
H A Dmm.h211 #define FAULT_FLAG_KILLABLE 0x10 /* The fault task is in SIGKILL killable region */ set_max_mapnr() macro

Completed in 890 milliseconds