Lines Matching full:physical
16 is executing in virtual address space. By default, physical and virtual
18 taking place in physical address space. The physical address space is
26 Separate Virtual Address Space from Physical Address Space
29 On 32-bit x86, it is possible to have separate physical and virtual
31 but are still loaded in physical memory. However, during boot, code
32 and data must be available and also addressable in physical address
37 (:file:`arch/x86/gen_mmu.py`) identity maps the physical addresses
39 to the physical memory. Later in the boot process,
42 the identity mapping of physical memory. This unmapping must be done
44 restricted memory via physical addresses. Since the identity mapping
51 - Physical and virtual address spaces must be disjoint. This is
95 ``<physical address>,<size>[,<flags:LUWX>[,<virtual address>]]``, where:
97 - ``<physical address>`` is the physical address of the mapping. (Required)