Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h661 #define pte_set_fixmap(addr) ((pte_t *)set_fixmap_offset(FIX_PTE, addr)) macro
662 #define pte_set_fixmap_offset(pmd, addr) pte_set_fixmap(pte_offset_phys(pmd, addr))
/openbmc/linux/arch/arm64/mm/
H A Dmmu.c121 ptr = pte_set_fixmap(phys); in early_pgtable_alloc()