Searched refs:bounds (Results 1 – 4 of 4) sorted by relevance
171 uint64_t bounds[2] = { 10, 0xffffffffull }; in guest_code() local193 asm volatile (".byte 0x66,0x0f,0x1a,0x08" :: "a" (bounds)); in guest_code()201 GUEST_ASSERT_EQ(bounds[0], output[0]); in guest_code()202 GUEST_ASSERT_EQ(bounds[1], output[1]); in guest_code()
11 ARRAY_BOUNDS call trace:|UBSAN: array-index-out-of-bounds
143 At insn 18 the r7 is indeed unbounded. The later insn 19 checks the bounds and
2465 the two types of bounds are the same. And as a degenerate case, we2466 say that a marked access pre-bounds and post-bounds itself (e.g., if R2511 the LKMM says that the marked load of ptr pre-bounds the plain load of
Completed in 59 milliseconds