summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/bus_funcs.h
AgeCommit message (Expand)Author
2023-04-18G/C unnecessaryskrll
2022-11-19Fix _bus_dmamem_alloc_range function declaration - low and high areskrll
2021-01-24Obey __HAVE_BUS_SPACE_8martin
2020-09-05Add missing prototypes for __bs_c(f,_bs_sm_?_swap)jakllsch
2020-04-13Add KASAN-DMA support on aarch64, same as amd64. Discussed with skrll@.maxv
2019-07-16Remove the _BUS_DMAMAP_COHERENT optimisation in the bus_dmamap_sync macroskrll
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2014-01-29Make multiple inclusion symbols always start with _ARM_ (not _ARM32_ ormatt
2013-01-17Cortex needs ._dmamap_sync_post for BUS_DMASYNC_POSTREADmatt
2012-10-19Make IS_BOUNCING a map flag and use it to simplify code and to avoid callingmatt
2012-09-18Add bounce buffer support for ARM bus_dma(9). Add macros to help initializematt
2012-07-15s/u_int*_t/ -> uint_*_tmatt
2011-07-01Per discussion atdyoung