Lines Matching full:virtual
12 Virtual Memory
16 is executing in virtual address space. By default, physical and virtual
20 :kconfig:option:`CONFIG_SRAM_SIZE` while the virtual address space is marked by
26 Separate Virtual Address Space from Physical Address Space
29 On 32-bit x86, it is possible to have separate physical and virtual
30 address space. Code and data are linked in virtual address space,
34 After ``vm_enter``, code execution is done via virtual addresses
35 and data can be referred via their virtual addresses. This is
38 at the page directory level, in addition to mapping virtual addresses
49 There are restrictions on where virtual address space can be:
51 - Physical and virtual address spaces must be disjoint. This is
54 virtual addresses.
95 ``<physical address>,<size>[,<flags:LUWX>[,<virtual address>]]``, where:
116 - ``<virtual address`` is the virtual address of the mapping. (Optional)