Searched refs:kmap_prot (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dhighmem.h30 extern pgprot_t kmap_prot;
88 set_pte(kmap_pte - idx, mk_pte(page, kmap_prot));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dhighmem.h32 extern pgprot_t kmap_prot;
85 return kmap_atomic_prot(page, type, kmap_prot);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dhighmem.h65 #define kmap_prot PAGE_KERNEL macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dhighmem.c73 set_pte_ext(TOP_PTE(vaddr), mk_pte(page, kmap_prot), 0);
120 set_pte_ext(TOP_PTE(vaddr), pfn_pte(pfn, kmap_prot), 0);
180 pte = mk_pte(page, kmap_prot);
206 pte = mk_pte(page, kmap_prot);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dhighmem.h12 #define kmap_prot PAGE_KERNEL macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dhighmem_32.c53 return kmap_atomic_prot(page, type, kmap_prot);
85 return kmap_atomic_prot_pfn(pfn, type, kmap_prot);
H A Dinit_32.c377 pgprot_t kmap_prot; variable
395 kmap_prot = PAGE_KERNEL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dhighmem.h33 extern pgprot_t kmap_prot;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dhighmem.c40 set_pte(kmap_pte-idx, mk_pte(page, kmap_prot));
H A Dinit_32.c66 pgprot_t kmap_prot; variable
75 kmap_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV | SRMMU_CACHE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dhighmem.h61 #define kmap_prot page_to_kpgprot(page) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dfixmap.h158 extern pgprot_t kmap_prot;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dhighmem.h43 #define kmap_prot PAGE_KERNEL macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dmem.c142 pgprot_t kmap_prot; variable
156 kmap_prot = PAGE_KERNEL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmem.c67 pgprot_t kmap_prot; variable
69 EXPORT_SYMBOL(kmap_prot); variable
294 kmap_prot = PAGE_KERNEL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dhighmem.c182 &(pkmap_page_table[last_pkmap_nr]), mk_pte(page, kmap_prot));

Completed in 256 milliseconds