Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h807 #define pte_set_fixmap(addr) ((pte_t *)set_fixmap_offset(FIX_PTE, addr)) macro
808 #define pte_set_fixmap_offset(pmd, addr) pte_set_fixmap(pte_offset_phys(pmd, addr))
/linux-6.15/arch/arm64/mm/
H A Dmmu.c211 ptep = pte_set_fixmap(pte_phys); in alloc_init_cont_pte()