Home
last modified time | relevance | path

Searched refs:pgd_offset (Results 1 - 25 of 128) sorted by relevance

123456

/kernel/linux/linux-5.10/arch/loongarch/mm/
H A Dhugetlbpage.c24 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
41 pgd = pgd_offset(mm, addr); in huge_pte_offset()
H A Dpgtable.c16 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dhugetlbpage.c32 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
49 pgd = pgd_offset(mm, addr); in huge_pte_offset()
H A Dpgtable.c17 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dhugetlbpage.c33 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
58 pgd = pgd_offset(mm, addr); in huge_pte_offset()
H A Dtlbex_32.c43 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
/kernel/linux/linux-6.6/arch/loongarch/mm/
H A Dhugetlbpage.c24 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
41 pgd = pgd_offset(mm, addr); in huge_pte_offset()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dhugetlbpage.c32 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
49 pgd = pgd_offset(mm, addr); in huge_pte_offset()
H A Dpgtable.c19 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dhugetlbpage.c33 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
58 pgd = pgd_offset(mm, addr); in huge_pte_offset()
H A Dtlbex_32.c43 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
/kernel/linux/linux-5.10/arch/parisc/mm/
H A Dhugetlbpage.c63 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
85 pgd = pgd_offset(mm, addr); in huge_pte_offset()
/kernel/linux/linux-5.10/arch/ia64/mm/
H A Dhugetlbpage.c37 pgd = pgd_offset(mm, taddr); in huge_pte_alloc()
58 pgd = pgd_offset(mm, taddr); in huge_pte_offset()
/kernel/linux/linux-6.6/arch/ia64/mm/
H A Dhugetlbpage.c38 pgd = pgd_offset(mm, taddr); in huge_pte_alloc()
59 pgd = pgd_offset(mm, taddr); in huge_pte_offset()
/kernel/linux/linux-6.6/arch/parisc/mm/
H A Dhugetlbpage.c63 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
85 pgd = pgd_offset(mm, addr); in huge_pte_offset()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dldt.c236 pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct_to_user()
249 pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
266 pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct_to_user()
274 pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dldt.c236 pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct_to_user()
249 pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
266 pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct_to_user()
274 pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
/kernel/linux/linux-5.10/arch/nios2/mm/
H A Dpgtable.c59 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/kernel/linux/linux-6.6/arch/nios2/mm/
H A Dpgtable.c59 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/kernel/linux/linux-5.10/include/linux/
H A Dpgtable.h113 #ifndef pgd_offset
114 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) macro
122 #define pgd_offset_k(address) pgd_offset(&init_mm, (address))
134 return pmd_offset(pud_offset(p4d_offset(pgd_offset(mm, va), va), va), va); in pmd_off()
666 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
/kernel/linux/linux-6.6/include/linux/
H A Dpgtable.h144 #ifndef pgd_offset
145 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) macro
153 #define pgd_offset_k(address) pgd_offset(&init_mm, (address))
165 return pmd_offset(pud_offset(p4d_offset(pgd_offset(mm, va), va), va), va); in pmd_off()
923 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dpgalloc.h52 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgalloc.h49 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/kernel/linux/linux-5.10/arch/arm64/mm/
H A Dhugetlbpage.c106 pgd_t *pgdp = pgd_offset(mm, addr); in find_num_contig()
264 pgdp = pgd_offset(mm, addr); in huge_pte_alloc()
309 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dhugetlbpage.c283 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
306 pgd = pgd_offset(mm, addr); in huge_pte_offset()
519 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()

Completed in 13 milliseconds

123456