Lines Matching refs:VM_PROT_NONE
267 checker->protection = VM_PROT_NONE; in destructively_assert_permanent_checker_and_entry()
268 checker->max_protection = VM_PROT_NONE; in destructively_assert_permanent_checker_and_entry()
1018 assert(info.protection == VM_PROT_NONE); in test_cow_unreadable()
1022 assert(checker->protection == VM_PROT_NONE); in test_cow_unreadable()
1767 checker_list, start, VM_PROT_NONE, VM_PROT_NONE); in test_protection_single_000_000()
1777 checker_list, start, VM_PROT_NONE, VM_PROT_READ); in test_protection_single_000_r00()
1787 checker_list, start, VM_PROT_NONE, VM_PROT_WRITE); in test_protection_single_000_0w0()
1797 checker_list, start, VM_PROT_NONE, VM_PROT_READ | VM_PROT_WRITE); in test_protection_single_000_rw0()
1858 checker_list, start, VM_PROT_NONE, VM_PROT_NONE); in test_protection_pair_000_000()
1868 checker_list, start, VM_PROT_NONE, VM_PROT_READ); in test_protection_pair_000_r00()
1878 checker_list, start, VM_PROT_NONE, VM_PROT_WRITE); in test_protection_pair_000_0w0()
1888 checker_list, start, VM_PROT_NONE, VM_PROT_READ | VM_PROT_WRITE); in test_protection_pair_000_rw0()
1898 checker_list, start, VM_PROT_READ, VM_PROT_NONE); in test_protection_pair_r00_000()
1938 checker_list, start, VM_PROT_WRITE, VM_PROT_NONE); in test_protection_pair_0w0_000()
1978 checker_list, start, VM_PROT_READ | VM_PROT_WRITE, VM_PROT_NONE); in test_protection_pair_rw0_000()