CxxUtils: Fix unit tests failing on arm.
FPControl: Some aarch64 implementations do not support trapping on FP exceptions. If that's the case, skip tests relying on catching FPEs.
PageAccessControl: arm has 64k pages. Make sure that the area we protect is entirely within the block we've allocated from the heap.
stacktrace: Ignore init function used on arm.