Lines Matching refs:compressed
286 T_DECL(simple_compressed, "take a simple compressed stackshot", T_META_TAG_VM_PREFERRED)
294 T_LOG("taking compressed kcdata stackshot");
300 T_DECL(panic_compressed, "take a compressed stackshot with the same flags as a panic stackshot", T_…
320 T_LOG("taking compressed kcdata stackshot with panic flags");
1499 …// L0-L2 table and non-compressed L3 block entries should always have bit 1 set; assumes L0-L2 blo…
1503 } else { // should be a compressed PTE
1504 …SERT_NE(pt_array[k] & 0xC000000000000000ULL, (uint64_t) 0, "check that compressed PTE has at least…
1505 …ERT_EQ(pt_array[k] & ~0xC000000000000000ULL, (uint64_t) 0, "check that compressed PTE has no other…
2930 /* we are dealing with a compressed buffer */
2950 T_ASSERT_GT(totalout, UINT64_C(0), "successfully gathered how long the compressed buffer is");
2954 T_ASSERT_EQ(kcdata_iter_type(iter), KCDATA_BUFFER_BEGIN_STACKSHOT, "compressed stackshot found");
2980 /* copy the data after the compressed area */
2982 "base of compressed stackshot is after the returned stackshot buffer");