Searched refs:pmd0 (Results 1 – 4 of 4) sorted by relevance
59 free_page((unsigned long)image->arch.pmd0); in machine_kexec_free_page_tables()60 image->arch.pmd0 = NULL; in machine_kexec_free_page_tables()75 image->arch.pmd0 = (pmd_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables()82 !image->arch.pmd0 || !image->arch.pmd1 || in machine_kexec_alloc_page_tables()118 pmd = image->arch.pmd0; in machine_kexec_prepare_page_tables()
141 pmd_t *pmd0; member
79 load32 PA(pmd0),%r5
45 pmd_t pmd0[PTRS_PER_PMD] __section(".data..vm0.pmd") __attribute__ ((aligned(PAGE_SIZE))); variable