Home
last modified time | relevance | path

Searched refs:physical (Results 1 – 200 of 665) sorted by relevance

1234

/linux-4.4.14/Documentation/virtual/kvm/arm/
Dvgic-mapped-irqs.txt9 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/
Dio.h134 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/
Dsysfs-devices-system-xen_cpu5 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
Dsysfs-firmware-efi4 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
Dsysfs-memory-page-offline6 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
Dsysfs-class-net-grcan7 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
Dsysfs-class-scsi_host21 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
Dsysfs-devices-sun11 the slot number printed on the physical slot whenever possible."
13 So reading the sysfs file, we can identify a physical position
Dsysfs-kernel-vmcoreinfo8 Shows physical address and size of vmcoreinfo ELF note.
9 First value contains physical address of note in hex and
Dsysfs-firmware-efi-runtime-map10 the same physical to virtual address mappings as the first
29 phys_addr : The physical address of the memory range.
Dsysfs-class-net75 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
Dsysfs-block83 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/
Dio.c65 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/
Dbus-virt-phys-mapping.txt11 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 …]
Ddebugging-via-ohci1394.txt2 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:
Dzorro.txt72 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
Ddell_rbu.txt21 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
Dcachetlb.txt24 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/
Dpwm-tipwmss.txt5 - reg: physical base address and size of the registers map.
11 physical address map of child's base address, physical address within
Dlpc32xx-pwm.txt5 - reg: physical base address and length of the controller's registers
Dspear-pwm.txt7 - reg: physical base address and length of the controller's registers
Dpwm-berlin.txt5 - reg: physical base address and length of the controller's registers
Dmxs-pwm.txt5 - reg: physical base address and length of the controller's registers
Datmel-pwm.txt7 - reg: physical base address and length of the controller's registers
Dbrcm,bcm7038-pwm.txt6 - reg: physical base address and length for this controller
Dvt8500-pwm.txt5 - reg: physical base address and length of the controller's registers
Dbrcm,kona-pwm.txt7 - reg: physical base address and length of the controller's registers
Dpwm-sun4i.txt9 - reg: physical base address and length of the controller's registers
Dlpc1850-sct-pwm.txt5 - reg: Should contain physical base address and length of pwm registers.
Dpwm-rockchip.txt8 - reg: physical base address and length of the controller's registers
Dpwm-bcm2835.txt5 - reg: physical base address and length of the controller's registers
Dimg-pwm.txt5 - reg: Should contain physical base address and length of pwm registers.
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Ddcsr.txt31 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 …]
Dmsi-pic.txt96 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.
Dmcm.txt24 physical address offset and length of the CCSR space
53 physical address offset and length of the CCSR space
Decm.txt24 physical address offset and length of the CCSR space
53 physical address offset and length of the CCSR space
Dsrio-rmu.txt21 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/
Dintelfbdrv.c456 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/
Dohci-nxp.txt5 - reg: physical base address of the controller and length of memory mapped
9 the UDC controller for connecting to the USB physical layer
Dehci-orion.txt5 - reg: physical base address of the controller and length of memory mapped
Dlpc32xx-udc.txt13 the UDC controller for connecting to the USB physical layer
/linux-4.4.14/fs/btrfs/
Dscrub.c80 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/
Dfsl-sec6.txt35 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.
Dfsl-sec4.txt69 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 …]
Dqcom-qce.txt6 - reg : specifies base physical address and size of the registers map
/linux-4.4.14/drivers/hid/
Dwacom_wac.h88 ((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/
Dnvidia,tegra20-apbmisc.txt8 - 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/
Dearlyprintk.txt48 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
Dpat.txt6 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/
Dhighmem.txt25 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
Dnuma11 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/
Dexynos4-fimc-is.txt14 - 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;
Dmeson-ir.txt5 - reg : physical base address and length of the device registers
Dvideo-interfaces.txt55 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>;",
Dexynos-fimc-lite.txt9 - reg : physical base address and size of the device memory mapped
Dexynos5-gsc.txt7 - reg: should contain G-Scaler physical address location and length.
Dhix5hd2-ir.txt5 - reg: Base physical address of the controller and length of memory
Dst,stih4xx.txt7 - reg: BDISP physical address location and length.
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_uverbs.c109 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/
Demu10k1-jack.txt32 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/
Dscsi_fc_transport.txt35 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/
Dbrcm,bcm11351-cpu-method.txt13 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/
Dimx-audio-spdif.txt16 indicating there's a physical S/PDIF out connector
23 is a physical S/PDIF in connector/jack on the board.
Drenesas,fsi.txt10 - reg : Should contain the register physical address and length
/linux-4.4.14/Documentation/arm/
DPorting8 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
Dtcm.txt16 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/
Dsa1100.S24 moveq \rp, #0x80000000 @ physical base address
50 orr \rp, \rp, #0x80000000 @ physical
Dsirf.S22 ldr \rp, =CONFIG_DEBUG_UART_PHYS @ physical
Dimx.S32 ldr \rp, =UART_PADDR @ physical
Dmeson.S17 ldr \rp, =(CONFIG_DEBUG_UART_PHYS) @ physical
Dux500.S44 ldr \rp, =UART_PHYS_BASE @ no, physical address
Dvf.S21 ldr \rp, =VF_UART_PHYSICAL_BASE @ physical
Dsti.S43 ldr \rp, =DEBUG_LL_UART_BASE @ physical base
Dks8695.S22 ldr \rp, =KS8695_UART_PA @ physical base address
Dzynq.S36 ldr \rp, =LL_UART_PADDR @ physical
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Damlogic,meson8b-clkc.txt10 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
Dhi3620-clock.txt12 - reg: physical base address of the controller and length of memory mapped
Dmarvell,pxa910.txt11 - reg: physical base address of the clock subsystem and length of memory mapped
Dexynos5440-clock.txt10 - reg: physical base address of the controller and length of memory mapped
Dmarvell,pxa168.txt11 - reg: physical base address of the clock subsystem and length of memory mapped
Dmarvell,mmp2.txt11 - reg: physical base address of the clock subsystem and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dhisi504-nand.txt6 - reg: The first contains base physical address and size of
8 physical address and size of NAND controller's buffer.
Delm.txt5 - reg: physical base address and size of the registers map.
/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm36 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/
Dsamsung,s6e8aa0.txt15 - panel-width-mm: physical panel width [mm]
16 - panel-height-mm: physical panel height [mm]
Dsamsung,ld9040.txt16 - panel-width-mm: physical panel width [mm]
17 - panel-height-mm: physical panel height [mm]
/linux-4.4.14/drivers/net/ethernet/cavium/
DKconfig21 This driver supports Thunder's NIC physical function.
41 interface from NIC physical function driver.
/linux-4.4.14/Documentation/driver-model/
Dbinding.txt63 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/
Darm-vgic.txt21 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/
Dpv-fixup-asm.S67 adds r4, r4, r0 @ update physical address
71 adds r4, r4, r0 @ update physical address
/linux-4.4.14/arch/arm/mach-pxa/
Dsleep.S51 @ 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/
Duefi.txt41 physical RAM by using the following kernel command line parameter.
42 add_efi_memmap include EFI memory map of available physical RAM
D00-INDEX14 - Memory layout of x86-64 (4 level page tables, 46 bits physical).
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dpwm-beeper.txt7 - pwms: phandle to the physical PWM device
/linux-4.4.14/Documentation/dmaengine/
Dpxa_dma.txt41 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/
Dsysfs-class-ubi47 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.
Dsysfs-bus-w15 Some of 1-Wire devices commonly associated with physical access
/linux-4.4.14/drivers/mtd/chips/
DKconfig81 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/
Dbrcm,bcm2835.txt6 - reg : Specifies base physical address and size of the registers.
Dsamsung,exynos-rng4.txt6 - reg : Specifies base physical address and size of the registers map.
Dapm,rng.txt6 - reg : specifies base physical address and size of the registers map
Dqcom,prng.txt6 - reg : specifies base physical address and size of the registers map
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/
Dmtk-wdt.txt6 - reg : Specifies base physical address and size of the registers.
Dmeson6-wdt.txt6 - reg : Specifies base physical address and size of the registers.
Dsunxi-wdt.txt7 - reg : Specifies base physical address and size of the registers.
Dqca-ar7130-wdt.txt5 - reg: physical base address of the controller and length of memory mapped
Dbrcm,bcm2835-pm-wdog.txt6 - reg : Specifies base physical address and size of the registers.
Dpnx4008-wdt.txt5 - reg: physical base address of the controller and length of memory mapped
Drt2880-wdt.txt5 - reg: physical base address of the controller and length of the register range
Dbrcm,bcm7038-wdt.txt6 - reg : Specifies base physical address and size of the registers.
Dstericsson-coh901327.txt5 - reg: physical base address of the controller and length of memory mapped
Ddigicolor-wdt.txt11 - reg : Specifies base physical address and size of the registers
/linux-4.4.14/Documentation/parisc/
Ddebugging25 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/
Dheadsmp.S22 add r1, r1, r0 @ r1 = physical &g_diag_reg
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Damlogic,meson6-timer.txt6 - reg : Specifies base physical address and size of the registers.
Ddigicolor-timer.txt6 - reg : Specifies base physical address and size of the "Agent Communication"
Dallwinner,sun4i-timer.txt6 - reg : Specifies base physical address and size of the registers.
Dcadence,ttc-timer.txt5 - reg : Specifies base physical address and size of the registers.
Dfsl,imxgpt.txt6 - reg : Specifies base physical address and size of the registers.
Dstericsson-u300-apptimer.txt6 - reg : Specifies base physical address and size of the registers.
Dallwinner,sun5i-a13-hstimer.txt7 - reg : Specifies base physical address and size of the registers.
Dnvidia,tegra20-timer.txt9 - reg : Specifies base physical address and size of the registers.
Dlsi,zevio-timer.txt6 - reg : The physical base address and size of the timer (always first).
Dbrcm,bcm2835-system-timer.txt11 - reg : Specifies base physical address and size of the registers.
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Dlpc32xx-rtc.txt5 - reg: physical base address of the controller and length of memory mapped
Ddigicolor-rtc.txt7 - reg: physical base address of the controller and length of memory mapped
Datmel,at91rm9200-rtc.txt5 - reg: physical base address of the controller and length of memory mapped
Dimxdi-rtc.txt7 - reg: physical base address of the controller and length of memory mapped
Dorion-rtc.txt8 - reg: physical base address of the controller and length of memory mapped
Dsunxi-rtc.txt7 - reg: physical base address of the controller and length of memory mapped
Dsun6i-rtc.txt7 - reg : physical base address of the controller and length of
Dstmp3xxx-rtc.txt6 - reg: physical base address of the controller and length of memory mapped
Dsa1100-rtc.txt5 - reg: physical base address of the controller and length of memory mapped
Dnxp,lpc1788-rtc.txt8 - reg : Specifies base physical address and size of the registers.
Dxgene-rtc.txt7 - reg: physical base address of the controller and length of memory mapped
Drtc-mxc.txt7 - reg: physical base address of the controller and length of memory mapped
Dnvidia,tegra20-rtc.txt12 - reg : Specifies base physical address and size of the registers.
/linux-4.4.14/Documentation/devicetree/bindings/staging/iio/adc/
Dlpc32xx-adc.txt5 - reg: physical base address of the controller and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dlpc32xx-tsc.txt5 - reg: physical base address of the controller and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-st-ddci2c.txt5 - reg: physical base address of the controller and length of memory mapped
Di2c-sirf.txt5 - reg: physical base address of the controller and length of memory mapped
Di2c-meson.txt5 - reg: physical address and length of the device registers
Di2c-digicolor.txt5 - reg: physical address and length of the device registers
Di2c-hix5hd2.txt5 - reg: physical base address of the controller and length of memory mapped
Di2c-lpc2k.txt5 - reg: physical address and length of the device registers
Di2c-brcmstb.txt9 - reg: specifies the base physical address and size of the registers
Di2c-rcar.txt14 - reg: physical base address of the controller and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Dnvidia,tegra20-gart.txt5 - reg: Two pairs of cells specifying the physical address and size of
Drockchip,iommu.txt4 A Rockchip DRM iommu translates io virtual addresses to physical addresses for
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-xtensa-xtfpga.txt8 - reg: physical base address of the controller and length of memory mapped
Dspi-meson.txt11 - reg: physical base address and length of the controller registers
/linux-4.4.14/Documentation/fb/
Dep93xx-fb.txt66 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
Dmetronomefb.txt17 to do all physical IO work. Currently, an example is implemented for the
31 the physical media.
/linux-4.4.14/arch/nios2/platform/
DKconfig.platform9 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/
Dversatile-sysreg.txt10 - reg : physical base address and the size of the registers window
Dccn.txt9 - reg: (standard registers property) physical address and size
Drtsm-dcscb.txt12 - reg : physical base address and the size of the registers window
Darch_timer.txt5 physical and optional virtual timer per frame.
64 - interrupts : Interrupt list for physical and virtual timers in that order.
Dxen.txt10 - reg: specifies the base physical address and size of a region in
/linux-4.4.14/Documentation/trace/
Dmmiotrace.txt133 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/
Dpmu.txt9 - reg : physical base address and the size of the registers window
Dpmu-sram.txt10 - reg : physical base address and the size of the registers window
/linux-4.4.14/drivers/acpi/acpica/
Dtbxfload.c243 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/
Dtimer.txt6 - reg : Specifies base physical address and size of the registers.
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dmsm-poweroff.txt10 -reg: Specifies the physical address of the ps-hold register
Dimx-snvs-poweroff.txt10 -reg: Specifies the physical address of the SNVS_LPCR register
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dallwinner,sun4i-ic.txt6 - reg : Specifies base physical address and size of the registers.
Daxis,crisv32-intc.txt12 - reg: physical base address and size of the intc registers map.
Ddigicolor-ic.txt6 - reg : Specifies base physical address and size of the interrupt controller
Dingenic,intc.txt10 - reg : Specifies base physical address and size of the registers.
Dti,omap2-intc.txt16 - reg: physical base address and size of the intc registers map.
Dti,cp-intc.txt17 - reg: physical base address and size of the intc registers map.
/linux-4.4.14/Documentation/tpm/
Dxen-tpmfront.txt13 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/
Dmicrel-ks8851.txt5 - reg : 2 physical address and size of registers for data and command
Dsmsc-lan91c111.txt5 - reg : physical address and size of registers
Ddavinci-mdio.txt6 - reg : physical base address and size of the davinci mdio
Dcpsw-phy-sel.txt8 - reg : physical base address and size of the cpsw
/linux-4.4.14/drivers/video/fbdev/i810/
Di810_main.c855 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/
Dnvdimm.txt45 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/
Dmmu.txt28 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/
Dingenic,jz4780-nemc.txt13 - 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/
Dtuntap.txt15 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/
DKconfig55 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/
Dsleep.S76 # 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/
Dbrcm,bcm2835-mbox.txt6 - reg: Specifies base physical address and size of the registers
/linux-4.4.14/include/linux/
Dagp_backend.h79 u32 physical; member
Dagpgart.h75 u32 physical; /* device specific (some devices member
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Dsun4i_can.txt6 - reg: physical base address and size of the Allwinner A10/A20 CAN register map.
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dhisilicon-thermal.txt6 - reg: physical base address of thermal sensor and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dvt8500-uart.txt7 - reg: base physical address of the controller and length of memory mapped
Dqca,ar9330-uart.txt7 - reg: Specifies the physical base address of the controller and
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt6 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/
Dhead_32.S151 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/
Dexynos_mixer.txt11 - reg: physical base address of the mixer and length of memory mapped
/linux-4.4.14/include/uapi/linux/
Dagpgart.h95 __u32 physical; /* device specific (some devices member
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Daltera-pcie-msi.txt5 - reg: specifies the physical base address of the controller and
/linux-4.4.14/drivers/char/agp/
Dcompat_ioctl.c163 alloc.physical = memory->physical; in compat_agpioc_allocate_wrap()
/linux-4.4.14/Documentation/scheduler/
Dsched-domains.txt51 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/
Dtmpfs.txt15 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/
Dcciss.txt36 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

1234