Searched defs:p4d (Results 1 - 25 of 141) sorted by relevance

123456

/linux-master/arch/parisc/mm/
H A Dfixmap.c17 p4d_t *p4d = p4d_offset(pgd, vaddr); local
/linux-master/arch/sh/mm/
H A Dtlbex_32.c26 p4d_t *p4d; local
H A Dhugetlbpage.c28 p4d_t *p4d; local
53 p4d_t *p4d; local
/linux-master/arch/arm/mm/
H A Didmap.c71 p4d_t *p4d = p4d_offset(pgd, addr); local
H A Dpgd.c145 p4d_t *p4d; local
[all...]
/linux-master/arch/x86/mm/
H A Dpgtable_32.c30 p4d_t *p4d; local
H A Dident_map.c68 p4d_t *p4d = p4d_page + p4d_index(addr); local
114 p4d_t *p4d; local
[all...]
H A Dkaslr.c144 p4d_t *p4d_page_tramp, *p4d, *p4d_tramp; local
/linux-master/arch/mips/mm/
H A Dhugetlbpage.c28 p4d_t *p4d; local
45 p4d_t *p4d; local
H A Dpgtable-32.c57 p4d_t *p4d; local
/linux-master/mm/
H A Dpgalloc-track.h19 static inline pud_t *pud_alloc_track(struct mm_struct *mm, p4d_t *p4d, argument
/linux-master/arch/loongarch/mm/
H A Dhugetlbpage.c20 p4d_t *p4d; local
37 p4d_t *p4d; local
/linux-master/arch/x86/power/
H A Dhibernate_64.c32 p4d_t *p4d = NULL; local
H A Dhibernate_32.c32 p4d_t *p4d; local
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c27 p4d_t *p4d; local
/linux-master/arch/loongarch/include/asm/
H A Dpgalloc.h36 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) argument
/linux-master/arch/s390/include/asm/
H A Dtlb.h120 static inline void p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, argument
/linux-master/arch/nios2/mm/
H A Dioremap.c89 p4d_t *p4d; local
H A Dfault.c231 p4d_t *p4d, *p4d_k; local
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_32.c83 p4d_t *p4d; local
/linux-master/include/asm-generic/
H A Dpgtable-nopud.h16 typedef struct { p4d_t p4d; } pud_t; member in struct:__anon167
28 static inline int p4d_none(p4d_t p4d) { return 0; } argument
29 static inline int p4d_bad(p4d_t p4d) { return 0; } argument
30 static inline int p4d_present(p4d_t p4d) { return 1; } argument
31 static inline void p4d_clear(p4d_t *p4d) { } argument
42 pud_offset(p4d_t *p4d, unsigned long address) argument
[all...]
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h18 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) argument
/linux-master/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c57 p4d_t *p4d; local
/linux-master/arch/openrisc/mm/
H A Dfault.c296 p4d_t *p4d, *p4d_k; local
/linux-master/arch/arc/mm/
H A Dfault.c33 p4d_t *p4d, *p4d_k; local

Completed in 171 milliseconds

123456