Searched refs:physical (Results 1 – 25 of 47) sorted by relevance
12
/arch/arm/include/debug/ |
D | sa1100.S | 20 moveq \rp, #0x80000000 @ physical base address 46 orr \rp, \rp, #0x80000000 @ physical
|
D | ux500.S | 35 ldr \rp, =UART_PHYS_BASE @ no, physical address
|
D | meson.S | 14 ldr \rp, =(CONFIG_DEBUG_UART_PHYS) @ physical
|
D | sti.S | 18 ldr \rp, =CONFIG_DEBUG_UART_PHYS @ physical base
|
D | imx.S | 29 ldr \rp, =UART_PADDR @ physical
|
D | vf.S | 17 ldr \rp, =VF_UART_PHYSICAL_BASE @ physical
|
D | stm32.S | 22 ldr \rp, =CONFIG_DEBUG_UART_PHYS @ physical base
|
D | zynq.S | 28 ldr \rp, =LL_UART_PADDR @ physical
|
/arch/arm/mm/ |
D | pv-fixup-asm.S | 64 adds r4, r4, r0 @ update physical address 68 adds r4, r4, r0 @ update physical address
|
/arch/arm/mach-imx/ |
D | headsmp.S | 17 add r1, r1, r0 @ r1 = physical &g_diag_reg
|
/arch/arm/mach-pxa/ |
D | sleep.S | 51 @ prepare pointer to physical address 0 (virtual mapping in generic.c) 92 @ prepare pointer to physical address 0 (virtual mapping in generic.c) 162 @ force address lines low by reading at physical address 0
|
/arch/nios2/platform/ |
D | Kconfig.platform | 10 This is the physical address of the memory that the kernel will run 20 bool "DTB at physical address" 22 When enabled you can select a physical address to load the dtb from.
|
/arch/sh/mm/ |
D | Kconfig | 52 The physical memory (RAM) start address will be automatically 81 bool "Support 32-bit physical addressing through PMB" 86 If you say Y here, physical addressing will be extended to 88 29-bit physical addressing will be used.
|
/arch/x86/um/ |
D | Kconfig | 34 Three-level pagetables will let UML have more than 4G of physical
|
/arch/sparc/kernel/ |
D | head_32.S | 154 sub %g1, %l6, %g1 ! translate to physical 155 sub %g3, %l6, %g3 ! translate to physical 270 sll %o1, 0x8, %o1 ! Make physical 314 sll %g1, 0x4, %g1 ! make physical addr 338 sll %g1, 0x4, %g1 ! make physical addr
|
/arch/arm/kernel/ |
D | head.S | 257 str r8, [r5, #4] @ Save physical start of kernel (BE) 259 str r8, [r5] @ Save physical start of kernel (LE) 270 str r3, [r5, #4] @ Save physical end of kernel (BE) 272 str r3, [r5] @ Save physical end of kernel (LE)
|
/arch/microblaze/ |
D | Kconfig | 146 have a large amount of physical memory and/or IO, not all of the 147 memory can be "permanently mapped" by the kernel. The physical
|
/arch/riscv/ |
D | Kconfig | 255 # We must be able to map all physical memory into the kernel, but the compiler 512 bool "Explicitly specified physical RAM address" 520 This is the physical address of RAM in the system. It has to be 540 say Y here, you must know the proper physical address where to 558 This is the physical address in your flash memory the kernel will
|
/arch/x86/ |
D | Kconfig | 1362 Linux can use up to 64 Gigabytes of physical memory on x86 systems. 1365 physical memory, not all of it can be "permanently mapped" by the 1366 kernel. The physical memory that's not permanently mapped is called 1370 more than 1 Gigabyte total physical RAM, answer "off" here (default 1374 by the kernel to permanently map as much physical memory as 1377 If the machine has between 1 and 4 Gigabytes physical RAM, then 1387 The actual amount of total physical memory will either be 1399 gigabytes of physical RAM. 1407 gigabytes of physical RAM. 1419 physical memory installed, the remaining memory will be available [all …]
|
/arch/x86/kernel/cpu/resctrl/ |
D | pseudo_lock.c | 1489 unsigned long physical; in pseudo_lock_dev_mmap() local 1519 physical = __pa(plr->kmem) >> PAGE_SHIFT; in pseudo_lock_dev_mmap() 1543 if (remap_pfn_range(vma, vma->vm_start, physical + vma->vm_pgoff, in pseudo_lock_dev_mmap()
|
/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 20 # (only 32 bits set by bootloader, all addresses are physical
|
/arch/nds32/ |
D | Kconfig.cpu | 165 have a large amount of physical memory and/or IO, not all of the 166 memory can be "permanently mapped" by the kernel. The physical
|
/arch/powerpc/ |
D | Kconfig.debug | 329 hex "Low 32 bits of early debug UART physical address" 337 hex "EPRN of early debug UART physical address" 342 hex "Early debug UART physical address"
|
/arch/xtensa/ |
D | Kconfig | 527 say Y here, you must know the proper physical address where to 572 This is the physical address where KSEG is mapped. Please refer to 597 It is virtual address for MMUv2 configurations and physical address 702 The physical memory that's not permanently mapped is called 706 machine with more than 128 MB total physical RAM, answer
|
/arch/arm/boot/dts/ |
D | dra7-evm-common.dtsi | 148 * The ROM checks the first four physical blocks
|
12