Searched refs:unprotect_page (Results 1 – 6 of 6) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | iep.c | 41 unprotect_page(iepbuf, PAGE_ENTRY_IEP); in test_iep()
|
H A D | mvpg-sie.c | 46 unprotect_page(src, PAGE_ENTRY_I); in test_mvpg_pei() 69 unprotect_page(dst, PAGE_ENTRY_I); in test_mvpg_pei()
|
H A D | mvpg.c | 205 unprotect_page(source, PAGE_ENTRY_P); in test_mmu_prot() 225 unprotect_page(source, PAGE_ENTRY_I); in test_mmu_prot() 276 unprotect_page(source, PAGE_ENTRY_I); in test_mmu_prot()
|
H A D | edat.c | 70 unprotect_page(m, PAGE_ENTRY_P); in test_dat()
|
H A D | uv-host.c | 206 unprotect_page(uvcb, PAGE_ENTRY_I); in test_access() 310 unprotect_page(inv, PAGE_ENTRY_I); in test_set_se_header()
|
/kvm-unit-tests/lib/s390x/ |
H A D | mmu.h | 91 static inline void unprotect_page(void *vaddr, unsigned long prot) in unprotect_page() function
|