Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpgtable.h316 static inline void __set_pte_nosync(pte_t *ptep, pte_t pte) in __set_pte_nosync() function
323 __set_pte_nosync(ptep, pte); in __set_pte()
/linux/arch/arm64/mm/
H A Dmmu.c179 __set_pte_nosync(ptep, pfn_pte(__phys_to_pfn(phys), prot)); in init_pte()