Home
last modified time | relevance | path

Searched refs:foreign (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/asm/
Dmmu_context.h204 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
210 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/arch/um/include/asm/
Dmmu_context.h30 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/arch/powerpc/include/asm/
Dmmu_context.h271 bool execute, bool foreign);
275 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/arch/powerpc/mm/book3s64/
Dpkeys.c426 bool execute, bool foreign) in arch_vma_access_permitted() argument
433 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/arch/x86/mm/
Dfault.c882 bool foreign = false; in bad_area_access_from_pkeys() local
890 (error_code & X86_PF_INSTR), foreign)) in bad_area_access_from_pkeys()
1107 bool foreign = false; in access_error() local
1123 (error_code & X86_PF_INSTR), foreign)) in access_error()