Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/kvm/x86/
A Dstate_test.c171 uint64_t bounds[2] = { 10, 0xffffffffull }; in guest_code() local
193 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()
/tools/testing/selftests/lkdtm/
A Dtests.txt11 ARRAY_BOUNDS call trace:|UBSAN: array-index-out-of-bounds
/tools/testing/selftests/bpf/
A DREADME.rst143 At insn 18 the r7 is indeed unbounded. The later insn 19 checks the bounds and
/tools/memory-model/Documentation/
A Dexplanation.txt2465 the two types of bounds are the same. And as a degenerate case, we
2466 say that a marked access pre-bounds and post-bounds itself (e.g., if R
2511 the LKMM says that the marked load of ptr pre-bounds the plain load of

Completed in 59 milliseconds