Home
last modified time | relevance | path

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

12345678910>>...50

/openbmc/openpower-hw-diags/test/
H A Dpdbg-test.dts5 ATTR_PHYS_DEV_PATH = "physical:sys-0";
13 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/bmc-0";
25 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0";
39 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/nx-0";
47 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/occ-0";
57 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/perv-1";
67 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/perv-12";
76 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/mc-0";
305 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/perv-13";
2023 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-1";
[all …]
/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c77 static int get_seg_physical_address(CPUMIPSState *env, hwaddr *physical, in get_seg_physical_address() argument
91 return env->tlb->map_address(env, physical, prot, real_address, in get_seg_physical_address()
95 *physical = physical_base | (real_address & segmask); in get_seg_physical_address()
101 static int get_segctl_physical_address(CPUMIPSState *env, hwaddr *physical, in get_segctl_physical_address() argument
110 return get_seg_physical_address(env, physical, prot, real_address, in get_segctl_physical_address()
115 int get_physical_address(CPUMIPSState *env, hwaddr *physical, in get_physical_address() argument
141 ret = get_segctl_physical_address(env, physical, prot, in get_physical_address()
148 ret = env->tlb->map_address(env, physical, prot, in get_physical_address()
157 ret = env->tlb->map_address(env, physical, prot, in get_physical_address()
184 ret = get_seg_physical_address(env, physical, prot, in get_physical_address()
[all …]
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/leds/phosphor-led-manager/
H A Dbmc_booted.conf4 After=mapper-wait@-xyz-openbmc_project-led-physical-led_bmc_ready.service
5 After=mapper-wait@-xyz-openbmc_project-led-physical-led_id_dwr_back_p.service
6 After=mapper-wait@-xyz-openbmc_project-led-physical-led_id_dwr_frnt_p.service
11 Wants=mapper-wait@-xyz-openbmc_project-led-physical-led_bmc_ready.service
12 Wants=mapper-wait@-xyz-openbmc_project-led-physical-led_id_dwr_back_p.service
13 Wants=mapper-wait@-xyz-openbmc_project-led-physical-led_id_dwr_frnt_p.service
/openbmc/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``.
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
74 read out and use as their physical address.
[all …]
/openbmc/u-boot/fs/btrfs/
H A Dctree.c107 static int read_tree_node(u64 physical, union btrfs_tree_node **buf) in read_tree_node() argument
115 if (!btrfs_devread(physical, sizeof(*hdr), hdr)) in read_tree_node()
132 if (!btrfs_devread(physical + offset, size - offset, in read_tree_node()
156 u64 logical, physical; in btrfs_search_tree() local
164 physical = btrfs_map_logical_to_physical(logical); in btrfs_search_tree()
165 if (physical == -1ULL) in btrfs_search_tree()
168 if (read_tree_node(physical, &buf)) in btrfs_search_tree()
230 u64 logical, physical; in jump_leaf() local
234 physical = btrfs_map_logical_to_physical(logical); in jump_leaf()
235 if (physical == -1ULL) in jump_leaf()
[all …]
H A Dextent-io.c68 u64 physical, clen, dlen, orig_size = size; in btrfs_read_extent_reg() local
81 physical = btrfs_map_logical_to_physical(extent->disk_bytenr); in btrfs_read_extent_reg()
82 if (physical == -1ULL) in btrfs_read_extent_reg()
86 physical += extent->offset + offset; in btrfs_read_extent_reg()
87 if (!btrfs_devread(physical, size, out)) in btrfs_read_extent_reg()
102 if (!btrfs_devread(physical, clen, cbuf)) in btrfs_read_extent_reg()
/openbmc/phosphor-led-manager/example/lamp-test/
H A Dlamp-test-led-overrides.json2 // This section of this json contains name of physical leds that
5 // /xyz/openbmc_project/led/physical/<$name_in_this_file>
8 // This section of this json contains name of physical leds that
11 // /xyz/openbmc_project/led/physical/<$name_in_this_file>
/openbmc/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()
/openbmc/phosphor-led-sysfs/
H A DREADME.md3 This project exposes physical LEDs on dbus.
32 `- /xyz/openbmc_project/led/physical
33 `- /xyz/openbmc_project/led/physical/identify
35 busctl introspect xyz.openbmc_project.LED.Controller.identify /xyz/openbmc_project/led/physical/id…
54 /xyz/openbmc_project/led/physical/identify \
63 /xyz/openbmc_project/led/physical/identify \
/openbmc/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
/openbmc/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()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/
H A DREADME.md1 # Managing LED groups and physical LEDs through BMC
11 While it is entirely possible to act directly on a physical LED, it makes hard
59 This says that the group `bmc_booted` consists of 2 physical LEDs in it. When
111 ## Dbus interfaces for physical LEDs
120 **Path: `/xyz/openbmc_project/led/physical/<name>`** **Interface:
125 and `id_rear` physical LEDs.
128 `/xyz/openbmc/project/led/physical/id_front` and
129 `/xyz/openbmc/project/led/physical/id_rear`
132 `/xyz/openbmc/project/led/physical/id_front` and
133 `/xyz/openbmc/project/led/physical/id_rear`
[all …]
/openbmc/linux/fs/btrfs/
H A Dscrub.c117 u64 physical; member
227 u64 physical; member
502 swarn.physical = physical; in scrub_print_common_warning()
874 u64 physical = 0; in scrub_stripe_report_errors() local
907 physical = bioc->stripes[stripe_index].physical; in scrub_stripe_report_errors()
943 physical); in scrub_stripe_report_errors()
957 physical); in scrub_stripe_report_errors()
1569 stripe->physical = physical + stripe->logical - logical_start; in scrub_find_fill_first_stripe()
1878 u64 physical; in scrub_raid56_parity_stripe() local
1884 physical = map->stripes[stripe_index].physical + in scrub_raid56_parity_stripe()
[all …]
H A Dzoned.h57 int btrfs_reset_device_zone(struct btrfs_device *device, u64 physical,
68 int btrfs_zoned_issue_zeroout(struct btrfs_device *device, u64 physical, u64 length);
163 u64 physical, u64 length, u64 *bytes) in btrfs_reset_device_zone() argument
202 u64 physical, u64 length) in btrfs_zoned_issue_zeroout() argument
340 u64 physical, u64 length) in btrfs_can_zone_reset() argument
344 if (!btrfs_dev_is_sequential(device, physical)) in btrfs_can_zone_reset()
348 if (!IS_ALIGNED(physical, zone_size) || !IS_ALIGNED(length, zone_size)) in btrfs_can_zone_reset()
/openbmc/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
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
52 The tables at the lowest level of the hierarchy contain physical
[all …]
/openbmc/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
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.
94 let us call it a physical I2C bus.
110 bus has a number same as their I2C bus physical number.
122 i2c-7 (physical I2C bus controller 7)
148 physical I2C bus, directly abstracting a physical I2C bus controller. For
159 mean the physical I2C bus controller 7 of the system.
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dcounters.rst86 A set of the physical port counters, per priority per port.
507 counted by physical port and vPort counters.
517 are counted by physical port and vPort counters.
877 - The number of packets transmitted on the physical port.
886 - The number of bytes transmitted on the physical port.
890 - The number of multicast packets received on the physical port.
914 physical port.
933 (symbol errors) on a physical port.
958 physical port.
975 MTU size on a physical port.
[all …]
/openbmc/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..
/openbmc/qemu/target/tricore/
H A Dhelper.c34 static int get_physical_address(CPUTriCoreState *env, hwaddr *physical, in get_physical_address() argument
40 *physical = address & 0xFFFFFFFF; in get_physical_address()
72 hwaddr physical; in tricore_cpu_tlb_fill() local
77 ret = get_physical_address(env, &physical, &prot, in tricore_cpu_tlb_fill()
82 __func__, (target_ulong)address, ret, physical, prot); in tricore_cpu_tlb_fill()
86 physical & TARGET_PAGE_MASK, prot | PAGE_EXEC, in tricore_cpu_tlb_fill()
/openbmc/qemu/target/sh4/
H A Dhelper.c327 static int get_mmu_address(CPUSH4State * env, target_ulong * physical, in get_mmu_address() argument
388 *physical = ((matching->ppn << 10) & ~(matching->size - 1)) in get_mmu_address()
394 static int get_physical_address(CPUSH4State * env, target_ulong * physical, in get_physical_address() argument
414 *physical = address & 0x1fffffff; in get_physical_address()
416 *physical = address; in get_physical_address()
424 *physical = address & 0x1FFFFFFF; in get_physical_address()
430 return get_mmu_address(env, physical, prot, address, access_type); in get_physical_address()
436 target_ulong physical; in superh_cpu_get_phys_page_debug() local
441 return physical; in superh_cpu_get_phys_page_debug()
807 target_ulong physical; in superh_cpu_tlb_fill() local
[all …]
/openbmc/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
459 translate virtual to physical addresses.
465 kimage_voffset, which is used to translate virtual to physical
506 extensions. Used to translate virtual to physical addresses.
610 Indicates the start physical RAM address.
[all …]
/openbmc/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 …]
/openbmc/linux/drivers/hid/
H A Dwacom_wac.h166 #define WACOM_PAD_FIELD(f) (((f)->physical == HID_DG_TABLETFUNCTIONKEY) || \
167 ((f)->physical == WACOM_HID_WD_DIGITIZERFNKEYS) || \
168 ((f)->physical == WACOM_HID_WD_DIGITIZERINFO))
171 ((f)->physical == HID_DG_STYLUS) || \
172 ((f)->physical == HID_DG_PEN) || \
180 ((f)->physical == HID_DG_FINGER) || \
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/leds/phosphor-led-manager/
H A Dservice-override.conf6 ExecStartPre=mapper get-service /xyz/openbmc_project/led/physical/heartbeat
7 ExecStartPre=mapper get-service /xyz/openbmc_project/led/physical/sys_boot_status

12345678910>>...50