Searched refs:foreign (Results 1 – 6 of 6) sorted by relevance
/arch/unicore32/include/asm/ |
D | mmu_context.h | 98 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/arch/um/include/asm/ |
D | mmu_context.h | 34 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/arch/x86/include/asm/ |
D | mmu_context.h | 330 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/ |
D | mmu_context.h | 248 bool execute, bool foreign); 252 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/arch/powerpc/mm/book3s64/ |
D | pkeys.c | 413 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/ |
D | fault.c | 968 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()
|