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.c230 __set_ptes(mm, start_addr, start_ptep, pte, CONT_PTES); in contpte_convert()
468 return __set_ptes(mm, addr, ptep, pte, nr); in contpte_set_ptes()
484 __set_ptes(mm, addr, ptep, pte, nr); in contpte_set_ptes()
/linux/arch/arm64/include/asm/
H A Dpgtable.h712 static inline void __set_ptes(struct mm_struct *mm, unsigned long addr, in __set_ptes() function
1771 __set_ptes(mm, addr, ptep, pte, 1); in set_ptes()
1918 #define set_ptes __set_ptes