Searched refs:pte_set_flags (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/include/asm/ |
| A D | pgtable.h | 495 return pte_set_flags(pte, _PAGE_DIRTY); in pte_mkwrite_shstk() 500 return pte_set_flags(pte, _PAGE_ACCESSED); in pte_mkyoung() 505 return pte_set_flags(pte, _PAGE_RW); in pte_mkwrite_novma() 514 return pte_set_flags(pte, _PAGE_PSE); in pte_mkhuge() 524 return pte_set_flags(pte, _PAGE_GLOBAL); in pte_mkglobal() 534 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial() 539 return pte_set_flags(pte, _PAGE_SPECIAL|_PAGE_DEVMAP); in pte_mkdevmap() 723 return pte_set_flags(pte, _PAGE_SOFT_DIRTY); in pte_mksoft_dirty() 1586 return pte_set_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive() 1602 return pte_set_flags(pte, _PAGE_SWP_SOFT_DIRTY); in pte_swp_mksoft_dirty() [all …]
|
| /linux/arch/x86/mm/ |
| A D | cpu_entry_area.c | 93 pte = pte_set_flags(pte, _PAGE_GLOBAL); in cea_set_pte()
|
| A D | pti.c | 404 *pte = pte_set_flags(*pte, _PAGE_GLOBAL); in pti_clone_pgtable()
|
| /linux/arch/x86/boot/compressed/ |
| A D | ident_map_64.c | 312 pte = pte_set_flags(pte, set); in set_clr_page_flags()
|
Completed in 15 milliseconds