amd/int0x80 test: fix inline asm for gccGcc complained about the unused %0 asm argument.Fixes: 2c2ec6bbc9cc ("tests/sys/arch/amd64: add a program to check INT $0x80 behavior on amd64")Reviewed b
amd/int0x80 test: fix inline asm for gccGcc complained about the unused %0 asm argument.Fixes: 2c2ec6bbc9cc ("tests/sys/arch/amd64: add a program to check INT $0x80 behavior on amd64")Reviewed by: kib, markjDifferential Revision: https://reviews.freebsd.org/D56781
show more ...
tests/sys/arch/amd64: add a program to check INT $0x80 behavior on amd64Requested and reviewed by: markjSponsored by: The FreeBSD FoundationMFC after: 1 weekDifferential revision: https://review
tests/sys/arch/amd64: add a program to check INT $0x80 behavior on amd64Requested and reviewed by: markjSponsored by: The FreeBSD FoundationMFC after: 1 weekDifferential revision: https://reviews.freebsd.org/D56654
tests/sys/arch/aarch64: set TESTSDIR so Kyuafile is installed correctlyFixes: 0ddaa4c86d68 ("arm64: Add arm64 SVE tests")Sponsored by: The FreeBSD Foundation
test/sys/arch: Fix arch without test/sys/arch/${MACHINE_ARCH}Fixes: 0ddaa4c86d68 ("arm64: Add arm64 SVE tests")Sponsored by: The FreeBSD Foundation
arm64: Add arm64 SVE testsAdd the tests/sys/arch directory for architecture-specific tests anduse it to add arm64 SVE tests. These test the kernel is managing theSVE state in a way we expect.Th
arm64: Add arm64 SVE testsAdd the tests/sys/arch directory for architecture-specific tests anduse it to add arm64 SVE tests. These test the kernel is managing theSVE state in a way we expect.These tests require SVE hardware support to run so will skip when theycan't detect it.Reviewed by: markjSponsored by: Arm LtdDifferential Revision: https://reviews.freebsd.org/D43311