| /linux/arch/xtensa/mm/ |
| H A D | kasan_init.c | 25 set_pte(kasan_early_shadow_pte + i, in kasan_early_init() 58 set_pte(pte + j, pfn_pte(PHYS_PFN(phys), PAGE_KERNEL)); in populate() 88 set_pte(kasan_early_shadow_pte + i, in kasan_init()
|
| /linux/arch/parisc/include/asm/ |
| H A D | kfence.h | 35 set_pte(pte, __pte(pte_val(*pte) & ~_PAGE_PRESENT)); in kfence_protect_page() 37 set_pte(pte, __pte(pte_val(*pte) | _PAGE_PRESENT)); in kfence_protect_page()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | kfence.h | 60 set_pte(pte, __pte(pte_val(ptep_get(pte)) & ~(_PAGE_VALID | _PAGE_PRESENT))); in kfence_protect_page() 62 set_pte(pte, __pte(pte_val(ptep_get(pte)) | (_PAGE_VALID | _PAGE_PRESENT))); in kfence_protect_page()
|
| /linux/arch/x86/power/ |
| H A D | hibernate_32.c | 124 set_pte(pte, pfn_pte(pfn, PAGE_KERNEL_EXEC)); in resume_physical_mapping_init() 164 set_pte(pte + pte_index(restore_jump_address), in set_up_temporary_text_mapping()
|
| H A D | hibernate.c | 187 set_pte(pte, __pte(pte_val(*pte) & ~_PAGE_NX)); in relocate_restore_code()
|
| /linux/arch/csky/mm/ |
| H A D | tcm.c | 47 set_pte(tcm_pte, pfn_pte(__phys_to_pfn(paddr), PAGE_KERNEL)); 66 set_pte(tcm_pte, pfn_pte(__phys_to_pfn(paddr), PAGE_KERNEL));
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_ggtt_types.h | 19 xe_ggtt_set_pte_fn set_pte, void *arg);
|
| /linux/arch/mips/include/asm/ |
| H A D | highmem.h | 54 #define arch_kmap_local_set_pte(mm, vaddr, ptep, ptev) set_pte(ptep, ptev)
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 300 static inline void set_pte(pte_t *ptep, pte_t pte) in set_pte() function 307 #define set_pte(pteptr, pteval) (*(pteptr) = pteval) macro 325 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0))
|
| /linux/arch/x86/include/asm/ |
| H A D | kfence.h | 65 set_pte(pte, __pte(flip_protnone_guard(val, new, PTE_PFN_MASK))); in kfence_protect_page()
|
| /linux/arch/sh/mm/ |
| H A D | kmap.c | 46 set_pte(kmap_coherent_pte - idx, mk_pte(page, PAGE_KERNEL)); in kmap_coherent()
|
| H A D | tlbex_32.c | 67 set_pte(pte, entry); in handle_tlbmiss()
|
| /linux/arch/m68k/include/asm/ |
| H A D | mmu_context.h | 145 set_pte(pte, pte_mkyoung(*pte)); in load_ksp_mmu() 148 set_pte(pte, pte_wrprotect(*pte)); in load_ksp_mmu()
|
| /linux/arch/x86/boot/compressed/ |
| H A D | ident_map_64.c | 211 set_pte(&pte[i], __pte(address | page_flags)); in split_large_pmd() 314 set_pte(ptep, pte); in set_clr_page_flags()
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgalloc_32.h | 33 set_pte((pte_t *)pudp, __pte((SRMMU_ET_PTD | (pa >> 4)))); in pud_set()
|
| /linux/arch/riscv/kernel/ |
| H A D | efi.c | 75 set_pte(ptep, pte); in set_permissions()
|
| /linux/arch/m68k/sun3x/ |
| H A D | dvma.c | 128 set_pte(pte, pfn_pte(virt_to_pfn((void *)kaddr), in dvma_map_cpu()
|
| /linux/arch/parisc/mm/ |
| H A D | hugetlbpage.c | 111 set_pte(ptep, entry); in __set_huge_pte_at()
|
| /linux/arch/nios2/mm/ |
| H A D | ioremap.c | 43 set_pte(pte, pfn_pte(pfn, pgprot)); in remap_area_pte()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 176 #define set_pte(ptep, pte) ((*(ptep)) = (pte)) macro
|
| /linux/arch/x86/kernel/ |
| H A D | espfix_64.c | 194 set_pte(&pte_p[n*PTE_STRIDE], pte); in init_espfix_ap()
|
| H A D | machine_kexec_32.c | 97 set_pte(pte, pfn_pte(paddr >> PAGE_SHIFT, PAGE_KERNEL_EXEC)); in machine_kexec_page_table_set_one()
|
| /linux/arch/loongarch/mm/ |
| H A D | pageattr.c | 86 set_pte(pte, val); in pageattr_pte_entry()
|
| H A D | init.c | 211 set_pte(ptep, pfn_pte(phys >> PAGE_SHIFT, flags)); in __set_fixmap()
|
| /linux/arch/sparc/mm/ |
| H A D | srmmu.c | 115 set_pte((pte_t *)ctxp, pte); in srmmu_ctxd_set() 140 set_pte((pte_t *)&pmd_val(*pmdp), __pte(SRMMU_ET_PTD | ptp)); in pmd_set() 310 set_pte(__nocache_fix(pte), __pte(pteval)); in srmmu_nocache_init() 511 set_pte(ptep, __pte(tmp)); in srmmu_mapioaddr()
|