Searched refs:vmemmap_verify (Results 1 – 7 of 7) sorted by relevance
| /linux/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() 1213 vmemmap_verify(pte, node, addr, addr + PAGE_SIZE); in radix__vmemmap_populate() 1247 vmemmap_verify(pte, node, addr, addr + PAGE_SIZE); in radix__vmemmap_populate_address() 1299 vmemmap_verify(pte, node, map_addr, map_addr + PAGE_SIZE); in vmemmap_compound_tail_page() 1367 vmemmap_verify(pte, node, addr, addr + PAGE_SIZE); in vmemmap_populate_compound_pages() 1392 vmemmap_verify(pte, node, addr, addr + PAGE_SIZE); in vmemmap_populate_compound_pages() 1402 vmemmap_verify(pte, node, addr, addr + PAGE_SIZE); in vmemmap_populate_compound_pages()
|
| /linux/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/arch/loongarch/mm/ |
| H A D | init.c | 126 vmemmap_verify((pte_t *)pmd, node, addr, next); in vmemmap_check_pmd()
|
| /linux/arch/x86/mm/ |
| H A D | init_64.c | 1555 vmemmap_verify((pte_t *)pmd, node, addr, next); in vmemmap_check_pmd()
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 1457 vmemmap_verify((pte_t *)pmdp, node, addr, next); in vmemmap_check_pmd()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 1764 vmemmap_verify((pte_t *)pmdp, node, addr, next); in vmemmap_check_pmd()
|
| /linux/include/linux/ |
| H A D | mm.h | 4252 void vmemmap_verify(pte_t *, int, unsigned long, unsigned long);
|