Searched refs:pf_count (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | smap.c | 7 volatile int pf_count = 0; variable 19 pf_count++; in do_pf_tss() 54 pf_count = 0; in init_test() 74 report(pf_count == 0, in check_smap_nowp() 82 report(pf_count == 1 && save == 0x99, in check_smap_nowp() 132 report(pf_count == 0 && test == 42, in main() 138 report(pf_count == 0, "read from user page with AC=1"); in main() 143 report(pf_count == 1 && save == 42, in main() 150 report(pf_count == 0 && test == 43, in main() 156 report(pf_count == 1 && test == 44 && save == 43, in main() [all …]
|
H A D | pku.c | 12 volatile int pf_count = 0; variable 29 pf_count++; in do_pf_tss() 55 pf_count = 0; in init_test() 100 report(pf_count == 0 && test == 21, in main() 107 report(pf_count == 0 && test == 22, in main() 114 report(pf_count == 0 && test == 23, in main() 121 report(pf_count == 0 && test == 24, in main() 128 report(pf_count == 0 && test == 25, in main() 135 report(pf_count == 1 && test == 26 && save == 25, in main() 141 report(pf_count == 1 && save == 26, "read from user page when pkru is ad"); in main()
|
H A D | pks.c | 12 volatile int pf_count = 0; variable 30 pf_count++; in do_pf_tss() 56 pf_count = 0; in init_test() 103 report(pf_count == 1 && test == 21 && save == 0, in main() 110 report(pf_count == 1 && test == 22 && save == 21, in main() 117 report(pf_count == 1 && test == 23 && save == 22, in main() 124 report(pf_count == 0 && test == 24, in main() 131 report(pf_count == 0 && test == 25, in main() 138 report(pf_count == 0 && test == 26, in main() 144 report(pf_count == 0, "read from user page when pkrs is ad"); in main()
|