execute_only_pkey  138 arch/powerpc/include/asm/book3s/64/mmu.h 	s16 execute_only_pkey; /* key holding execute-only protection */
execute_only_pkey  170 arch/powerpc/mm/book3s64/pkeys.c 	mm->context.execute_only_pkey = execute_only_key;
execute_only_pkey  322 arch/powerpc/mm/book3s64/pkeys.c 	return mm->context.execute_only_pkey;
execute_only_pkey  331 arch/powerpc/mm/book3s64/pkeys.c 	return (vma_pkey(vma) == vma->vm_mm->context.execute_only_pkey);
execute_only_pkey  352 arch/powerpc/mm/book3s64/pkeys.c 		pkey = execute_only_pkey(vma->vm_mm);
execute_only_pkey  427 arch/powerpc/mm/book3s64/pkeys.c 	mm->context.execute_only_pkey = oldmm->context.execute_only_pkey;
execute_only_pkey   51 arch/x86/include/asm/mmu.h 	s16 execute_only_pkey;
execute_only_pkey  199 arch/x86/include/asm/mmu_context.h 		mm->context.execute_only_pkey = -1;
execute_only_pkey  245 arch/x86/include/asm/mmu_context.h 	mm->context.execute_only_pkey   = oldmm->context.execute_only_pkey;
execute_only_pkey   71 arch/x86/include/asm/pkeys.h 	if (pkey == mm->context.execute_only_pkey)
execute_only_pkey   18 arch/x86/mm/pkeys.c 	int execute_only_pkey = mm->context.execute_only_pkey;
execute_only_pkey   22 arch/x86/mm/pkeys.c 	if (execute_only_pkey == -1) {
execute_only_pkey   24 arch/x86/mm/pkeys.c 		execute_only_pkey = mm_pkey_alloc(mm);
execute_only_pkey   25 arch/x86/mm/pkeys.c 		if (execute_only_pkey < 0)
execute_only_pkey   38 arch/x86/mm/pkeys.c 	    !__pkru_allows_read(read_pkru(), execute_only_pkey)) {
execute_only_pkey   39 arch/x86/mm/pkeys.c 		return execute_only_pkey;
execute_only_pkey   46 arch/x86/mm/pkeys.c 	ret = arch_set_user_pkey_access(current, execute_only_pkey,
execute_only_pkey   53 arch/x86/mm/pkeys.c 		mm_set_pkey_free(mm, execute_only_pkey);
execute_only_pkey   59 arch/x86/mm/pkeys.c 		mm->context.execute_only_pkey = execute_only_pkey;
execute_only_pkey   60 arch/x86/mm/pkeys.c 	return execute_only_pkey;
execute_only_pkey   68 arch/x86/mm/pkeys.c 	if (vma_pkey(vma) != vma->vm_mm->context.execute_only_pkey)
execute_only_pkey   93 arch/x86/mm/pkeys.c 		pkey = execute_only_pkey(vma->vm_mm);
execute_only_pkey 1448 mm/mmap.c      		pkey = execute_only_pkey(mm);