Home
last modified time | relevance | path

Searched refs:early_pud (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/riscv/mm/
H A Dinit.c429 static pud_t early_pud[PTRS_PER_PUD] __initdata __aligned(PAGE_SIZE);
434 #define early_pud ((pud_t *)XIP_FIXUP(early_pud)) macro
522 return (uintptr_t)early_pud; in alloc_pud_early()
814 set_satp_mode_pmd, (uintptr_t)early_pud, in set_satp_mode()
816 create_pud_mapping(early_pud, in set_satp_mode()
831 (uintptr_t)early_p4d : (uintptr_t)early_pud, in set_satp_mode()
852 memset(early_pud, 0, PAGE_SIZE); in set_satp_mode()