Next | Prev | Up | Top | Contents | Index

Using mmap()

If you have a driver that allows a process to access main memory uncached through the mmap() call, that process must not write the memory using operations that write less than 8 bytes at a time. Again, this restriction does not apply to accesses to device registers, or to accesses to cached memory.

Secondary Cache

Primary Cache


Next | Prev | Up | Top | Contents | Index