Home
last modified time | relevance | path

Searched refs:pgd_offset (Results 1 – 25 of 111) sorted by relevance

12345

/Linux-v4.19/arch/sh/mm/
Dhugetlbpage.c33 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
54 pgd = pgd_offset(mm, addr); in huge_pte_offset()
Dgup.c189 pgdp = pgd_offset(mm, addr); in __get_user_pages_fast()
238 pgdp = pgd_offset(mm, addr); in get_user_pages_fast()
Dtlbex_32.c42 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
Dtlbex_64.c58 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
/Linux-v4.19/arch/mips/mm/
Dhugetlbpage.c31 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
46 pgd = pgd_offset(mm, addr); in huge_pte_offset()
Dpgtable.c17 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
Dgup.c220 pgdp = pgd_offset(mm, addr); in __get_user_pages_fast()
270 pgdp = pgd_offset(mm, addr); in get_user_pages_fast()
/Linux-v4.19/arch/powerpc/mm/
Dtlb_hash32.c95 pmd = pmd_offset(pud_offset(pgd_offset(mm, start), start), start); in flush_range()
153 pmd = pmd_offset(pud_offset(pgd_offset(mm, vmaddr), vmaddr), vmaddr); in flush_tlb_page()
/Linux-v4.19/arch/x86/kernel/
Dldt.c152 pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct_to_user()
165 pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
182 pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct_to_user()
190 pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
237 pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct()
/Linux-v4.19/arch/arc/include/asm/
Dpgtable.h340 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
342 #define pgd_offset(mm, addr) (((mm)->pgd)+pgd_index(addr)) macro
364 #define pgd_offset_fast(mm, addr) pgd_offset(mm, addr)
/Linux-v4.19/arch/ia64/mm/
Dhugetlbpage.c37 pgd = pgd_offset(mm, taddr); in huge_pte_alloc()
56 pgd = pgd_offset(mm, taddr); in huge_pte_offset()
/Linux-v4.19/arch/parisc/mm/
Dhugetlbpage.c63 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
83 pgd = pgd_offset(mm, addr); in huge_pte_offset()
/Linux-v4.19/arch/um/kernel/
Dtlb.c283 pgd = pgd_offset(mm, addr); in fix_range_common()
321 pgd = pgd_offset(mm, addr); in flush_tlb_kernel_range_common()
406 pgd = pgd_offset(mm, address); in flush_tlb_page()
465 return pgd_offset(mm, address); in pgd_offset_proc()
485 pgd_t *pgd = pgd_offset(task->mm, addr); in addr_pte()
/Linux-v4.19/arch/alpha/include/asm/
Dpgtable.h281 #define PAGE_DIR_OFFSET(tsk,address) pgd_offset((tsk),(address))
284 #define pgd_offset_k(address) pgd_offset(&init_mm, (address))
288 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/Linux-v4.19/arch/mips/include/asm/
Dpgtable-32.h159 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
164 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/Linux-v4.19/arch/nios2/mm/
Dpgtable.c60 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgtable.h298 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
302 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/Linux-v4.19/arch/s390/mm/
Dhugetlbpage.c194 pgdp = pgd_offset(mm, addr); in huge_pte_alloc()
216 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
/Linux-v4.19/arch/m68k/include/asm/
Dsun3_pgtable.h191 #define pgd_offset(mm, address) \ macro
195 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/Linux-v4.19/arch/nios2/include/asm/
Dpgtable.h108 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
259 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr)
/Linux-v4.19/arch/arm64/mm/
Dhugetlbpage.c57 pgd_t *pgdp = pgd_offset(mm, addr); in find_num_contig()
212 pgdp = pgd_offset(mm, addr); in huge_pte_alloc()
253 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
/Linux-v4.19/arch/unicore32/include/asm/
Dpgtable.h236 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
239 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr)
/Linux-v4.19/arch/sparc/mm/
Dgup.c233 pgdp = pgd_offset(mm, addr); in __get_user_pages_fast()
299 pgdp = pgd_offset(mm, addr); in get_user_pages_fast()
Dhugetlbpage.c283 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
304 pgd = pgd_offset(mm, addr); in huge_pte_offset()
513 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
/Linux-v4.19/arch/sh/include/asm/
Dpgtable_64.h53 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
56 #define pgd_offset_k(address) pgd_offset(&init_mm, address)

12345