Searched refs:pmd0 (Results 1 – 4 of 4) sorted by relevance
48 free_page((unsigned long)image->arch.pmd0); in machine_kexec_free_page_tables()49 image->arch.pmd0 = NULL; in machine_kexec_free_page_tables()64 image->arch.pmd0 = (pmd_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()71 !image->arch.pmd0 || !image->arch.pmd1 || in machine_kexec_alloc_page_tables()107 pmd = image->arch.pmd0; in machine_kexec_prepare_page_tables()
141 pmd_t *pmd0; member
119 load32 PA(pmd0),%r5
40 pmd_t pmd0[PTRS_PER_PMD] __section(".data..vm0.pmd") __attribute__ ((aligned(PAGE_SIZE))); variable