ian f66f7f70bf Add arm_sync_icache() and arm_drain_writebuf() sysarch syscall wrappers.
NetBSD and OpenBSD have libc wrapper functions for the ARM_SYNC_ICACHE and
ARM_DRAIN_WRITEBUF sysarch operations. This change adds compatible functions
to our library. This should make it easier for various upstream sources to
support *BSD operating systems with a single variation of cache maintence
code in tools like interpreters and JIT compilers.

I consider the argument types passed to arm_sync_icache() to be especially
unfortunate, but this is intended to match the other BSDs.

Differential Revision:	https://reviews.freebsd.org/D20906
2019-07-13 15:34:29 +00:00
..
2018-10-20 22:39:35 +00:00
2019-07-02 23:56:37 +00:00
2017-12-08 17:52:53 +00:00
2019-05-29 02:08:23 +00:00
2019-05-11 15:17:42 +00:00
2018-10-21 00:20:40 +00:00
2019-02-07 23:17:44 +00:00