Searched refs:pgd_offset (Results 1 – 25 of 47) sorted by relevance
12
| /arch/mips/mm/ |
| A D | hugetlbpage.c | 32 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 49 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| A D | pgtable.c | 17 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /arch/sh/mm/ |
| A D | hugetlbpage.c | 33 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 58 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| A D | tlbex_32.c | 44 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
|
| /arch/loongarch/mm/ |
| A D | hugetlbpage.c | 24 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 41 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| A D | pgtable.c | 30 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /arch/parisc/mm/ |
| A D | hugetlbpage.c | 42 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 64 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| /arch/nios2/mm/ |
| A D | pgtable.c | 60 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| A D | ioremap.c | 84 dir = pgd_offset(&init_mm, address); in remap_area_pages()
|
| /arch/x86/kernel/ |
| A D | ldt.c | 236 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()
|
| /arch/csky/include/asm/ |
| A D | pgalloc.h | 49 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /arch/s390/mm/ |
| A D | hugetlbpage.c | 214 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 236 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
| /arch/sparc/mm/ |
| A D | hugetlbpage.c | 178 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 201 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| /arch/arm64/mm/ |
| A D | hugetlbpage.c | 85 pgd_t *pgdp = pgd_offset(mm, addr); in find_num_contig() 249 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 289 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
| /arch/powerpc/mm/ |
| A D | hugetlbpage.c | 52 p4d = p4d_offset(pgd_offset(mm, addr), addr); in huge_pte_alloc()
|
| /arch/arc/mm/ |
| A D | fault.c | 37 pgd = pgd_offset(current->active_mm, address); in handle_kernel_vaddr_fault()
|
| /arch/riscv/mm/ |
| A D | hugetlbpage.c | 42 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 95 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| /arch/microblaze/mm/ |
| A D | pgtable.c | 204 pgd = pgd_offset(mm, addr & PAGE_MASK); in get_pteptr()
|
| /arch/arm/mm/ |
| A D | fault-armv.c | 76 pgd = pgd_offset(vma->vm_mm, address); in adjust_pte()
|
| /arch/arm/mach-rpc/ |
| A D | ecard.c | 231 src_pgd = pgd_offset(mm, (unsigned long)IO_BASE); in ecard_init_pgtables() 232 dst_pgd = pgd_offset(mm, IO_START); in ecard_init_pgtables() 236 src_pgd = pgd_offset(mm, (unsigned long)EASI_BASE); in ecard_init_pgtables() 237 dst_pgd = pgd_offset(mm, EASI_START); in ecard_init_pgtables()
|
| /arch/um/kernel/ |
| A D | tlb.c | 180 pgd = pgd_offset(mm, addr); in um_tlb_sync()
|
| /arch/arm/lib/ |
| A D | uaccess_with_memcpy.c | 33 pgd = pgd_offset(current->mm, addr); in pin_page_for_write()
|
| /arch/m68k/include/asm/ |
| A D | mmu_context.h | 124 pgd = pgd_offset(mm, mmuar); in load_ksp_mmu()
|
| /arch/alpha/mm/ |
| A D | init.c | 46 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /arch/m68k/mm/ |
| A D | mcfmmu.c | 101 pgd = pgd_offset(mm, mmuar); in cf_tlb_miss()
|
Completed in 53 milliseconds
12