Searched refs:pte_set_flags (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgtable.h314 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) function
411 return pte_wrprotect(pte_set_flags(pte, _PAGE_UFFD_WP));
437 pte = pte_set_flags(pte, _PAGE_DIRTY | _PAGE_SOFT_DIRTY);
446 return pte_set_flags(pte, _PAGE_DIRTY);
451 return pte_set_flags(pte, _PAGE_ACCESSED);
456 return pte_set_flags(pte, _PAGE_RW);
465 return pte_set_flags(pte, _PAGE_PSE);
475 return pte_set_flags(pte, _PAGE_GLOBAL);
485 return pte_set_flags(pte, _PAGE_SPECIAL);
490 return pte_set_flags(pt
[all...]
/linux-master/arch/x86/mm/
H A Dcpu_entry_area.c93 pte = pte_set_flags(pte, _PAGE_GLOBAL);
H A Dpti.c399 *pte = pte_set_flags(*pte, _PAGE_GLOBAL);
/linux-master/arch/x86/boot/compressed/
H A Dident_map_64.c312 pte = pte_set_flags(pte, set);

Completed in 125 milliseconds