History log of /freebsd/sys/arm64/include/msan.h (Results 1 – 1 of 1)
Revision Date Author Comments
# 90010126 08-Feb-2024 Mark Johnston <markj@FreeBSD.org>

arm64: Add msan.h

This is mostly a copy of amd64's msan.h, except that we currently do not
avoid shadowing the kernel itself, and we need a more restrictive upper
bound in kmsan_md_unsupported() to

arm64: Add msan.h

This is mostly a copy of amd64's msan.h, except that we currently do not
avoid shadowing the kernel itself, and we need a more restrictive upper
bound in kmsan_md_unsupported() to avoid probing non-existent shadow
mappings of device mappings.

Reviewed by: imp
MFC after: 2 weeks
Sponsored by: Klara, Inc.
Sponsored by: Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D43156

show more ...