pte_prot          231 arch/x86/kernel/ldt.c 		pgprot_t pte_prot;
pte_prot          250 arch/x86/kernel/ldt.c 		pte_prot = __pgprot(__PAGE_KERNEL_RO & ~_PAGE_GLOBAL);
pte_prot          252 arch/x86/kernel/ldt.c 		pgprot_val(pte_prot) &= __supported_pte_mask;
pte_prot          253 arch/x86/kernel/ldt.c 		pte = pfn_pte(pfn, pte_prot);