NetBSD/sys/dev/arcbios
tsutsui 4981fca22f Avoid use of CALLFRAME_S0 on calling ARC BIOS functions.
On O32 and O64, 0(sp) could be clobbered by callee functions
to save argument a0, so we can't use it to save caller registers.
Use CALLFRAME_SP instead because a frame pointer is not used here.
Maybe all other references of CALLFRAME_S0 might also be problematic
on O32.  Discussed with soda@.
2020-05-30 03:16:31 +00:00
..
arcbios_calls.S Avoid use of CALLFRAME_S0 on calling ARC BIOS functions. 2020-05-30 03:16:31 +00:00
arcbios_tty.c
arcbios.c
arcbios.h
arcbiosvar.h
genassym.cf
Makefile.inc