Searched hist:f26404fbeef33ac8798d2541839f7873bbae91fd (Results 1 – 2 of 2) sorted by relevance
/qemu/include/system/ |
H A D | dma.h | f26404fbeef33ac8798d2541839f7873bbae91fd Thu May 31 13:50:52 UTC 2018 Peter Maydell <peter.maydell@linaro.org> Make address_space_map() take a MemTxAttrs argument
As part of plumbing MemTxAttrs down to the IOMMU translate method, add MemTxAttrs as an argument to address_space_map(). Its callers either have an attrs value to hand, or don't care and can use MEMTXATTRS_UNSPECIFIED.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20180521140402.23318-5-peter.maydell@linaro.org
|
/qemu/target/ppc/ |
H A D | mmu-hash64.c | f26404fbeef33ac8798d2541839f7873bbae91fd Thu May 31 13:50:52 UTC 2018 Peter Maydell <peter.maydell@linaro.org> Make address_space_map() take a MemTxAttrs argument
As part of plumbing MemTxAttrs down to the IOMMU translate method, add MemTxAttrs as an argument to address_space_map(). Its callers either have an attrs value to hand, or don't care and can use MEMTXATTRS_UNSPECIFIED.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20180521140402.23318-5-peter.maydell@linaro.org
|