Home
last modified time | relevance | path

Searched refs:unprotect_page (Results 1 – 6 of 6) sorted by relevance

/kvm-unit-tests/s390x/
H A Diep.c41 unprotect_page(iepbuf, PAGE_ENTRY_IEP); in test_iep()
H A Dmvpg-sie.c46 unprotect_page(src, PAGE_ENTRY_I); in test_mvpg_pei()
69 unprotect_page(dst, PAGE_ENTRY_I); in test_mvpg_pei()
H A Dmvpg.c205 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 Dedat.c70 unprotect_page(m, PAGE_ENTRY_P); in test_dat()
H A Duv-host.c206 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 Dmmu.h91 static inline void unprotect_page(void *vaddr, unsigned long prot) in unprotect_page() function