Home
last modified time | relevance | path

Searched full:physical (Results 1 – 25 of 815) sorted by relevance

12345678910>>...33

/Documentation/userspace-api/media/cec/
Dcec-ioc-adap-g-phys-addr.rst15 CEC_ADAP_G_PHYS_ADDR, CEC_ADAP_S_PHYS_ADDR - Get or set the physical address
40 To query the current physical address applications call
42 driver stores the physical address.
44 To set a new physical address applications store the physical address in
52 To clear an existing physical address use ``CEC_PHYS_ADDR_INVALID``.
60 A :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>` event is sent when the physical address
63 The physical address is a 16-bit number where each group of 4 bits
64 represent a digit of the physical address a.b.c.d where the most
69 is supported. The physical address a device shall use is stored in the
73 different physical address of the form a.0.0.0 that the sources will
[all …]
/Documentation/admin-guide/mm/
Dconcepts.rst12 address to a physical address.
19 The physical memory in a computer system is a limited resource and
21 the amount of memory that can be installed. The physical memory is not
27 All this makes dealing directly with physical memory quite complex and
30 The virtual memory abstracts the details of physical memory from the
32 physical memory (demand paging) and provides a mechanism for the
38 address encoded in that instruction to a `physical` address that the
41 The physical system memory is divided into page frames, or pages. The
47 Each physical memory page can be mapped as one or more virtual
49 translation from a virtual address used by programs to the physical
[all …]
/Documentation/mm/
Dmemory-model.rst4 Physical Memory Model
7 Physical memory in a system may be addressed in different ways. The
8 simplest case is when the physical memory starts at address 0 and
20 All the memory models track the status of physical page frames using
24 mapping between the physical page frame number (PFN) and the
35 non-NUMA systems with contiguous, or mostly contiguous, physical
39 maps the entire physical memory. For most architectures, the holes
49 actual physical pages. In such case, the architecture specific
58 systems with physical memory starting at address different from 0.
65 as hot-plug and hot-remove of the physical memory, alternative memory
[all …]
Dpage_tables.rst13 Page tables map virtual addresses as seen by the CPU into physical addresses
20 The physical address corresponding to the virtual address is often referenced
21 by the underlying physical page frame. The **page frame number** or **pfn**
22 is the physical address of the page (as seen on the external memory bus)
25 Physical memory address 0 will be *pfn 0* and the highest pfn will be
26 the last page of physical memory the external address bus of the CPU can
41 the fact that Torvald's first computer had 4MB of physical memory. Entries in
56 to a physical memory range, which allows mapping a contiguous range of several
58 shortcuts in mapping virtual memory to physical memory: there is no need to
89 mapping a single page of virtual memory to a single page of physical memory.
Dzsmalloc.rst99 Each zspage can contain up to ZSMALLOC_CHAIN_SIZE physical (0-order) pages.
121 Size class #100 consists of zspages with 2 physical pages each, which can
123 end up allocating three zspages, or 6 physical pages.
128 of 5 physical pages:::
137 This means that a class #96 configuration with 5 physical pages can store 13
138 objects of size 1568 in a single zspage, using a total of 5 physical pages.
140 physical pages to store the same number of objects.
158 to size class #254, which stores each object in its own physical page (objects
255 Using larger zspage chains may result in using fewer physical pages, as seen
256 in the example where the number of physical pages used decreased from 159955
Dphysical_memory.rst4 Physical Memory
8 architecture-independent abstraction to represent the physical memory. This
9 chapter describes the structures used to manage physical memory in a running
32 The entire physical address space is partitioned into one or more blocks
34 determined by architectural constraints for accessing the physical memory.
56 * ``ZONE_HIGHMEM`` is the part of the physical memory that is not covered by a
64 change, their content may move between different physical pages. Often
74 identified physical address ranges. ``ZONE_DEVICE`` is enabled with
81 The relation between node and zone extents is determined by the physical memory
151 architecture specific code parses the physical memory map reported by the
[all …]
/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-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
/Documentation/i2c/
Di2c-sysfs.rst13 is a gap of knowledge to map from the I2C bus physical number and MUX topology
16 the concept of logical I2C buses in the kernel, by knowing the physical I2C
41 start with ``i2c-`` are I2C buses, which may be either physical or logical. The
59 (Physical) I2C Bus Controller
63 physical I2C bus controllers. The controllers are hardware and physical, and the
70 I2C Bus Physical Number
73 For each physical I2C bus controller, the system vendor may assign a physical
82 written upon virtual memory space, instead of physical memory space.
84 Each logical I2C bus may be an abstraction of a physical I2C bus controller, or
90 Physical I2C Bus
[all …]
/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
Dcounters.rst78 Physical port counters
82 additional counters like flow control, FEC and more. Physical port counters
86 A set of the physical port counters, per priority per port.
469 software counters. These packets are counted by physical port and vPort
491 physical port and vPort counters. You may open more rx queues and spread
507 counted by physical port and vPort counters.
517 are counted by physical port and vPort counters.
856 Physical Port Counters
858 The physical port counters are the counters on the external port connecting the
863 .. flat-table:: Physical Port Counter Table
[all …]
/Documentation/arch/xtensa/
Dbooting.rst12 address must be the physical address.
19 virtual or physical address. In either case it must be within the default
20 virtual mapping. It is considered physical if it is within the range of
21 physical addresses covered by the default KSEG mapping (XCHAL_KSEG_PADDR..
/Documentation/arch/arm/
Dporting.rst12 virtual address to a physical address. Normally, it is simply:
22 virtual or physical addresses here, since the MMU will be off at
43 Physical address to place the initial RAM disk. Only relevant if
54 Physical address of the struct param_struct or tag list, giving the
62 Physical start address of the first bank of RAM.
66 boot phase, virtual address PAGE_OFFSET will be mapped to physical
113 `pram` specifies the physical start address of RAM. Must always
116 `pio` is the physical address of an 8MB region containing IO for
/Documentation/core-api/
Ddebugging-via-ohci1394.rst2 Using physical DMA provided by OHCI-1394 FireWire controllers for debugging
11 a "Physical Response Unit" which executes specific requests by employing
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.
107 controller implements a writable Physical Upper Bound register. This is
[all …]
/Documentation/userspace-api/media/mediactl/
Dmedia-controller-model.rst16 physical hardware devices (CMOS sensor for instance), logical
18 processing pipeline), DMA channels or physical connectors.
27 inputs. Pads should not be confused with physical pins at chip
40 physical module, meaning this lens controller drives the lens for this
/Documentation/virt/geniezone/
Dintroduction.rst27 VM manager aims to provide vCPUs on the basis of time sharing on physical
33 Direct use of physical memory from VMs is forbidden and designed to be
59 hypervisor with the help of gzvm module, both virtual and physical ones.
60 In case there's no guest VM running out there, physical interrupts would be
77 The vcpu component is the core of virtualizing aarch64 physical CPU runnable,
/Documentation/powerpc/
Dkasan.txt47 - We'd like to place it near the start of physical memory. In theory we can do
48 this at run-time based on how much physical memory we have, but this requires
54 requires knowing how much contiguous physical memory a system has _at compile
56 to handle discontiguous physical memory, total failure to boot on machines
/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst59 virtual to physical addresses.
66 direct kernel map to a physical address.
77 Physical addresses are translated to struct pages by treating them as
78 an index into the mem_map array. Right-shifting a physical address
105 Defines the maximum supported physical address space memory.
348 corresponding physical address.
354 to physical addresses. The init_top_pgt is somewhat similar to
393 mask. This is used to remove the SME mask and obtain the true physical
411 Denotes whether physical address extensions are enabled. It has the cost
414 crash kernel when converting virtual addresses to physical addresses.
[all …]
/Documentation/devicetree/bindings/iommu/
Dapple,sart.yaml14 physical memory must be added to the SART's allow list before any
20 and allows 36 bit of physical address space and filter entries with sizes
23 SART2, first seen in A14 and M1, allows 36 bit of physical address space
/Documentation/sound/designs/
Djack-injection.rst15 machine and plug/unplug physical devices to the audio jack.
17 In this design, an audio jack doesn't equal to a physical audio jack.
18 Sometimes a physical audio jack contains multi functions, and the
20 ``snd_jack`` represents a physical audio jack and the ``jack_kctl``
21 represents a function, for example a physical jack has two functions:
118 …read-only, get snd_jack's supported events from type (all supported events on the physical audio j…
/Documentation/devicetree/bindings/mfd/
Dmfd.txt11 drivers, level shifters, PHY (physical interfaces to things like USB or
29 the child's base address to 0, the physical address within parent's address
32 - #address-cells: Specifies the number of cells used to represent physical base
/Documentation/arch/s390/
Dpci.rst58 A physical function that currently supports a virtual function cannot be
81 0 for physical functions.
87 The port corresponds to the physical port the function is attached to.
88 It also gives an indication of the physical function a virtual function
104 They correspond to the physical path to the function.

12345678910>>...33