Searched refs:T_EXPECT_EQ_LLONG (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | vm_mte_reclamation.c | 68 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 D | vectorupl.c | 82 T_EXPECT_EQ_LLONG(result, expected_bytes, "sysctl output");
|
| /xnu-12377.61.12/tests/ |
| H A D | arm_mte.c | 104 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 D | arm_mte_utilities.c | 307 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 D | ktest.h | 555 #define T_EXPECT_EQ_LLONG(lhs, rhs, msg, ...) \ macro
|