Searched refs:pte_set_val (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/um/include/asm/ |
| H A D | pgtable.h | 81 #define pte_clear(mm, addr, xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEEDSYNC)) 274 pte_set_val(pte, page_to_phys(page), (pgprot)); \ 279 pte_set_val(pte, (pte_val(pte) & _PAGE_CHG_MASK), newprot); in pte_modify()
|
| H A D | page.h | 57 #define pte_set_val(p, phys, prot) (p).pte = (phys | pgprot_val(prot)) macro
|
| H A D | pgtable-4level.h | 110 pte_set_val(pte, phys, pgprot); in pfn_pte()
|
| /linux-6.15/arch/um/kernel/ |
| H A D | mem.c | 178 pte_set_val(*pte, p, PAGE_READONLY); in fixaddr_user_init()
|