/linux-4.4.14/Documentation/virtual/kvm/arm/ |
D | vgic-mapped-irqs.txt | 9 Some of these virtual interrupts, however, correspond to physical 10 interrupts from real physical devices. One example could be the 16 passthrough device, where the physical interrupts are initially handled 19 the physical one to the guest OS. 21 These virtual interrupts corresponding to a physical interrupt on the 22 host are called forwarded physical interrupts, but are also sometimes 23 referred to as 'virtualized physical interrupts' and 'mapped interrupts'. 25 Forwarded physical interrupts are handled slightly differently compared 39 KVM must also program an additional field in the LR, the physical IRQ 40 number, to link the virtual with the physical IRQ. [all …]
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | io.h | 134 int physical; in wlcore_read() local 136 physical = wlcore_translate_addr(wl, addr); in wlcore_read() 138 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read() 144 int physical; in wlcore_write() local 146 physical = wlcore_translate_addr(wl, addr); in wlcore_write() 148 return wlcore_raw_write(wl, physical, buf, len, fixed); in wlcore_write() 169 int physical; in wlcore_read_hwaddr() local 175 physical = wlcore_translate_addr(wl, addr); in wlcore_read_hwaddr() 177 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read_hwaddr()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-system-xen_cpu | 5 A collection of global/individual Xen physical cpu attributes 7 Individual physical cpu attributes are contained in 16 Interface to online/offline Xen physical cpus 19 to online/offline physical cpus, except cpu0 due to several
|
D | sysfs-firmware-efi | 4 Description: It shows the physical address of firmware vendor field in the 11 Description: It shows the physical address of runtime service table entry in 18 Description: It shows the physical address of config table entry in the EFI 25 Description: Displays the physical addresses of all EFI Configuration
|
D | sysfs-memory-page-offline | 6 Soft-offline the memory page containing the physical address 8 physical address of the page. The kernel will then attempt 28 Hard-offline the memory page containing the physical 30 specifying the physical address of the page. The
|
D | sysfs-class-net-grcan | 7 Hardware configuration of physical interface 0. This file reads 19 Hardware configuration of physical interface 1. This file reads 31 Configuration of which physical interface to be used. Possible
|
D | sysfs-class-scsi_host | 21 send i/o requests directly to physical devices that are part 25 use the direct i/o path to physical devices. A value of zero 27 the direct i/o path to physical devices. This setting is
|
D | sysfs-devices-sun | 11 the slot number printed on the physical slot whenever possible." 13 So reading the sysfs file, we can identify a physical position
|
D | sysfs-kernel-vmcoreinfo | 8 Shows physical address and size of vmcoreinfo ELF note. 9 First value contains physical address of note in hex and
|
D | sysfs-firmware-efi-runtime-map | 10 the same physical to virtual address mappings as the first 29 phys_addr : The physical address of the memory range.
|
D | sysfs-class-net | 75 Indicates the current physical link state of the interface. 77 0: physical link is down 78 1: physical link is up 207 Indicates the interface unique physical port identifier within 215 Indicates the interface physical port name within the NIC, 252 Indicates the unique physical switch identifier of a switch this
|
D | sysfs-block | 83 Storage devices may report a physical block size that is 85 with 4KB physical sectors exposing 512-byte logical 94 Storage devices may report a physical block size that is 96 with 4KB physical sectors exposing 512-byte logical 112 This is the smallest unit a physical storage device can 127 penalty. For disk drives this is often the physical 193 physical block size. A discard_granularity of 0 means
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | io.c | 65 int physical; in wl1251_mem_read() local 67 physical = wl1251_translate_mem_addr(wl, addr); in wl1251_mem_read() 69 wl->if_ops->read(wl, physical, buf, len); in wl1251_mem_read() 74 int physical; in wl1251_mem_write() local 76 physical = wl1251_translate_mem_addr(wl, addr); in wl1251_mem_write() 78 wl->if_ops->write(wl, physical, buf, len); in wl1251_mem_write()
|
/linux-4.4.14/Documentation/ |
D | bus-virt-phys-mapping.txt | 11 controller the physical address of the buffers, which is correct on x86 12 (because all bus master devices see the physical memory mappings directly). 21 - CPU untranslated. This is the "physical" address. Physical address 35 Now, on normal PCs the bus address is exactly the same as the physical 48 the viewpoint of the devices, you have the reverse, and the physical memory 51 So when the CPU wants any bus master to write to physical memory 0, it 57 physical address: 0 66 physical address: 0 70 (but there are also Alphas where the physical address and the bus address 115 And you generally _never_ want to use the physical address, because you can't [all …]
|
D | debugging-via-ohci1394.txt | 2 Using physical DMA provided by OHCI-1394 FireWire controllers for debugging 16 physical system memory and, for read requests, send the result of 17 the physical memory read back to the requester. 26 of physical address space. This can be a problem on IA64 machines where 31 physical addresses above 4 GB, but this feature is currently not enabled by 43 The firewire-ohci driver in drivers/firewire uses filtered physical 45 Pass the remote_dma=1 parameter to the driver to get unfiltered physical DMA. 81 disable all physical DMA on each bus reset. 108 required for physical DMA above 4 GB (but not utilized by Linux yet). 123 3) Test physical DMA using firescope:
|
D | zorro.txt | 72 regions. Due to the identity bus-physical address mapping on the Zorro bus, 73 they are CPU physical addresses as well. 80 Conversion from bus/physical Zorro II addresses to kernel virtual addresses
|
D | dell_rbu.txt | 21 of physical pages having the BIOS image. In case of packetized the app 23 would place each packet in contiguous physical memory. The driver also 43 copied to a single contiguous block of physical memory. 65 the file and spreads it across the physical memory in contiguous packet_sized
|
D | cachetlb.txt | 24 virtual-->physical address translations obtained from the software 114 is changing an existing virtual-->physical mapping to a new value, 131 a virtual-->physical translation to exist for a virtual address 138 indexed caches which must be flushed when virtual-->physical 194 The 'pfn' indicates the physical page frame (shift this value 195 left by PAGE_SHIFT to get the physical address) that 'addr' 237 physical address from existing at once, you have this problem. 254 physical page into its address space, by implication the D-cache 383 vmap/vmalloc API. Since kernel I/O goes via physical pages, the I/O 393 modified in the vmap range is made visible to the physical [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm-tipwmss.txt | 5 - reg: physical base address and size of the registers map. 11 physical address map of child's base address, physical address within
|
D | lpc32xx-pwm.txt | 5 - reg: physical base address and length of the controller's registers
|
D | spear-pwm.txt | 7 - reg: physical base address and length of the controller's registers
|
D | pwm-berlin.txt | 5 - reg: physical base address and length of the controller's registers
|
D | mxs-pwm.txt | 5 - reg: physical base address and length of the controller's registers
|
D | atmel-pwm.txt | 7 - reg: physical base address and length of the controller's registers
|
D | brcm,bcm7038-pwm.txt | 6 - reg: physical base address and length for this controller
|
D | vt8500-pwm.txt | 5 - reg: physical base address and length of the controller's registers
|
D | brcm,kona-pwm.txt | 7 - reg: physical base address and length of the controller's registers
|
D | pwm-sun4i.txt | 9 - reg: physical base address and length of the controller's registers
|
D | lpc1850-sct-pwm.txt | 5 - reg: Should contain physical base address and length of pwm registers.
|
D | pwm-rockchip.txt | 8 - reg: physical base address and length of the controller's registers
|
D | pwm-bcm2835.txt | 5 - reg: physical base address and length of the controller's registers
|
D | img-pwm.txt | 5 - reg: Should contain physical base address and length of pwm registers.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | dcsr.txt | 31 or representing physical addresses in child nodes. 37 or representing the size of physical addresses in 43 Definition: A standard property. Specifies the physical address 97 Definition: A standard property. Specifies the physical address 126 Definition: A standard property. Specifies the physical address 163 Definition: A standard property. Specifies the physical address 188 Definition: A standard property. Specifies the physical address 225 Definition: A standard property. Specifies the physical address 253 Definition: A standard property. Specifies the physical address 284 Definition: A standard property. Specifies the physical address [all …]
|
D | msi-pic.txt | 96 The ATMU is programmed with the guest physical address, and the PAMU 97 intercepts transactions and reroutes them to the true physical address. 105 subwindow can have its own address mapping ("guest physical" to "true 106 physical"). However, each subwindow has to have the same alignment, which 116 the true physical address of MSIIR.
|
D | mcm.txt | 24 physical address offset and length of the CCSR space 53 physical address offset and length of the CCSR space
|
D | ecm.txt | 24 physical address offset and length of the CCSR space 53 physical address offset and length of the CCSR space
|
D | srio-rmu.txt | 21 Definition: A standard property. Specifies the physical address and 52 Definition: A standard property. Specifies the physical address and 82 Definition: A standard property. Specifies the physical address and 112 Definition: A standard property. Specifies the physical address and
|
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 456 release_mem_region(dinfo->aperture.physical, in cleanup() 538 dinfo->aperture.physical = pci_resource_start(pdev, aperture_bar); in intelfb_pci_register() 548 if (!request_mem_region(dinfo->aperture.physical, dinfo->aperture.size, in intelfb_pci_register() 648 (dinfo->aperture.physical, ((offset + dinfo->fb.offset) << 12) in intelfb_pci_register() 683 dinfo->ring.physical = dinfo->aperture.physical in intelfb_pci_register() 708 dinfo->cursor.physical in intelfb_pci_register() 709 = dinfo->gtt_cursor_mem->physical; in intelfb_pci_register() 711 dinfo->cursor.physical = dinfo->aperture.physical in intelfb_pci_register() 735 dinfo->fb.physical = dinfo->aperture.physical in intelfb_pci_register() 744 dinfo->wc_cookie = arch_phys_wc_add(dinfo->aperture.physical, in intelfb_pci_register() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | ohci-nxp.txt | 5 - reg: physical base address of the controller and length of memory mapped 9 the UDC controller for connecting to the USB physical layer
|
D | ehci-orion.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | lpc32xx-udc.txt | 13 the UDC controller for connecting to the USB physical layer
|
/linux-4.4.14/fs/btrfs/ |
D | scrub.c | 80 u64 physical; member 100 u64 physical; member 274 u64 physical, struct btrfs_device *dev, u64 flags, 625 swarn.sector = (sblock->pagev[0]->physical) >> 9; in scrub_print_warning() 1395 page->physical = bbio->stripes[stripe_index].physical + in scrub_setup_recheck_block() 1506 bio->bi_iter.bi_sector = page->physical >> 9; in scrub_recheck_block() 1587 bio->bi_iter.bi_sector = page_bad->physical >> 9; in scrub_repair_page_from_good_copy() 1671 sbio->physical = spage->physical_for_dev_replace; in scrub_add_page_to_wr_bio() 1687 bio->bi_iter.bi_sector = sbio->physical >> 9; in scrub_add_page_to_wr_bio() 1689 } else if (sbio->physical + sbio->page_count * PAGE_SIZE != in scrub_add_page_to_wr_bio() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec6.txt | 35 for representing physical addresses in child nodes. 41 for representing the size of physical addresses in 47 Definition: A standard property. Specifies the physical 53 Definition: A standard property. Specifies the physical address 90 the parent physical address and the length the JR registers.
|
D | fsl-sec4.txt | 69 for representing physical addresses in child nodes. 75 for representing the size of physical addresses in 81 Definition: A standard property. Specifies the physical 88 Definition: A standard property. Specifies the physical address 161 the parent physical address and the length the JR registers. 219 for representing physical addresses in child nodes. Must 226 for representing the size of physical addresses in 233 an offset from the parent physical address and the length 239 Definition: A standard property. Specifies the physical address 270 an offset from the parent physical address and the length: [all …]
|
D | qcom-qce.txt | 6 - reg : specifies base physical address and size of the registers map
|
/linux-4.4.14/drivers/hid/ |
D | wacom_wac.h | 88 ((f)->physical == HID_DG_STYLUS) || \ 89 ((f)->physical == HID_DG_PEN) || \ 94 ((f)->physical == HID_DG_FINGER) || \
|
/linux-4.4.14/Documentation/devicetree/bindings/misc/ |
D | nvidia,tegra20-apbmisc.txt | 8 - reg: Should contain 2 entries: the first entry gives the physical address 10 The second entry gives the physical address and length of the
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 48 d.) The Netchip device must be plugged directly into the physical 50 between the physical debug port and the "host/target" system. 52 The EHCI debug controller is bound to a specific physical USB 56 first physical and there is no way to change this via software. 57 You can find the physical port through experimentation by trying 58 each physical port on the system and rebooting. Or you can try 64 physical connector and if you find such a device send a complaint
|
D | pat.txt | 6 for setting of memory types over physical address ranges. However, PAT is 10 not having memory type aliasing for the same physical memory with multiple 25 these APIs use a reserve_memtype()/free_memtype() interface on the physical 192 This list shows physical address ranges and various PAT settings used to 193 access those physical address ranges.
|
/linux-4.4.14/Documentation/vm/ |
D | highmem.txt | 25 High memory (highmem) is used when the size of physical memory approaches or 27 impossible for the kernel to keep all of the available physical memory mapped 29 the pieces of physical memory that it wants to access. 31 The part of (physical) memory not covered by a permanent mapping is what we 51 This means that the kernel can at most map 1GiB of physical memory at any one 53 temporary maps to access the rest of the physical memory - the actual direct 68 physical pages into a contiguous virtual space. It needs global
|
D | numa | 11 disambiguate the hardware view of these physical components/assemblies 45 abstractions called "nodes". Linux maps the nodes onto the physical cells 47 architectures. As with physical cells, software nodes may contain 0 or more 54 physical cell that has no memory attached, and reassign any CPUs attached to 63 physical memory. NUMA emluation is useful for testing NUMA kernel and 97 "local" to the underlying physical resources and off the system interconnect--
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | exynos4-fimc-is.txt | 14 - reg : physical base address and length of the registers set; 27 - reg : must contain PMU physical base address and size of the register set. 39 - reg : physical base address and length of the registers set;
|
D | meson-ir.txt | 5 - reg : physical base address and length of the device registers
|
D | video-interfaces.txt | 55 and data-shift properties can be used to assign physical data lines to each 93 - data-lanes: an array of physical data lane indexes. Position of an entry 95 physical lane, e.g. for 2-lane MIPI CSI-2 bus we could have 98 - clock-lanes: an array of physical clock lane indexes. Position of an entry 100 physical lane, e.g. for a MIPI CSI-2 bus we could have "clock-lanes = <0>;",
|
D | exynos-fimc-lite.txt | 9 - reg : physical base address and size of the device memory mapped
|
D | exynos5-gsc.txt | 7 - reg: should contain G-Scaler physical address location and length.
|
D | hix5hd2-ir.txt | 5 - reg: Base physical address of the controller and length of memory
|
D | st,stih4xx.txt | 7 - reg: BDISP physical address location and length.
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_uverbs.c | 109 u64 vsize, physical; in ehca_mmap_fw() local 117 physical = galpas->user.fw_handle; in ehca_mmap_fw() 119 ehca_gen_dbg("vsize=%llx physical=%llx", vsize, physical); in ehca_mmap_fw() 121 ret = remap_4k_pfn(vma, vma->vm_start, physical >> EHCA_PAGESHIFT, in ehca_mmap_fw()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | emu10k1-jack.txt | 32 Audigy). The mapping from FX bus to physical output is described in 35 The 16 input ports are connected to the 16 physical inputs. Contrary to 37 input channels have physical inputs connected to them depends on the card 49 ports to FXBUS2 (multitrack recording input) and EXTOUT (physical output)
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_fc_transport.txt | 35 New FC standards have defined mechanisms which allows for a single physical 40 physical link to the switch for communication. Each N_Port_ID can have a 56 The fc_host associated with the physical adapter will export the ability 61 Thus, whether a FC port is based on a physical port or on a virtual port, 83 object corresponding to the physical adapter. The LLDD will allocate 89 device tree. If the vport's parent is not the physical port's scsi_host, 90 a symbolic link to the vport object will be placed in the physical 107 /sys/class/scsi_host/host17 physical port's scsi_host 110 /sys/class/fc_host/host17 physical port's fc_host 115 /sys/class/fc_remote_ports/rport-17:0-0 rport on the physical port [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,bcm11351-cpu-method.txt | 13 physical address of the register used to request the ROM holding pen 16 physical start address it should jump to.
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | imx-audio-spdif.txt | 16 indicating there's a physical S/PDIF out connector 23 is a physical S/PDIF in connector/jack on the board.
|
D | renesas,fsi.txt | 10 - reg : Should contain the register physical address and length
|
/linux-4.4.14/Documentation/arm/ |
D | Porting | 8 virtual address to a physical address. Normally, it is simply: 18 virtual or physical addresses here, since the MMU will be off at 62 boot phase, virtual address PAGE_OFFSET will be mapped to physical 110 `pram' specifies the physical start address of RAM. Must always 113 `pio' is the physical address of an 8MB region containing IO for
|
D | tcm.txt | 16 ARM CPU:s have special registers to read out status, physical 29 actually move the physical location of the TCM around. At the 31 CPU so it is usually wise not to overlap any physical RAM with 37 implementation will map the TCM 1 to 1 from physical to virtual 64 - Define the physical address and size of ITCM and DTCM.
|
/linux-4.4.14/arch/arm/include/debug/ |
D | sa1100.S | 24 moveq \rp, #0x80000000 @ physical base address 50 orr \rp, \rp, #0x80000000 @ physical
|
D | sirf.S | 22 ldr \rp, =CONFIG_DEBUG_UART_PHYS @ physical
|
D | imx.S | 32 ldr \rp, =UART_PADDR @ physical
|
D | meson.S | 17 ldr \rp, =(CONFIG_DEBUG_UART_PHYS) @ physical
|
D | ux500.S | 44 ldr \rp, =UART_PHYS_BASE @ no, physical address
|
D | vf.S | 21 ldr \rp, =VF_UART_PHYSICAL_BASE @ physical
|
D | sti.S | 43 ldr \rp, =DEBUG_LL_UART_BASE @ physical base
|
D | ks8695.S | 22 ldr \rp, =KS8695_UART_PA @ physical base address
|
D | zynq.S | 36 ldr \rp, =LL_UART_PADDR @ physical
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | amlogic,meson8b-clkc.txt | 10 0) physical base address of the xtal register and length of memory 12 1) physical base address of the clock controller and length of memory
|
D | hi3620-clock.txt | 12 - reg: physical base address of the controller and length of memory mapped
|
D | marvell,pxa910.txt | 11 - reg: physical base address of the clock subsystem and length of memory mapped
|
D | exynos5440-clock.txt | 10 - reg: physical base address of the controller and length of memory mapped
|
D | marvell,pxa168.txt | 11 - reg: physical base address of the clock subsystem and length of memory mapped
|
D | marvell,mmp2.txt | 11 - reg: physical base address of the clock subsystem and length of memory mapped
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | hisi504-nand.txt | 6 - reg: The first contains base physical address and size of 8 physical address and size of NAND controller's buffer.
|
D | elm.txt | 5 - reg: physical base address and size of the registers map.
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 36 to use page-tables to map the physical memory into the kernel's address 41 As a comparison, the Linux/i386 2.0 puts the kernel and physical RAM at 44 map through. That changed in 2.2, putting the kernel/physical RAM at 89 It also means that the total physical RAM that can be mapped is 256 MB 103 chunks of memory not possible using the normal kmalloc physical RAM 129 ( base_c, 0x4 ) | // physical RAM cached area 229 get_vm_area(size). After that, physical RAM pages are allocated and put into 239 and a physical page is allocated and the table entry updated. All of this
|
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/ |
D | samsung,s6e8aa0.txt | 15 - panel-width-mm: physical panel width [mm] 16 - panel-height-mm: physical panel height [mm]
|
D | samsung,ld9040.txt | 16 - panel-width-mm: physical panel width [mm] 17 - panel-height-mm: physical panel height [mm]
|
/linux-4.4.14/drivers/net/ethernet/cavium/ |
D | Kconfig | 21 This driver supports Thunder's NIC physical function. 41 interface from NIC physical function driver.
|
/linux-4.4.14/Documentation/driver-model/ |
D | binding.txt | 63 the device's directory in the physical hierarchy. 66 to the device's directory in the physical hierarchy. 70 physical location in the sysfs tree. 73 physical directory to either its class directory, or the class's
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 21 Base address in the guest physical address space of the GIC distributor 26 Base address in the guest physical address space of the GIC virtual cpu 31 Base address in the guest physical address space of the GICv3 distributor 36 Base address in the guest physical address space of the GICv3
|
/linux-4.4.14/arch/arm/mm/ |
D | pv-fixup-asm.S | 67 adds r4, r4, r0 @ update physical address 71 adds r4, r4, r0 @ update physical address
|
/linux-4.4.14/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
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | uefi.txt | 41 physical RAM by using the following kernel command line parameter. 42 add_efi_memmap include EFI memory map of available physical RAM
|
D | 00-INDEX | 14 - Memory layout of x86-64 (4 level page tables, 46 bits physical).
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | pwm-beeper.txt | 7 - pwms: phandle to the physical PWM device
|
/linux-4.4.14/Documentation/dmaengine/ |
D | pxa_dma.txt | 41 channel" linked to the requestor line, and the physical DMA channel is 56 physical channel, meaning that a read of this value will tell which 95 transfer being completed into the physical channel's completion mark. 104 is raised. Upon this interrupt, a tasklet is scheduled for the physical 107 - reading the physical channel last updater mark
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-ubi | 47 Count of bad physical eraseblocks on the underlying MTD device. 79 Maximum physical eraseblock erase counter value. 108 Number of physical eraseblocks reserved for bad block handling. 115 Total number of good (not marked as bad) physical eraseblocks on 182 Count of physical eraseblock reserved for this volume.
|
D | sysfs-bus-w1 | 5 Some of 1-Wire devices commonly associated with physical access
|
/linux-4.4.14/drivers/mtd/chips/ |
D | Kconfig | 81 If you wish to support CFI devices on a physical bus which is 88 If you wish to support CFI devices on a physical bus which is 95 If you wish to support CFI devices on a physical bus which is 102 If you wish to support CFI devices on a physical bus which is 109 If you wish to support CFI devices on a physical bus which is 116 If you wish to support CFI devices on a physical bus which is
|
/linux-4.4.14/Documentation/devicetree/bindings/rng/ |
D | brcm,bcm2835.txt | 6 - reg : Specifies base physical address and size of the registers.
|
D | samsung,exynos-rng4.txt | 6 - reg : Specifies base physical address and size of the registers map.
|
D | apm,rng.txt | 6 - reg : specifies base physical address and size of the registers map
|
D | qcom,prng.txt | 6 - reg : specifies base physical address and size of the registers map
|
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | mtk-wdt.txt | 6 - reg : Specifies base physical address and size of the registers.
|
D | meson6-wdt.txt | 6 - reg : Specifies base physical address and size of the registers.
|
D | sunxi-wdt.txt | 7 - reg : Specifies base physical address and size of the registers.
|
D | qca-ar7130-wdt.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | brcm,bcm2835-pm-wdog.txt | 6 - reg : Specifies base physical address and size of the registers.
|
D | pnx4008-wdt.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | rt2880-wdt.txt | 5 - reg: physical base address of the controller and length of the register range
|
D | brcm,bcm7038-wdt.txt | 6 - reg : Specifies base physical address and size of the registers.
|
D | stericsson-coh901327.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | digicolor-wdt.txt | 11 - reg : Specifies base physical address and size of the registers
|
/linux-4.4.14/Documentation/parisc/ |
D | debugging | 25 get translated to a physical address before real-mode code tried to 39 system hangs or running off the end of physical memory.
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | headsmp.S | 22 add r1, r1, r0 @ r1 = physical &g_diag_reg
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | amlogic,meson6-timer.txt | 6 - reg : Specifies base physical address and size of the registers.
|
D | digicolor-timer.txt | 6 - reg : Specifies base physical address and size of the "Agent Communication"
|
D | allwinner,sun4i-timer.txt | 6 - reg : Specifies base physical address and size of the registers.
|
D | cadence,ttc-timer.txt | 5 - reg : Specifies base physical address and size of the registers.
|
D | fsl,imxgpt.txt | 6 - reg : Specifies base physical address and size of the registers.
|
D | stericsson-u300-apptimer.txt | 6 - reg : Specifies base physical address and size of the registers.
|
D | allwinner,sun5i-a13-hstimer.txt | 7 - reg : Specifies base physical address and size of the registers.
|
D | nvidia,tegra20-timer.txt | 9 - reg : Specifies base physical address and size of the registers.
|
D | lsi,zevio-timer.txt | 6 - reg : The physical base address and size of the timer (always first).
|
D | brcm,bcm2835-system-timer.txt | 11 - reg : Specifies base physical address and size of the registers.
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | lpc32xx-rtc.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | digicolor-rtc.txt | 7 - reg: physical base address of the controller and length of memory mapped
|
D | atmel,at91rm9200-rtc.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | imxdi-rtc.txt | 7 - reg: physical base address of the controller and length of memory mapped
|
D | orion-rtc.txt | 8 - reg: physical base address of the controller and length of memory mapped
|
D | sunxi-rtc.txt | 7 - reg: physical base address of the controller and length of memory mapped
|
D | sun6i-rtc.txt | 7 - reg : physical base address of the controller and length of
|
D | stmp3xxx-rtc.txt | 6 - reg: physical base address of the controller and length of memory mapped
|
D | sa1100-rtc.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | nxp,lpc1788-rtc.txt | 8 - reg : Specifies base physical address and size of the registers.
|
D | xgene-rtc.txt | 7 - reg: physical base address of the controller and length of memory mapped
|
D | rtc-mxc.txt | 7 - reg: physical base address of the controller and length of memory mapped
|
D | nvidia,tegra20-rtc.txt | 12 - reg : Specifies base physical address and size of the registers.
|
/linux-4.4.14/Documentation/devicetree/bindings/staging/iio/adc/ |
D | lpc32xx-adc.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | lpc32xx-tsc.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-st-ddci2c.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | i2c-sirf.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | i2c-meson.txt | 5 - reg: physical address and length of the device registers
|
D | i2c-digicolor.txt | 5 - reg: physical address and length of the device registers
|
D | i2c-hix5hd2.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | i2c-lpc2k.txt | 5 - reg: physical address and length of the device registers
|
D | i2c-brcmstb.txt | 9 - reg: specifies the base physical address and size of the registers
|
D | i2c-rcar.txt | 14 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | nvidia,tegra20-gart.txt | 5 - reg: Two pairs of cells specifying the physical address and size of
|
D | rockchip,iommu.txt | 4 A Rockchip DRM iommu translates io virtual addresses to physical addresses for
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-xtensa-xtfpga.txt | 8 - reg: physical base address of the controller and length of memory mapped
|
D | spi-meson.txt | 11 - reg: physical base address and length of the controller registers
|
/linux-4.4.14/Documentation/fb/ |
D | ep93xx-fb.txt | 66 The physical address of the framebuffer can be controlled using the 123 the VIDSCRNPAGE (framebuffer physical offset) to be tied low. There is 127 By default the EP93xx framebuffer driver checks if the allocated physical
|
D | metronomefb.txt | 17 to do all physical IO work. Currently, an example is implemented for the 31 the physical media.
|
/linux-4.4.14/arch/nios2/platform/ |
D | Kconfig.platform | 9 This is the physical address of the memory that the kernel will run 19 bool "DTB at physical address" 22 When enabled you can select a physical address to load the dtb from.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | versatile-sysreg.txt | 10 - reg : physical base address and the size of the registers window
|
D | ccn.txt | 9 - reg: (standard registers property) physical address and size
|
D | rtsm-dcscb.txt | 12 - reg : physical base address and the size of the registers window
|
D | arch_timer.txt | 5 physical and optional virtual timer per frame. 64 - interrupts : Interrupt list for physical and virtual timers in that order.
|
D | xen.txt | 10 - reg: specifies the base physical address and size of a region in
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 133 read event R width, timestamp, map id, physical, value, PC, PID 134 write event W width, timestamp, map id, physical, value, PC, PID 135 ioremap event MAP timestamp, map id, physical, virtual, length, PC, PID 141 unk. opcode UNKNOWN timestamp, map id, physical, data, PC, PID 151 physical addresses in the range [0xfb73ce40, 0xfb800000[
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/rockchip/ |
D | pmu.txt | 9 - reg : physical base address and the size of the registers window
|
D | pmu-sram.txt | 10 - reg : physical base address and the size of the registers window
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | tbxfload.c | 243 acpi_install_table(acpi_physical_address address, u8 physical) in acpi_install_table() argument 251 if (physical) { in acpi_install_table()
|
/linux-4.4.14/Documentation/devicetree/bindings/nios2/ |
D | timer.txt | 6 - reg : Specifies base physical address and size of the registers.
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | msm-poweroff.txt | 10 -reg: Specifies the physical address of the ps-hold register
|
D | imx-snvs-poweroff.txt | 10 -reg: Specifies the physical address of the SNVS_LPCR register
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | allwinner,sun4i-ic.txt | 6 - reg : Specifies base physical address and size of the registers.
|
D | axis,crisv32-intc.txt | 12 - reg: physical base address and size of the intc registers map.
|
D | digicolor-ic.txt | 6 - reg : Specifies base physical address and size of the interrupt controller
|
D | ingenic,intc.txt | 10 - reg : Specifies base physical address and size of the registers.
|
D | ti,omap2-intc.txt | 16 - reg: physical base address and size of the intc registers map.
|
D | ti,cp-intc.txt | 17 - reg: physical base address and size of the intc registers map.
|
/linux-4.4.14/Documentation/tpm/ |
D | xen-tpmfront.txt | 13 a TPM in a virtual system the same way they interact with a TPM on the physical 90 access to the physical TPM on the system and secures the 98 * Hardware TPM: The physical TPM that is soldered onto the motherboard.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | micrel-ks8851.txt | 5 - reg : 2 physical address and size of registers for data and command
|
D | smsc-lan91c111.txt | 5 - reg : physical address and size of registers
|
D | davinci-mdio.txt | 6 - reg : physical base address and size of the davinci mdio
|
D | cpsw-phy-sel.txt | 8 - reg : physical base address and size of the cpsw
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_main.c | 855 i810_writel(CURBASE, mmio, par->cursor_heap.physical); in i810_init_cursor() 1095 fix->smem_start = par->fb.physical; in encode_fix() 1489 if ((i810_readl(CURBASE, mmio) & 0xf) != par->cursor_heap.physical) { in i810fb_cursor() 1634 par->fb.physical = par->aperture.physical+(par->fb.offset << 12); in i810_fix_pointers() 1636 par->iring.physical = par->aperture.physical + in i810_fix_pointers() 1706 par->cursor_heap.physical = par->i810_gtt.i810_cursor_memory->physical; in i810_alloc_agp_mem() 1821 par->wc_cookie= arch_phys_wc_add((u32) par->aperture.physical, in i810_init_device() 1850 par->aperture.physical = pci_resource_start(par->dev, 0); in i810_allocate_pci_resource() 1854 par->aperture.physical = pci_resource_start(par->dev, 1); in i810_allocate_pci_resource() 1863 if (!request_mem_region(par->aperture.physical, in i810_allocate_pci_resource() [all …]
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 45 PMEM: A system-physical-address range where writes are persistent. A 55 the system there would be a 1:1 system-physical-address:DPA association. 58 system-physical-address. BLK capacity always has a 1:1 relationship 115 provided, namely, a single system-physical-address range where writes 124 1. PMEM (nd_pmem.ko): Drives a system-physical-address range. This 130 Note that while LIBNVDIMM describes system-physical-address ranges that may 161 system-physical-address address causes a CPU exception while an access 175 system-physical-address sets of interleaved DIMMs, *and* may also be 177 through a system-physical-address while simultaneously accessing the 181 into exclusive system-physical-address and BLK-aperture accessible [all …]
|
/linux-4.4.14/Documentation/xtensa/ |
D | mmu.txt | 28 PA = physical address (two upper nibbles of it); 29 pc = physical range that contains this code;
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | ingenic,jz4780-nemc.txt | 13 - ranges: A set of ranges for each bank describing the physical memory layout. 16 <cs number> 0 <physical address of mapping> <size of mapping>
|
/linux-4.4.14/Documentation/networking/ |
D | tuntap.txt | 15 instead of receiving packets from physical media, receives them from 16 user space program and instead of sending packets via physical media 203 Ethernet device, which instead of receiving packets from a physical 205 packets via physical media sends them to the user space program. 212 the kernel handles the packet like it came from real physical device.
|
/linux-4.4.14/arch/sh/mm/ |
D | Kconfig | 55 The physical memory (RAM) start address will be automatically 85 bool "Support 32-bit physical addressing through PMB" 90 If you say Y here, physical addressing will be extended to 92 29-bit physical addressing will be used.
|
/linux-4.4.14/arch/frv/kernel/ |
D | sleep.S | 76 # Resume via RAMBOOT# will turn MMU off, so bootloader needs a physical address. 230 # need to use physical address 245 # need a temporary mapping for the current physical address we are 249 setlo %lo(0x00000000),gr4 ; physical address
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | brcm,bcm2835-mbox.txt | 6 - reg: Specifies base physical address and size of the registers
|
/linux-4.4.14/include/linux/ |
D | agp_backend.h | 79 u32 physical; member
|
D | agpgart.h | 75 u32 physical; /* device specific (some devices member
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | sun4i_can.txt | 6 - reg: physical base address and size of the Allwinner A10/A20 CAN register map.
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | hisilicon-thermal.txt | 6 - reg: physical base address of thermal sensor and length of memory mapped
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | vt8500-uart.txt | 7 - reg: base physical address of the controller and length of memory mapped
|
D | qca,ar9330-uart.txt | 7 - reg: Specifies the physical base address of the controller and
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 6 physical addresses to host physical addresses. 32 hpa host physical address 35 gpa guest physical address 37 ngpa nested guest physical address 62 - when guest paging is disabled, we translate guest physical addresses to 63 host physical addresses (gpa->hpa) 65 guest physical addresses, to host physical addresses (gva->gpa->hpa) 67 virtual addresses, to nested guest physical addresses, to guest physical 68 addresses, to host physical addresses (ngva->ngpa->gpa->hpa)
|
/linux-4.4.14/arch/sparc/kernel/ |
D | head_32.S | 151 sub %g1, %l6, %g1 ! translate to physical 152 sub %g3, %l6, %g3 ! translate to physical 267 sll %o1, 0x8, %o1 ! Make physical 311 sll %g1, 0x4, %g1 ! make physical addr 335 sll %g1, 0x4, %g1 ! make physical addr
|
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_mixer.txt | 11 - reg: physical base address of the mixer and length of memory mapped
|
/linux-4.4.14/include/uapi/linux/ |
D | agpgart.h | 95 __u32 physical; /* device specific (some devices member
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | altera-pcie-msi.txt | 5 - reg: specifies the physical base address of the controller and
|
/linux-4.4.14/drivers/char/agp/ |
D | compat_ioctl.c | 163 alloc.physical = memory->physical; in compat_agpioc_allocate_wrap()
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-domains.txt | 51 of SMT, you'll span all siblings of the physical CPU, with each group being 54 In SMP, the parent of the base domain will span all physical CPUs in the 55 node. Each group being a single physical CPU. Then with NUMA, the parent
|
/linux-4.4.14/Documentation/filesystems/ |
D | tmpfs.txt | 15 disk (/dev/ram*), which simulates a fixed size hard disk in physical 60 default is half of your physical RAM without swap. If you 65 is half of the number of your physical RAM pages, or (on a 71 to limit this tmpfs instance to that percentage of your physical RAM:
|
/linux-4.4.14/Documentation/blockdev/ |
D | cciss.txt | 36 To get the status of logical volumes and to detect physical drive 132 physical SCSI buses and/or fibre channel arbitrated loop and the 145 physical SCSI disk drives are NOT presented to the SCSI mid layer. The 146 physical SCSI disk drives are controlled directly by the array controller
|