/openbmc/openpower-hw-diags/test/ |
H A D | pdbg-test.dts | 5 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 D | physaddr.c | 78 static int get_seg_physical_address(CPUMIPSState *env, hwaddr *physical, in get_seg_physical_address() argument 92 return env->tlb->map_address(env, physical, prot, real_address, in get_seg_physical_address() 96 *physical = physical_base | (real_address & segmask); in get_seg_physical_address() 102 static int get_segctl_physical_address(CPUMIPSState *env, hwaddr *physical, in get_segctl_physical_address() argument 111 return get_seg_physical_address(env, physical, prot, real_address, in get_segctl_physical_address() 116 int get_physical_address(CPUMIPSState *env, hwaddr *physical, in get_physical_address() argument 142 ret = get_segctl_physical_address(env, physical, prot, in get_physical_address() 149 ret = env->tlb->map_address(env, physical, prot, in get_physical_address() 158 ret = env->tlb->map_address(env, physical, prot, in get_physical_address() 185 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 D | bmc_booted.conf | 4 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 D | cec-ioc-adap-g-phys-addr.rst | 15 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 D | ctree.c | 107 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 D | extent-io.c | 68 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 D | lamp-test-led-overrides.json | 2 // 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 D | io.h | 121 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/linux/Documentation/ABI/testing/ |
H A 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
|
H A 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
|
/openbmc/phosphor-led-sysfs/ |
H A D | README.md | 3 This project exposes physical LEDs on dbus. 33 `- /xyz/openbmc_project/led/physical 34 `- /xyz/openbmc_project/led/physical/identify 36 busctl introspect xyz.openbmc_project.LED.Controller /xyz/openbmc_project/led/physical/identify 55 /xyz/openbmc_project/led/physical/identify \ 64 /xyz/openbmc_project/led/physical/identify \
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | io.c | 51 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/qemu/target/loongarch/ |
H A D | cpu_helper.c | 15 static int loongarch_map_tlb_entry(CPULoongArchState *env, hwaddr *physical, in loongarch_map_tlb_entry() argument 72 *physical = (tlb_ppn << R_TLBENTRY_64_PPN_SHIFT) | in loongarch_map_tlb_entry() 144 static int loongarch_map_address(CPULoongArchState *env, hwaddr *physical, in loongarch_map_address() argument 152 return loongarch_map_tlb_entry(env, physical, prot, in loongarch_map_address() 159 static int loongarch_map_address(CPULoongArchState *env, hwaddr *physical, in loongarch_map_address() argument 179 int get_physical_address(CPULoongArchState *env, hwaddr *physical, in get_physical_address() argument 192 *physical = address & TARGET_PHYS_MASK; in get_physical_address() 211 *physical = dmw_va2pa(env, address, env->CSR_DMW[i]); in get_physical_address() 224 return loongarch_map_address(env, physical, prot, address, in get_physical_address()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/ |
H A D | README.md | 1 # 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 D | scrub.c | 117 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 D | zoned.h | 57 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 D | concepts.rst | 12 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/qemu/target/tricore/ |
H A D | helper.c | 35 static int get_physical_address(CPUTriCoreState *env, hwaddr *physical, in get_physical_address() argument 41 *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__, address, ret, physical, prot); in tricore_cpu_tlb_fill() 86 physical & TARGET_PAGE_MASK, prot | PAGE_EXEC, in tricore_cpu_tlb_fill()
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-sysfs.rst | 13 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/docs/designs/ |
H A D | multihost-physical-led.md | 35 The below diagram represents the overview for current physical LED design. 88 `-/xyz/openbmc_project/led/physical 89 `-/xyz/openbmc_project/led/physical/led1 95 `-/xyz/openbmc_project/led/physical 96 `-/xyz/openbmc_project/led/physical/led2 137 This document proposes a new design for physical LED implementation. 200 `-/xyz/openbmc_project/led/physical 201 `-/xyz/openbmc_project/led/physical/led1 202 `-/xyz/openbmc_project/led/physical/led2 205 `-/xyz/openbmc_project/led/physical/ledN [all …]
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | counters.rst | 86 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 D | booting.rst | 12 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/sh4/ |
H A D | helper.c | 327 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() 435 target_ulong physical; in superh_cpu_get_phys_page_debug() local 440 return physical; in superh_cpu_get_phys_page_debug() 802 target_ulong physical; in superh_cpu_tlb_fill() local [all …]
|
/openbmc/linux/Documentation/admin-guide/kdump/ |
H A D | vmcoreinfo.rst | 59 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 D | memory-model.rst | 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 69 The SPARSEMEM model presents the physical memory as a collection of 77 physical address that an architecture supports, the [all …]
|