NetBSD/sys/arch/arm/pic
jmcneill 9feefd4bbc Add DISABLE_INTERRUPT_SAVE(), like DISABLE_INTERRUPT() but also returns
the previous state.

Use DISABLE_INTERRUPT_SAVE()/ENABLE_INTERRUPT() in pic_splfuncs instead
of cpsid()/cpsie(). The difference here is the caller no longer specifies
which bits to disable and enable; on arm32 we continue to use I32_bit and
on aarch64 we now consistently toggle both IRQ and FIQ state.
2021-03-01 11:29:14 +00:00
..
files.pic
pic.c Inline pic_set_priority and use cpu_dosoftints_ci when available. 2021-02-21 17:07:45 +00:00
pic_splfuncs.c Add DISABLE_INTERRUPT_SAVE(), like DISABLE_INTERRUPT() but also returns 2021-03-01 11:29:14 +00:00
picvar.h machine/cpufunc.h -> arm/cpufunc.h for the benefit of non-evbarm ports 2021-02-27 14:22:07 +00:00