Searched refs:page (Results 1 - 25 of 3144) sorted by path

1234567891011>>

/linux-master/arch/alpha/kernel/
H A Dpci_impl.h192 extern int iommu_bind(struct pci_iommu_arena *, long, long, struct page **);
/linux-master/arch/arc/include/asm/
H A Dtlbflush.h13 void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long page);
24 #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page)
34 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long page);
/linux-master/arch/arm/include/asm/
H A Dpage-nommu.h3 * arch/arm/include/asm/page-nommu.h
11 #define clear_page(page) memset((page), 0, PAGE_SIZE)
14 #define clear_user_page(page, vaddr, pg) clear_page(page)
/linux-master/arch/arm/kernel/
H A Datags_compat.c22 #include <asm/page.h>
97 pr_warn("Warning: bad configuration page, trying to continue\n");
/linux-master/arch/arm/mach-rpc/
H A Ddma.c15 #include <asm/page.h>
/linux-master/arch/arm/mach-rpc/include/mach/
H A Duncompress.h12 #include <asm/page.h>
/linux-master/arch/arm/mach-sa1100/
H A Djornada720.c25 #include <asm/page.h>
/linux-master/arch/arm/mach-tegra/
H A Dio.c19 #include <asm/page.h>
/linux-master/arch/arm/mm/
H A Dcache-v4.S10 #include <asm/page.h>
H A Dcache-v4wt.S14 #include <asm/page.h>
80 * - start - start address (inclusive, page aligned)
81 * - end - end address (exclusive, page aligned)
H A Dcopypage-fa.c38 void fa_copy_user_highpage(struct page *to, struct page *from,
55 void fa_clear_user_highpage(struct page *page, unsigned long vaddr) argument
57 void *ptr, *kaddr = kmap_atomic(page);
H A Dcopypage-v4wb.c47 void v4wb_copy_user_highpage(struct page *to, struct page *from,
65 void v4wb_clear_user_highpage(struct page *page, unsigned long vaddr) argument
67 void *ptr, *kaddr = kmap_atomic(page);
H A Dcopypage-v4wt.c43 void v4wt_copy_user_highpage(struct page *to, struct page *from,
60 void v4wt_clear_user_highpage(struct page *page, unsigned long vaddr) argument
62 void *ptr, *kaddr = kmap_atomic(page);
H A Dproc-syms.c13 #include <asm/page.h>
/linux-master/arch/arm/vdso/
H A Dvdso.S13 #include <asm/page.h>
/linux-master/arch/arm/xen/
H A Dgrant-table.c33 #include <xen/page.h>
/linux-master/arch/hexagon/kernel/
H A Dhead.S13 #include <asm/page.h>
21 * VMM will already have set up true vector page, MMU, etc.
23 * the VMM a pointer to some canonical page tables. In
47 * Initialize page dir to make the virtual and physical
81 r2 = lsr(r1, #22) /* 4MB page number */
102 r1 = and(r1,r2); /* for huge page */
146 r2 = lsr(r2, #22) /* 4MB page number */
/linux-master/arch/hexagon/mm/
H A Dcache.c118 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, argument
/linux-master/arch/m68k/amiga/
H A Dchipram.c21 #include <asm/page.h>
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S183 | Entry point for the operating system`s routine to "lock" a page
185 | algorithms so that no page faults occur within the "core" code
197 | Linux/m68k: Make sure the page is properly paged in, so we use
199 | preempted until _060_unlock_page(), so that the page stays mapped.
253 | page that has been "locked" previously with _real_lock_page.
/linux-master/arch/m68k/include/asm/
H A Dentry.h6 #include <asm/page.h>
/linux-master/arch/m68k/kernel/
H A Dsun3-head.S6 #include <asm/page.h>
72 /* Point MSP at an invalid page to trap if it's used. --m */
/linux-master/arch/microblaze/kernel/cpu/
H A Dmb.c22 #include <asm/page.h>
/linux-master/arch/mips/cavium-octeon/
H A Dcpu.c20 #include <asm/page.h>
/linux-master/arch/mips/dec/
H A Dkn01-berr.c19 #include <asm/page.h>

Completed in 245 milliseconds

1234567891011>>