Searched refs:__set_pte (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/arm64/mm/
H A Dtrans_pgd.c44 __set_pte(dst_ptep, pte_mkwrite_novma(pte));
58 __set_pte(dst_ptep, pte_mkpresent(pte_mkwrite_novma(pte)));
H A Dfixmap.c127 __set_pte(ptep, pfn_pte(phys >> PAGE_SHIFT, flags));
H A Dpageattr.c44 __set_pte(ptep, pte);
H A Dkasan_init.c128 __set_pte(ptep, pfn_pte(__phys_to_pfn(page_phys), PAGE_KERNEL));
369 __set_pte(&kasan_early_shadow_pte[i],
H A Dmmu.c184 __set_pte(ptep, pfn_pte(__phys_to_pfn(phys), prot));
/linux-master/arch/arm64/kernel/
H A Defi.c114 __set_pte(ptep, pte);
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h102 __set_pte(ptep, __pte(0))
274 static inline void __set_pte(pte_t *ptep, pte_t pte) function
384 __set_pte(ptep, pte);
557 __set_pte(ptep, pte);
1487 __set_pte(ptep, pte_mknoncont(pte));
1622 #define set_pte __set_pte

Completed in 146 milliseconds