Searched refs:check_pgm_prot (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | edat.c | 31 static bool check_pgm_prot(void *ptr) in check_pgm_prot() function 71 report(!p[0] && check_pgm_prot(m), "pte, ro"); in test_dat() 92 report(!p[0] && check_pgm_prot(m), "pmd, ro"); in test_dat() 142 report(!p[0] && check_pgm_prot(m), "pmd, ro"); in test_edat1() 152 report(!p[0] && check_pgm_prot(m), "pud, ro"); in test_edat1() 158 report(!p[0] && check_pgm_prot(m), "p4d, ro"); in test_edat1() 164 report(!p[0] && check_pgm_prot(m), "pgd, ro"); in test_edat1()
|