Searched refs:protect_dat_entry (Results 1 – 4 of 4) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | edat.c | 80 protect_dat_entry(m, SEGMENT_ENTRY_FC, pgtable_level_pmd); in test_dat() 89 protect_dat_entry(m, SEGMENT_ENTRY_P, pgtable_level_pmd); in test_dat() 97 protect_dat_entry(m, REGION3_ENTRY_FC, pgtable_level_pud); in test_dat() 107 protect_dat_entry(m, REGION_ENTRY_P, pgtable_level_pud); in test_dat() 113 protect_dat_entry(m, REGION_ENTRY_P, pgtable_level_p4d); in test_dat() 119 protect_dat_entry(m, REGION_ENTRY_P, pgtable_level_pgd); in test_dat() 140 protect_dat_entry(m, SEGMENT_ENTRY_P, pgtable_level_pmd); in test_edat1() 150 protect_dat_entry(m, REGION_ENTRY_P, pgtable_level_pud); in test_edat1() 156 protect_dat_entry(m, REGION_ENTRY_P, pgtable_level_p4d); in test_edat1() 162 protect_dat_entry(m, REGION_ENTRY_P, pgtable_level_pgd); in test_edat1()
|
H A D | tprot.c | 39 protect_dat_entry(pagebuf, PAGE_ENTRY_P, 5); in test_tprot_ro() 69 protect_dat_entry(pagebuf, PAGE_ENTRY_I, 5); in test_tprot_transl_unavail() 83 protect_dat_entry(pagebuf, BIT(63 - 52), 5); in test_tprot_transl_pte_bit52_set()
|
/kvm-unit-tests/lib/s390x/ |
H A D | mmu.h | 38 void protect_dat_entry(void *vaddr, unsigned long prot, enum pgt_level level); 88 protect_dat_entry(vaddr, prot, pgtable_level_pte); in protect_page()
|
H A D | mmu.c | 285 void protect_dat_entry(void *vaddr, unsigned long prot, enum pgt_level level) in protect_dat_entry() function 307 protect_dat_entry((void *)curr, prot, 5); in protect_range()
|