Home
last modified time | relevance | path

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

/arch/unicore32/include/asm/
Dmmu_context.h98 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/arch/um/include/asm/
Dmmu_context.h34 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/arch/x86/include/asm/
Dmmu_context.h330 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
336 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/arch/powerpc/include/asm/
Dmmu_context.h248 bool execute, bool foreign);
252 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/arch/powerpc/mm/book3s64/
Dpkeys.c413 bool execute, bool foreign) in arch_vma_access_permitted() argument
420 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/arch/x86/mm/
Dfault.c968 bool foreign = false; in bad_area_access_from_pkeys() local
976 (error_code & X86_PF_INSTR), foreign)) in bad_area_access_from_pkeys()
1193 bool foreign = false; in access_error() local
1209 (error_code & X86_PF_INSTR), foreign)) in access_error()