Searched refs:unprotect_dat_entry (Results 1 – 4 of 4) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | edat.c | 82 unprotect_dat_entry(m, SEGMENT_ENTRY_FC, pgtable_level_pmd); in test_dat() 93 unprotect_dat_entry(m, SEGMENT_ENTRY_P, pgtable_level_pmd); in test_dat() 99 unprotect_dat_entry(m, REGION3_ENTRY_FC, pgtable_level_pud); in test_dat() 110 unprotect_dat_entry(m, REGION_ENTRY_P, pgtable_level_pud); in test_dat() 116 unprotect_dat_entry(m, REGION_ENTRY_P, pgtable_level_p4d); in test_dat() 122 unprotect_dat_entry(m, REGION_ENTRY_P, pgtable_level_pgd); in test_dat() 143 unprotect_dat_entry(m, SEGMENT_ENTRY_P, pgtable_level_pmd); in test_edat1() 153 unprotect_dat_entry(m, REGION_ENTRY_P, pgtable_level_pud); in test_edat1() 159 unprotect_dat_entry(m, REGION_ENTRY_P, pgtable_level_p4d); in test_edat1() 165 unprotect_dat_entry(m, REGION_ENTRY_P, pgtable_level_pgd); in test_edat1()
|
H A D | tprot.c | 44 unprotect_dat_entry(pagebuf, PAGE_ENTRY_P, 5); in test_tprot_ro() 74 unprotect_dat_entry(pagebuf, PAGE_ENTRY_I, 5); in test_tprot_transl_unavail() 89 unprotect_dat_entry(pagebuf, BIT(63 - 52), 5); in test_tprot_transl_pte_bit52_set()
|
/kvm-unit-tests/lib/s390x/ |
H A D | mmu.h | 48 void unprotect_dat_entry(void *vaddr, unsigned long prot, enum pgt_level level); 93 unprotect_dat_entry(vaddr, prot, pgtable_level_pte); in unprotect_page()
|
H A D | mmu.c | 293 void unprotect_dat_entry(void *vaddr, unsigned long prot, enum pgt_level level) in unprotect_dat_entry() function 316 unprotect_dat_entry((void *)curr, prot, 5); in unprotect_range()
|