Searched refs:foreign (Results 1 – 5 of 5) sorted by relevance
/arch/x86/include/asm/ |
D | mmu_context.h | 204 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/ |
D | mmu_context.h | 30 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/arch/powerpc/include/asm/ |
D | mmu_context.h | 271 bool execute, bool foreign); 275 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/arch/powerpc/mm/book3s64/ |
D | pkeys.c | 426 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/ |
D | fault.c | 882 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()
|