gpt4 book ai didi

c - 我们是否需要 ioremap 来获取 memmap 保留的内存块?

转载 作者:行者123 更新时间:2023-11-30 15:54:30 25 4
gpt4 key购买 nike

我使用 memmap=8G$4G Linux 内核启动参数保留内存块。

是否需要ioremap此内存?

ioremap 手册页说:

ioremap performs a platform specific sequence of operations to make bus memory CPU accessible via the readb/readw/readl/writeb/ writew/writel functions and the other mmio helpers. The returned address is not guaranteed to be usable directly as a virtual address.

因此,如果我不能使用 ioremap 返回的地址作为直接寻址内存的虚拟地址,那么更广泛的问题是我们什么时候应该 ioremap 内存?

最佳答案

是的,您必须ioremap该区域才能访问它。当您指示内核忽略该区域时,内核不会为此内存区域设置页目录条目。

如果您重新映射了io-port地址空间的地址,则ioremap返回的地址可能无法直接使用。当您从内存地址空间重新映射地址时,可以直接使用它们。

但是,请查看https://unix.stackexchange.com/questions/37729/how-can-i-reserve-a-block-of-memory-from-the-linux-kernel

关于c - 我们是否需要 ioremap 来获取 memmap 保留的内存块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12924150/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com