Symbol: virt_to_ptdesc
arch/alpha/include/asm/tlb.h
8
#define __pmd_free_tlb(tlb, pmd, address) tlb_remove_ptdesc((tlb), virt_to_ptdesc(pmd))
arch/arm/include/asm/tlb.h
53
struct ptdesc *ptdesc = virt_to_ptdesc(pmdp);
arch/arm64/include/asm/tlb.h
110
struct ptdesc *ptdesc = virt_to_ptdesc(p4dp);
arch/arm64/include/asm/tlb.h
87
struct ptdesc *ptdesc = virt_to_ptdesc(pmdp);
arch/arm64/include/asm/tlb.h
97
struct ptdesc *ptdesc = virt_to_ptdesc(pudp);
arch/loongarch/include/asm/pgalloc.h
101
#define __pud_free_tlb(tlb, x, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(x))
arch/loongarch/include/asm/pgalloc.h
81
#define __pmd_free_tlb(tlb, x, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(x))
arch/m68k/include/asm/mcf_pgalloc.h
10
pagetable_dtor_free(virt_to_ptdesc(pte));
arch/m68k/include/asm/mcf_pgalloc.h
42
struct ptdesc *ptdesc = virt_to_ptdesc(pgtable);
arch/m68k/include/asm/mcf_pgalloc.h
66
struct ptdesc *ptdesc = virt_to_ptdesc(pgtable);
arch/m68k/include/asm/mcf_pgalloc.h
80
pagetable_dtor_free(virt_to_ptdesc(pgd));
arch/m68k/mm/motorola.c
106
#define PD_PTABLE(ptdesc) ((ptable_desc *)&(virt_to_ptdesc((void *)(ptdesc))->pt_list))
arch/m68k/mm/motorola.c
217
pagetable_dtor_free(virt_to_ptdesc((void *)pt_addr));
arch/mips/include/asm/pgalloc.h
74
#define __pmd_free_tlb(tlb, x, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(x))
arch/mips/include/asm/pgalloc.h
99
#define __pud_free_tlb(tlb, x, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(x))
arch/parisc/include/asm/tlb.h
8
#define __pmd_free_tlb(tlb, pmd, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(pmd))
arch/powerpc/mm/book3s64/mmu_context.c
247
ptdesc = virt_to_ptdesc(pmd_frag);
arch/powerpc/mm/book3s64/pgtable.c
468
struct ptdesc *ptdesc = virt_to_ptdesc(pmd);
arch/powerpc/mm/pgtable-frag.c
118
struct ptdesc *ptdesc = virt_to_ptdesc(table);
arch/powerpc/mm/pgtable-frag.c
23
ptdesc = virt_to_ptdesc(pte_frag);
arch/riscv/include/asm/pgalloc.h
100
tlb_remove_ptdesc(tlb, virt_to_ptdesc(p4d));
arch/riscv/include/asm/pgalloc.h
128
tlb_remove_ptdesc(tlb, virt_to_ptdesc(pmd));
arch/riscv/include/asm/pgalloc.h
93
tlb_remove_ptdesc(tlb, virt_to_ptdesc(pud));
arch/s390/include/asm/pgalloc.h
102
if (!pagetable_pmd_ctor(mm, virt_to_ptdesc(table))) {
arch/s390/include/asm/pgalloc.h
114
pagetable_dtor(virt_to_ptdesc(pmd));
arch/s390/include/asm/pgalloc.h
139
pagetable_pgd_ctor(virt_to_ptdesc(table));
arch/s390/include/asm/pgalloc.h
147
pagetable_dtor(virt_to_ptdesc(pgd));
arch/s390/include/asm/pgalloc.h
58
pagetable_p4d_ctor(virt_to_ptdesc(table));
arch/s390/include/asm/pgalloc.h
69
pagetable_dtor(virt_to_ptdesc(p4d));
arch/s390/include/asm/pgalloc.h
80
pagetable_pud_ctor(virt_to_ptdesc(table));
arch/s390/include/asm/pgalloc.h
91
pagetable_dtor(virt_to_ptdesc(pud));
arch/s390/include/asm/tlb.h
104
tlb_remove_ptdesc(tlb, virt_to_ptdesc(pmd));
arch/s390/include/asm/tlb.h
122
tlb_remove_ptdesc(tlb, virt_to_ptdesc(p4d));
arch/s390/include/asm/tlb.h
141
tlb_remove_ptdesc(tlb, virt_to_ptdesc(pud));
arch/s390/include/asm/tlb.h
85
tlb_remove_ptdesc(tlb, virt_to_ptdesc(pte));
arch/s390/mm/pgalloc.c
111
pagetable_dtor(virt_to_ptdesc(p4d));
arch/s390/mm/pgalloc.c
141
struct ptdesc *ptdesc = virt_to_ptdesc(table);
arch/s390/mm/pgalloc.c
158
struct ptdesc *ptdesc = virt_to_ptdesc(pgtable);
arch/s390/mm/pgalloc.c
203
pagetable_free(virt_to_ptdesc(table));
arch/s390/mm/pgalloc.c
37
pagetable_free(virt_to_ptdesc(table));
arch/s390/mm/pgalloc.c
74
pagetable_p4d_ctor(virt_to_ptdesc(p4d));
arch/s390/mm/pgalloc.c
81
pagetable_pgd_ctor(virt_to_ptdesc(pgd));
arch/sparc/mm/init_64.c
2893
struct ptdesc *ptdesc = virt_to_ptdesc(pte);
arch/um/include/asm/pgalloc.h
34
tlb_remove_ptdesc((tlb), virt_to_ptdesc(pmd))
arch/um/include/asm/pgalloc.h
39
tlb_remove_ptdesc((tlb), virt_to_ptdesc(pud))
arch/x86/mm/pgtable.c
168
ptdesc = virt_to_ptdesc(pmds[i]);
arch/x86/mm/pgtable.c
38
tlb_remove_ptdesc(tlb, virt_to_ptdesc(pmd));
arch/x86/mm/pgtable.c
45
tlb_remove_ptdesc(tlb, virt_to_ptdesc(pud));
arch/x86/mm/pgtable.c
52
tlb_remove_ptdesc(tlb, virt_to_ptdesc(p4d));
arch/x86/mm/pgtable.c
60
struct ptdesc *ptdesc = virt_to_ptdesc(pgd);
arch/x86/mm/pgtable.c
67
struct ptdesc *ptdesc = virt_to_ptdesc(pgd);
arch/x86/mm/pgtable.c
74
virt_to_ptdesc(pgd)->pt_mm = mm;
include/asm-generic/pgalloc.h
162
struct ptdesc *ptdesc = virt_to_ptdesc(pmd);
include/asm-generic/pgalloc.h
213
struct ptdesc *ptdesc = virt_to_ptdesc(pud);
include/asm-generic/pgalloc.h
261
struct ptdesc *ptdesc = virt_to_ptdesc(p4d);
include/asm-generic/pgalloc.h
300
struct ptdesc *ptdesc = virt_to_ptdesc(pgd);
include/asm-generic/pgalloc.h
57
pagetable_dtor_free(virt_to_ptdesc(pte));
include/linux/hugetlb.h
1329
return ptdesc_pmd_is_shared(virt_to_ptdesc(pte));
include/linux/mm.h
3481
return ptlock_ptr(virt_to_ptdesc(pte));
mm/hugetlb.c
4934
if (ptdesc_pmd_is_shared(virt_to_ptdesc(dst_pte))) {
mm/hugetlb.c
6899
ptdesc_pmd_pts_inc(virt_to_ptdesc(spte));
mm/hugetlb.c
6914
ptdesc_pmd_pts_dec(virt_to_ptdesc(spte));
mm/hugetlb.c
6950
if (!ptdesc_pmd_is_shared(virt_to_ptdesc(ptep)))
mm/hugetlb.c
6956
tlb_unshare_pmd_ptdesc(tlb, virt_to_ptdesc(ptep), addr);