Searched refs:_PAGE_PROTECT (Results 1 – 4 of 4) sorted by relevance
/linux/arch/s390/mm/ |
H A D | dump_pagetables.c | 67 pt_dump_seq_puts(m, (pr & _PAGE_PROTECT) ? "RO " : "RW "); in print_prot() 77 if (st->current_prot & _PAGE_PROTECT) in note_prot_wx() 121 prot = val & (_PAGE_PROTECT | _PAGE_NOEXEC); in note_page()
|
H A D | pgtable.c | 211 entry = clear_pte_bit(entry, __pgprot(_PAGE_PROTECT)); in pgste_set_pte() 213 if (!(pte_val(entry) & _PAGE_PROTECT)) in pgste_set_pte() 289 * Caller must check that new PTE only differs in _PAGE_PROTECT HW bit, so that 302 * PTE is not invalidated by RDP, only _PAGE_PROTECT is cleared. That in ptep_reset_dat_prot() 644 pte_p = pte_val(entry) & _PAGE_PROTECT; in ptep_force_prot() 660 entry = set_pte_bit(entry, __pgprot(_PAGE_PROTECT)); in ptep_force_prot() 680 !((pte_val(spte) & _PAGE_PROTECT) && in ptep_shadow_pte() 681 !(pte_val(pte) & _PAGE_PROTECT))) { in ptep_shadow_pte() 685 (pte_val(pte) & _PAGE_PROTECT)); in ptep_shadow_pte() 782 pte = set_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in ptep_test_and_clear_uc() [all...] |
H A D | hugetlbpage.c | 60 rste |= move_set_bit(pte_val(pte), _PAGE_PROTECT, in __pte_to_rste() 122 pteval |= move_set_bit(rste, _SEGMENT_ENTRY_PROTECT, _PAGE_PROTECT); in __rste_to_pte()
|
H A D | gmap.c | 1817 prot = (pte_val(pte) & _PAGE_PROTECT) ? PROT_READ : PROT_WRITE; in gmap_shadow_page()
|