Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dcontpte.c231 __set_ptes(mm, start_addr, start_ptep, pte, CONT_PTES); in contpte_convert()
469 return __set_ptes(mm, addr, ptep, pte, nr); in contpte_set_ptes()
485 __set_ptes(mm, addr, ptep, pte, nr); in contpte_set_ptes()
/linux/arch/arm64/include/asm/
H A Dpgtable.h711 static inline void __set_ptes(struct mm_struct *mm, unsigned long addr, in __set_ptes() function
1782 __set_ptes(mm, addr, ptep, pte, 1); in set_ptes()
1933 #define set_ptes __set_ptes