| /linux-6.15/arch/x86/mm/ |
| H A D | init_32.c | 111 int pmd_idx = pmd_index(vaddr); in populate_extra_pmd() 140 pmd_idx = pmd_index(vaddr); in page_table_range_init_count() 220 pmd_idx = pmd_index(vaddr); in page_table_range_init() 225 pmd = pmd + pmd_index(vaddr); in page_table_range_init() 300 pmd_idx = pmd_index((pfn<<PAGE_SHIFT) + PAGE_OFFSET); in kernel_physical_mapping_init()
|
| H A D | ident_map.c | 85 pmd_t *pmd = pmd_page + pmd_index(addr); in ident_pmd_init()
|
| H A D | init_64.c | 515 int i = pmd_index(paddr); in phys_pmd_init() 518 pmd_t *pmd = pmd_page + pmd_index(paddr); in phys_pmd_init() 1132 pmd = pmd_start + pmd_index(addr); in remove_pmd_table()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | head64.c | 125 i = pmd_index(paddr - p2v_offset); in sme_postprocess_startup() 264 for (i = 0; i < pmd_index(va_text); i++) in __startup_64() 268 for (; i <= pmd_index(va_end); i++) in __startup_64() 353 pmd_p[pmd_index(address)] = pmd; in __early_make_pgtable()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | pgd.c | 77 (pmd_index(MODULES_VADDR) - pmd_index(TASK_SIZE)) in pgd_alloc()
|
| H A D | idmap.c | 44 pmd += pmd_index(addr); in idmap_add_pmd()
|
| /linux-6.15/arch/mips/kvm/ |
| H A D | mmu.c | 176 int i_min = pmd_index(start_gpa); in kvm_mips_flush_gpa_pmd() 177 int i_max = pmd_index(end_gpa); in kvm_mips_flush_gpa_pmd() 308 int i_min = pmd_index(start); \ 309 int i_max = pmd_index(end); \
|
| /linux-6.15/arch/x86/power/ |
| H A D | hibernate_64.c | 68 set_pmd(pmd + pmd_index(restore_jump_address), in set_up_temporary_text_mapping()
|
| H A D | hibernate_32.c | 158 set_pmd(pmd + pmd_index(restore_jump_address), in set_up_temporary_text_mapping()
|
| /linux-6.15/include/linux/ |
| H A D | pgtable.h | 72 #ifndef pmd_index 73 static inline unsigned long pmd_index(unsigned long address) in pmd_index() function 77 #define pmd_index pmd_index macro 146 return pud_pgtable(*pud) + pmd_index(address); in pmd_offset()
|
| /linux-6.15/arch/csky/mm/ |
| H A D | init.c | 100 k = pmd_index(vaddr); in fixrange_init()
|
| /linux-6.15/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | processor.c | 47 static uint64_t pmd_index(struct kvm_vm *vm, vm_vaddr_t gva) in pmd_index() function 162 ptep = addr_gpa2hva(vm, pte_addr(vm, *ptep)) + pmd_index(vm, vaddr) * 8; in _virt_pg_map() 206 ptep = addr_gpa2hva(vm, pte_addr(vm, *ptep)) + pmd_index(vm, gva) * 8; in virt_get_pte_hva()
|
| /linux-6.15/arch/um/kernel/ |
| H A D | mem.c | 138 j = pmd_index(vaddr); in fixrange_init()
|
| /linux-6.15/arch/sh/mm/ |
| H A D | init.c | 180 k = pmd_index(vaddr); in page_table_range_init()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 249 #define pmd_index(addr) (((addr) >> PMD_SHIFT) & (PTRS_PER_PMD - 1)) macro
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | init.c | 535 uintptr_t pmd_idx = pmd_index(va); in create_pmd_mapping() 1237 fix_bmap_spmd = fixmap_pmd[pmd_index(__fix_to_virt(FIX_BTMAP_BEGIN))]; in setup_vm() 1238 fix_bmap_epmd = fixmap_pmd[pmd_index(__fix_to_virt(FIX_BTMAP_END))]; in setup_vm() 1677 pmdp = pmd_base + pmd_index(addr); in remove_pmd_mapping()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | mmu.c | 300 pmdp += pmd_index(addr); in alloc_init_cont_pmd() 319 pmdp += pmd_index(next) - pmd_index(addr); in alloc_init_cont_pmd()
|
| /linux-6.15/arch/mips/mm/ |
| H A D | init.c | 241 k = pmd_index(vaddr); in fixrange_init()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | pgtable.h | 1464 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) macro 1555 return (pmd_t *) pud_deref(pud) + pmd_index(address); in pmd_offset_lockless() 1718 sto = __pa(pmdp) - pmd_index(addr) * sizeof(pmd_t); in __pmdp_idte()
|
| /linux-6.15/arch/x86/xen/ |
| H A D | mmu_pv.c | 604 nr = last ? pmd_index(limit) + 1 : PTRS_PER_PMD; in xen_pmd_walk() 1067 pmd_t *pmd = level2_kernel_pgt + pmd_index(vaddr); in xen_cleanhighmap() 1921 pmd = native_make_pmd(xen_read_phys_ulong(pa + pmd_index(vaddr) * in xen_early_virt_to_phys()
|
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | radix_pgtable.c | 827 pmd = pmd_start + pmd_index(addr); in remove_pmd_table()
|
| /linux-6.15/mm/ |
| H A D | vmscan.c | 3595 i = addr == -1 ? 0 : pmd_index(addr) - pmd_index(*first); in walk_pmd_range_locked() 3684 for (i = pmd_index(start), addr = start; addr != end; i++, addr = next) { in walk_pmd_range()
|
| H A D | hugetlb.c | 7482 if (pmd_index(addr) != pmd_index(saddr) || in page_table_shareable()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | pgtable.h | 873 #define pmd_offset_phys(dir, addr) (pud_page_paddr(READ_ONCE(*(dir))) + pmd_index(addr) * sizeof(pm…
|