Home
last modified time | relevance | path

Searched refs:T_EXPECT_EQ_LLONG (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/tests/vm/
H A Dvm_mte_reclamation.c68 T_EXPECT_EQ_LLONG(1ll, run_sysctl_test("vm_mte_tag_storage_for_compressor",
80 T_EXPECT_EQ_LLONG(1ll, run_sysctl_test("vm_mte_tag_storage_for_compressor",
H A Dvectorupl.c82 T_EXPECT_EQ_LLONG(result, expected_bytes, "sysctl output");
/xnu-12377.61.12/tests/
H A Darm_mte.c104 T_EXPECT_EQ_LLONG(mask, (1LL << 0), "zero tag is excluded"); in do_mte_tag_check()
699 T_QUIET; T_EXPECT_EQ_LLONG(mask, (1ULL << 0), "Zero tag is excluded"); in mte_mach_vm_read()
1377 T_EXPECT_EQ_LLONG(mask, (1LL << 0), "zero tag is excluded");
1404 T_EXPECT_EQ_LLONG(ret, 1LL, "sysctl: relocate page");
1427 T_EXPECT_EQ_LLONG(mask, (1LL << 0), "zero tag is excluded");
H A Darm_mte_utilities.c307 T_QUIET; T_EXPECT_EQ_LLONG(local_mask, (1LL << 0), "Zero tag is excluded"); in allocate_tagged_memory()
/xnu-12377.61.12/osfmk/tests/
H A Dktest.h555 #define T_EXPECT_EQ_LLONG(lhs, rhs, msg, ...) \ macro