Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Address space
In computing, an address space defines a context in which an address makes sense.That is, two addresses may be the same but refer to different things if they belong to different address spaces.
Some example address spaces include:
In the Linux kernel, address spaces include:
- Kernel memory
- User memory, accessed through copy_to_user(), copy_from_user and similar functions
- I/O memory, accessed through readb(), writel(), memcpy_toio(), etc.
Disambiguation
Computer terminology
Read more »