Home
last modified time | relevance | path

Searched defs:seal (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dmseal_test.c520 static void test_seal_mprotect(bool seal) in test_seal_mprotect() argument
544 static void test_seal_start_mprotect(bool seal) in test_seal_start_mprotect() argument
574 test_seal_end_mprotect(bool seal) test_seal_end_mprotect() argument
604 test_seal_mprotect_unalign_len(bool seal) test_seal_mprotect_unalign_len() argument
633 test_seal_mprotect_unalign_len_variant_2(bool seal) test_seal_mprotect_unalign_len_variant_2() argument
661 test_seal_mprotect_two_vma(bool seal) test_seal_mprotect_two_vma() argument
696 test_seal_mprotect_two_vma_with_split(bool seal) test_seal_mprotect_two_vma_with_split() argument
743 test_seal_mprotect_partial_mprotect(bool seal) test_seal_mprotect_partial_mprotect() argument
769 test_seal_mprotect_partial_mprotect_tail(bool seal) test_seal_mprotect_partial_mprotect_tail() argument
805 test_seal_mprotect_two_vma_with_gap(bool seal) test_seal_mprotect_two_vma_with_gap() argument
848 test_seal_mprotect_split(bool seal) test_seal_mprotect_split() argument
885 test_seal_mprotect_merge(bool seal) test_seal_mprotect_merge() argument
919 test_seal_munmap(bool seal) test_seal_munmap() argument
950 test_seal_munmap_two_vma(bool seal) test_seal_munmap_two_vma() argument
991 test_seal_munmap_vma_with_gap(bool seal) test_seal_munmap_vma_with_gap() argument
1022 test_seal_munmap_partial_across_vmas(bool seal) test_seal_munmap_partial_across_vmas() argument
1052 test_munmap_start_freed(bool seal) test_munmap_start_freed() argument
1092 test_munmap_end_freed(bool seal) test_munmap_end_freed() argument
1122 test_munmap_middle_freed(bool seal) test_munmap_middle_freed() argument
1166 test_seal_mremap_shrink(bool seal) test_seal_mremap_shrink() argument
1195 test_seal_mremap_expand(bool seal) test_seal_mremap_expand() argument
1227 test_seal_mremap_move(bool seal) test_seal_mremap_move() argument
1260 test_seal_mmap_overwrite_prot(bool seal) test_seal_mmap_overwrite_prot() argument
1288 test_seal_mmap_expand(bool seal) test_seal_mmap_expand() argument
1319 test_seal_mmap_shrink(bool seal) test_seal_mmap_shrink() argument
1347 test_seal_mremap_shrink_fixed(bool seal) test_seal_mremap_shrink_fixed() argument
1378 test_seal_mremap_expand_fixed(bool seal) test_seal_mremap_expand_fixed() argument
1409 test_seal_mremap_move_fixed(bool seal) test_seal_mremap_move_fixed() argument
1439 test_seal_mremap_move_fixed_zero(bool seal) test_seal_mremap_move_fixed_zero() argument
1470 test_seal_mremap_move_dontunmap(bool seal) test_seal_mremap_move_dontunmap() argument
1499 test_seal_mremap_move_dontunmap_anyaddr(bool seal) test_seal_mremap_move_dontunmap_anyaddr() argument
1632 test_seal_discard_ro_anon_on_rw(bool seal) test_seal_discard_ro_anon_on_rw() argument
1661 test_seal_discard_ro_anon_on_pkey(bool seal) test_seal_discard_ro_anon_on_pkey() argument
1708 test_seal_discard_ro_anon_on_filebacked(bool seal) test_seal_discard_ro_anon_on_filebacked() argument
1745 test_seal_discard_ro_anon_on_shared(bool seal) test_seal_discard_ro_anon_on_shared() argument
1774 test_seal_discard_ro_anon(bool seal) test_seal_discard_ro_anon() argument
1804 test_seal_discard_across_vmas(bool seal) test_seal_discard_across_vmas() argument
1835 test_seal_madvise_nodiscard(bool seal) test_seal_madvise_nodiscard() argument
[all...]
/linux/include/keys/
H A Dtrusted-type.h62 int (*seal)(struct trusted_key_payload *p, char *datablob); member
/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py589 def seal(self, parent_key, data, auth_value, policy_dig, member in Client
/linux/fs/smb/client/
H A Dconnect.c1913 bool seal = false; in cifs_setup_ipc() local
H A Dcifsglob.h1288 bool seal:1; /* transport encryption for this mounted share */ member