Searched refs:vmemmap_verify (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | radix_pgtable.c | 995 vmemmap_verify(pmdp_ptep(pmdp), node, addr, next); in vmemmap_check_pmd() 1011 vmemmap_verify(ptep, node, addr, next); in vmemmap_set_pmd() 1206 vmemmap_verify(pte, node, addr, addr + PAGE_SIZE); in radix__vmemmap_populate() 1240 vmemmap_verify(pte, node, addr, addr + PAGE_SIZE); in radix__vmemmap_populate_address() 1292 vmemmap_verify(pte, node, map_addr, map_addr + PAGE_SIZE); in vmemmap_compound_tail_page() 1360 vmemmap_verify(pte, node, addr, addr + PAGE_SIZE); in vmemmap_populate_compound_pages() 1385 vmemmap_verify(pte, node, addr, addr + PAGE_SIZE); in vmemmap_populate_compound_pages() 1395 vmemmap_verify(pte, node, addr, addr + PAGE_SIZE); in vmemmap_populate_compound_pages()
|
| /linux-6.15/mm/ |
| H A D | sparse-vmemmap.c | 143 void __meminit vmemmap_verify(pte_t *pte, int node, in vmemmap_verify() function 275 vmemmap_verify(pte, node, addr, addr + PAGE_SIZE); in vmemmap_populate_address()
|
| /linux-6.15/arch/loongarch/mm/ |
| H A D | init.c | 136 vmemmap_verify((pte_t *)pmd, node, addr, next); in vmemmap_check_pmd()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | init_64.c | 1539 vmemmap_verify((pte_t *)pmd, node, addr, next); in vmemmap_check_pmd()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | mmu.c | 1171 vmemmap_verify((pte_t *)pmdp, node, addr, next); in vmemmap_check_pmd()
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | init.c | 1445 vmemmap_verify((pte_t *)pmdp, node, addr, next); in vmemmap_check_pmd()
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 3942 void vmemmap_verify(pte_t *, int, unsigned long, unsigned long);
|