| /Linux-v5.4/arch/sh/mm/ |
| D | hugetlbpage.c | 33 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 54 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| D | tlbex_32.c | 42 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
|
| D | tlbex_64.c | 58 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
|
| /Linux-v5.4/arch/mips/mm/ |
| D | hugetlbpage.c | 31 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 46 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| D | pgtable.c | 17 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /Linux-v5.4/arch/powerpc/mm/book3s32/ |
| D | tlb.c | 90 pmd = pmd_offset(pud_offset(pgd_offset(mm, start), start), start); in flush_range() 148 pmd = pmd_offset(pud_offset(pgd_offset(mm, vmaddr), vmaddr), vmaddr); in flush_tlb_page()
|
| /Linux-v5.4/arch/arc/include/asm/ |
| D | pgtable.h | 337 #define pgd_offset_k(address) pgd_offset(&init_mm, address) 339 #define pgd_offset(mm, addr) (((mm)->pgd)+pgd_index(addr)) macro 361 #define pgd_offset_fast(mm, addr) pgd_offset(mm, addr)
|
| /Linux-v5.4/arch/ia64/mm/ |
| D | hugetlbpage.c | 37 pgd = pgd_offset(mm, taddr); in huge_pte_alloc() 56 pgd = pgd_offset(mm, taddr); in huge_pte_offset()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | ldt.c | 152 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()
|
| /Linux-v5.4/arch/parisc/mm/ |
| D | hugetlbpage.c | 63 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 83 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | pgtable.h | 281 #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-v5.4/arch/um/kernel/ |
| D | tlb.c | 311 pgd = pgd_offset(mm, addr); in fix_range_common() 351 pgd = pgd_offset(mm, addr); in flush_tlb_kernel_range_common() 436 pgd = pgd_offset(mm, address); in flush_tlb_page() 495 return pgd_offset(mm, address); in pgd_offset_proc() 515 pgd_t *pgd = pgd_offset(task->mm, addr); in addr_pte()
|
| /Linux-v5.4/arch/nios2/mm/ |
| D | pgtable.c | 60 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | pgtable-32.h | 204 #define pgd_offset_k(address) pgd_offset(&init_mm, address) 210 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
| D | pgtable-64.h | 322 #define pgd_offset_k(address) pgd_offset(&init_mm, address) 328 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
| /Linux-v5.4/arch/s390/mm/ |
| D | hugetlbpage.c | 194 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 216 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
| /Linux-v5.4/arch/nios2/include/asm/ |
| D | pgtable.h | 108 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro 258 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr)
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 191 #define pgd_offset(mm, address) \ macro 195 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
|
| /Linux-v5.4/arch/arm64/mm/ |
| D | hugetlbpage.c | 69 pgd_t *pgdp = pgd_offset(mm, addr); in find_num_contig() 224 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 265 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | pgalloc.h | 57 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 358 #define pgd_offset_k(address) pgd_offset(&init_mm, address) 362 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
| /Linux-v5.4/arch/unicore32/include/asm/ |
| D | pgtable.h | 231 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro 234 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr)
|
| /Linux-v5.4/arch/sparc/mm/ |
| D | hugetlbpage.c | 283 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-v5.4/arch/sh/include/asm/ |
| D | pgtable_64.h | 50 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro 53 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | pgtable.h | 232 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro 237 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
|