Home
last modified time | relevance | path

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

/xnu-12377.61.12/tools/lldbmacros/tests/integration_smoke/
H A Dtest_lldb_macros.py651covered = {i[0].split()[0] # All subcommands are aggregated under a single command (see `help` co…
662 print('covered', covered)
664 …assert macros == covered, f'not_covered_by_tests=`{macros - covered}`, missing_macros=`{covered - …
/xnu-12377.61.12/osfmk/vm/
H A Dvm_mteinfo.c1605 uint32_t covered = 0; in mteinfo_tag_storage_select_activating() local
1625 covered = cell_free_page_count(*cell); in mteinfo_tag_storage_select_activating()
1626 total += covered; in mteinfo_tag_storage_select_activating()
1629 VM_KERNEL_ADDRHIDE(tag_page), covered); in mteinfo_tag_storage_select_activating()
/xnu-12377.61.12/bsd/crypto/doc/
H A DKernelCrypto.txt15 * included with this distribution is covered by the same copyright terms
/xnu-12377.61.12/doc/vm/
H A Dmemorystatus.md28 Each of these actions are covered in their own document in this folder.
H A Dsanitize.md42 callable from kexts and xnu are less thoroughly covered today.
/xnu-12377.61.12/makedefs/
H A DMakeInc.def184 -Wno-covered-switch-default \