Home
last modified time | relevance | path

Searched refs:physical (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/linux/fs/btrfs/tests/
H A Draid-stripe-tree-tests.c77 stripe->physical = logical1 + i * SZ_1G; in test_punch_hole_3extents()
98 stripe->physical = logical2 + i * SZ_1G; in test_punch_hole_3extents()
119 stripe->physical = logical3 + i * SZ_1G; in test_punch_hole_3extents()
149 if (io_stripe.physical != logical1) { in test_punch_hole_3extents()
151 logical1, io_stripe.physical); in test_punch_hole_3extents()
183 if (io_stripe.physical != logical3) { in test_punch_hole_3extents()
185 logical3 + SZ_256K, io_stripe.physical); in test_punch_hole_3extents()
253 stripe->physical = logical1 + i * SZ_1G; in test_delete_two_extents()
274 stripe->physical = logical2 + i * SZ_1G; in test_delete_two_extents()
295 stripe->physical = logical3 + i * SZ_1G; in test_delete_two_extents()
[all …]
/linux/Documentation/userspace-api/media/cec/
H A 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 …]
/linux/drivers/md/dm-vdo/
H A Dio-submitter.h28 void __submit_metadata_vio(struct vio *vio, physical_block_number_t physical,
32 static inline void vdo_submit_metadata_vio(struct vio *vio, physical_block_number_t physical, in vdo_submit_metadata_vio() argument
36 __submit_metadata_vio(vio, physical, callback, error_handler, in vdo_submit_metadata_vio()
41 physical_block_number_t physical, in vdo_submit_metadata_vio_with_size() argument
47 __submit_metadata_vio(vio, physical, callback, error_handler, in vdo_submit_metadata_vio_with_size()
/linux/drivers/net/wireless/ti/wlcore/
H A Dio.h121 int physical; in wlcore_read() local
123 physical = wlcore_translate_addr(wl, addr); in wlcore_read()
125 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read()
131 int physical; in wlcore_write() local
133 physical = wlcore_translate_addr(wl, addr); in wlcore_write()
135 return wlcore_raw_write(wl, physical, buf, len, fixed); in wlcore_write()
156 int physical; in wlcore_read_hwaddr() local
162 physical = wlcore_translate_addr(wl, addr); in wlcore_read_hwaddr()
164 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read_hwaddr()
/linux/drivers/net/wireless/ti/wl1251/
H A Dio.c51 int physical; in wl1251_mem_read() local
53 physical = wl1251_translate_mem_addr(wl, addr); in wl1251_mem_read()
55 wl->if_ops->read(wl, physical, buf, len); in wl1251_mem_read()
60 int physical; in wl1251_mem_write() local
62 physical = wl1251_translate_mem_addr(wl, addr); in wl1251_mem_write()
64 wl->if_ops->write(wl, physical, buf, len); in wl1251_mem_write()
/linux/fs/btrfs/
H A Dscrub.c147 u64 physical; member
319 u64 physical; member
566 swarn->physical, in scrub_print_warning_inode()
579 swarn->physical, in scrub_print_warning_inode()
586 bool is_super, u64 logical, u64 physical) in scrub_print_common_warning() argument
601 errstr, btrfs_dev_name(dev), physical); in scrub_print_common_warning()
608 swarn.physical = physical; in scrub_print_common_warning()
644 swarn.physical, (ref_level ? "node" : "leaf"), in scrub_print_common_warning()
664 static int fill_writer_pointer_gap(struct scrub_ctx *sctx, u64 physical) in fill_writer_pointer_gap() argument
672 if (!btrfs_dev_is_sequential(sctx->wr_tgtdev, physical)) in fill_writer_pointer_gap()
[all …]
H A Dzoned.c1146 int btrfs_reset_device_zone(struct btrfs_device *device, u64 physical, in btrfs_reset_device_zone() argument
1155 physical >> SECTOR_SHIFT, length >> SECTOR_SHIFT); in btrfs_reset_device_zone()
1162 btrfs_dev_set_zone_empty(device, physical); in btrfs_reset_device_zone()
1163 btrfs_dev_clear_active_zone(device, physical); in btrfs_reset_device_zone()
1164 physical += device->zone_info->zone_size; in btrfs_reset_device_zone()
1293 u64 physical; member
1309 info->physical = map->stripes[zone_idx].physical; in btrfs_load_zone_info()
1324 if (!btrfs_dev_is_sequential(device, info->physical)) { in btrfs_load_zone_info()
1331 ASSERT(!new || btrfs_dev_is_empty_zone(device, info->physical)); in btrfs_load_zone_info()
1334 btrfs_dev_clear_zone_empty(device, info->physical); in btrfs_load_zone_info()
[all …]
/linux/Documentation/ABI/testing/
H A 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
H A 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
H A 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
H A 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
/linux/Documentation/i2c/
H A 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
63 physical I2C bus controllers. The controllers are hardware and physical, and the
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
93 If the logical I2C bus is a direct abstraction of a physical I2C bus controller,
94 let us call it a physical I2C bus.
99 This may be a confusing part for people who only know about the physical I2C
[all …]
/linux/Documentation/admin-guide/mm/
H A 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 …]
/linux/Documentation/admin-guide/RAS/
H A Daddress-translation.rst10 physical memory. Devices attached to the Fabric, like memory controllers,
11 I/O, etc., may not have a complete view of the system physical memory map.
12 These devices may provide a "normalized", i.e. device physical, address
14 a system physical address for the kernel to action on the memory.
/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst59 virtual to physical addresses.
66 direct kernel map to a physical address.
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.
428 The offset between the kernel virtual and physical mappings. Used to
[all …]
/linux/Documentation/mm/
H A Dmemory-model.rst8 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
69 The SPARSEMEM model presents the physical memory as a collection of
77 physical address that an architecture supports, the
[all …]
/linux/Documentation/arch/xtensa/
H A 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..
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A 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
90 Definition: A standard property. Specifies the physical address
119 Definition: A standard property. Specifies the physical address
156 Definition: A standard property. Specifies the physical address
181 Definition: A standard property. Specifies the physical address
218 Definition: A standard property. Specifies the physical address
246 Definition: A standard property. Specifies the physical address
277 Definition: A standard property. Specifies the physical address
[all …]
/linux/Documentation/sound/designs/
H A 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…
/linux/Documentation/virt/kvm/loongarch/
H A Dhypercalls.rst77 - a1: Lower part of the bitmap for destination physical CPUIDs
78 - a2: Higher part of the bitmap for destination physical CPUIDs
79 - a3: The lowest physical CPUID in the bitmap
85 Bit 0 of a1 corresponds to the physical CPUID in the third input register (a3)
86 and bit 1 corresponds to the physical CPUID in a3+1, and so on.
/linux/Documentation/core-api/
H A Ddebugging-via-ohci1394.rst2 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 machines where memory is
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:
/linux/Documentation/userspace-api/media/mediactl/
H A 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
/linux/Documentation/core-api/kho/
H A Dfdt.rst10 It includes the physical address of an in-memory structure describing
11 all preserved memory regions, as well as physical addresses of KHO users'
21 This node contains the physical address of an in-memory structure for KHO to
39 A KHO user thus can create a node in KHO root tree and save the physical address
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-v2.c52 dbg_cfg->hwm_base_addr = cpu_to_le64(fw_mon->physical); in iwl_pcie_ctxt_info_dbg_enable()
79 dbg_cfg->hwm_base_addr = cpu_to_le64(frag->physical); in iwl_pcie_ctxt_info_dbg_enable()
374 &dram->physical); in iwl_pcie_load_payloads_contig()
404 &desc_dram->physical); in iwl_pcie_load_payloads_segments()
435 cpu_to_le64(dram_regions->drams[i].physical); in iwl_pcie_load_payloads_segments()
507 cpu_to_le64(dram_regions->prph_scratch_mem_desc.physical); in iwl_pcie_set_pnvm_segments()
519 cpu_to_le64(trans_pcie->pnvm_data.drams[0].physical); in iwl_pcie_set_contig_pnvm()
589 cpu_to_le64(dram_regions->prph_scratch_mem_desc.physical); in iwl_pcie_set_reduce_power_segments()
601 cpu_to_le64(trans_pcie->reduced_tables_data.drams[0].physical); in iwl_pcie_set_contig_reduce_power()
H A Dctxt-info.c53 &dram->physical); in iwl_pcie_ctxt_info_alloc_dma()
77 dram->paging[i].physical); in iwl_pcie_ctxt_info_free_paging()
117 cpu_to_le64(dram->fw[dram->fw_cnt].physical); in iwl_pcie_init_fw_sec()
131 cpu_to_le64(dram->fw[dram->fw_cnt].physical); in iwl_pcie_init_fw_sec()
156 cpu_to_le64(dram->paging[i].physical); in iwl_pcie_init_fw_sec()

12345678910>>...24