| /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"; 85 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/mc-0/mi-0"; 94 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/mc-0/mi-0/mcc-0"; [all …]
|
| /openbmc/qemu/target/mips/system/ |
| H A D | physaddr.c | 77 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 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/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/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()
|
| H A D | chunk-map.c | 15 u64 physical; member 60 map_item->physical = le64_to_cpu(chunk->stripe.offset); in add_chunk_mapping() 65 map_item->physical); in add_chunk_mapping() 84 return item->physical + logical - item->logical; in btrfs_map_logical_to_physical()
|
| /openbmc/qemu/target/loongarch/ |
| H A D | cpu_helper.c | 97 context->physical = (tlb_ppn << R_TLBENTRY_64_PPN_SHIFT) | in loongarch_page_table_walker() 318 context->physical = address & TARGET_PHYS_MASK; 338 context->physical = dmw_va2pa(env, address, env->CSR_DMW[i]); 365 return context.physical; 46 loongarch_page_table_walker(CPULoongArchState * env,hwaddr * physical,int * prot,target_ulong address) loongarch_page_table_walker() argument 121 loongarch_map_address(CPULoongArchState * env,hwaddr * physical,int * prot,target_ulong address,MMUAccessType access_type,int mmu_idx,int is_debug) loongarch_map_address() argument 160 get_physical_address(CPULoongArchState * env,hwaddr * physical,int * prot,target_ulong address,MMUAccessType access_type,int mmu_idx,int is_debug) get_physical_address() argument
|
| /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/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/qemu/target/tricore/ |
| H A D | helper.c | 37 static int get_physical_address(CPUTriCoreState *env, hwaddr *physical, in get_physical_address() argument 43 *physical = address & 0xFFFFFFFF; in get_physical_address() 74 hwaddr physical; in tricore_cpu_tlb_fill() local 79 ret = get_physical_address(env, &physical, &prot, in tricore_cpu_tlb_fill() 82 qemu_log_mask(CPU_LOG_MMU, "%s address=0x%" VADDR_PRIx " ret %d physical " in tricore_cpu_tlb_fill() 84 __func__, address, ret, physical, prot); in tricore_cpu_tlb_fill() 88 physical & TARGET_PAGE_MASK, prot | PAGE_EXEC, in tricore_cpu_tlb_fill()
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/leds/phosphor-led-manager/ |
| H A D | service-override.conf | 6 ExecStartPre=mapper get-service /xyz/openbmc_project/led/physical/heartbeat 7 ExecStartPre=mapper get-service /xyz/openbmc_project/led/physical/sys_boot_status
|
| /openbmc/docs/designs/ |
| H A D | multihost-physical-led.md | 35 The below diagram represents the overview for current physical LED design. 87 `-/xyz/openbmc_project/led/physical 88 `-/xyz/openbmc_project/led/physical/led1 94 `-/xyz/openbmc_project/led/physical 95 `-/xyz/openbmc_project/led/physical/led2 107 The below diagram represents the overview for proposed physical LED design. 135 This document proposes a new design for physical LED implementation. 197 `-/xyz/openbmc_project/led/physical 198 `-/xyz/openbmc_project/led/physical/led1 199 `-/xyz/openbmc_project/led/physical/led2 [all …]
|
| /openbmc/qemu/target/sh4/ |
| H A D | helper.c | 332 static int get_mmu_address(CPUSH4State *env, hwaddr *physical, in get_mmu_address() 393 *physical = ((matching->ppn << 10) & ~(matching->size - 1)) in get_mmu_address() 399 static int get_physical_address(CPUSH4State *env, hwaddr* physical, in get_physical_address() 419 *physical = address & 0x1fffffff; in get_physical_address() 421 *physical = address; in get_physical_address() 427 /* If MMU is disabled, return the corresponding physical page */ in get_physical_address() 429 *physical = address & 0x1FFFFFFF; in get_physical_address() 435 return get_mmu_address(env, physical, prot, address, access_type); in superh_cpu_get_phys_page_debug() 440 hwaddr physical; in superh_cpu_get_phys_page_debug() 443 if (get_physical_address(cpu_env(cs), &physical, in superh_cpu_get_phys_page_debug() 328 get_mmu_address(CPUSH4State * env,target_ulong * physical,int * prot,target_ulong address,MMUAccessType access_type) get_mmu_address() argument 395 get_physical_address(CPUSH4State * env,target_ulong * physical,int * prot,target_ulong address,MMUAccessType access_type) get_physical_address() argument 436 target_ulong physical; superh_cpu_get_phys_page_debug() local 803 target_ulong physical; superh_cpu_tlb_fill() local [all...] |
| /openbmc/openbmc/meta-ibm/meta-system1/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 9 Wants=mapper-wait@-xyz-openbmc_project-led-physical-led_bmc_ready.service
|
| /openbmc/qemu/docs/specs/ |
| H A D | ppc-spapr-hcalls.rst | 37 ``r4``: Guest physical address of RTAS parameter block. 50 disabled, i.e. guest effective address equals to guest physical address), it 54 non-cacheable accesses to any guest physical addresses that the 72 ``r4``: Guest physical address of destination. 74 ``r5``: Guest physical address of source.
|
| /openbmc/phosphor-led-sysfs/test/ |
| H A D | meson.build | 23 '../physical.cpp', 29 'physical.cpp',
|
| /openbmc/u-boot/doc/device-tree-bindings/clock/ |
| H A D | rockchip,rk3368-dmc.txt | 9 (c) a memory-schedule (i.e. mapping from physical addresses to the address 45 controls the decoding of physical addresses to DRAM addressing (i.e. how 46 the physical address maps onto the address pins/chip-select of the device)
|
| /openbmc/u-boot/doc/ |
| H A D | README.mpc85xx-spin-table | 11 the physical address of this page, with WIMGE=0b01010. Core 0 also enables boot 15 core 0 puts the physical address of the spin table (which is in release.S and 21 the new space. The new TLB covers the physical address of the spin table page,
|
| /openbmc/qemu/target/m68k/ |
| H A D | helper.c | 462 static void print_address_zone(uint32_t logical, uint32_t physical, in print_address_zone() argument 467 physical, physical + size - 1, in print_address_zone() 488 uint32_t logical = 0xffffffff, physical = 0xffffffff; in dump_address_map() local 538 last_physical = physical; in dump_address_map() 539 physical = tic & ~((1 << tic_shift) - 1); in dump_address_map() 545 (physical != (last_physical + (1 << tic_shift))) || in dump_address_map() 555 first_physical = physical; in dump_address_map() 730 static int get_physical_address(CPUM68KState *env, hwaddr *physical, in get_physical_address() argument 751 *physical = address; in get_physical_address() 879 *physical = (next & page_mask) + (address & (*page_size - 1)); in get_physical_address() [all …]
|
| /openbmc/qemu/target/mips/tcg/system/ |
| H A D | tlb_helper.c | 363 static int no_mmu_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, in no_mmu_map_address() 366 *physical = address; in no_mmu_map_address() 372 static int fixed_mmu_map_address(CPUMIPSState *env, hwaddr *physical, in fixed_mmu_map_address() 378 *physical = address + 0x40000000UL; in fixed_mmu_map_address() 380 *physical = address; in fixed_mmu_map_address() 383 *physical = address & 0x1FFFFFFF; in fixed_mmu_map_address() 385 *physical = address; in fixed_mmu_map_address() 393 static int r4k_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, in r4k_map_address() 430 *physical = tlb->PFN[n] | (address & (mask >> 1)); in r4k_map_address() 914 hwaddr physical; in mips_cpu_tlb_fill() 362 no_mmu_map_address(CPUMIPSState * env,hwaddr * physical,int * prot,target_ulong address,MMUAccessType access_type) no_mmu_map_address() argument 371 fixed_mmu_map_address(CPUMIPSState * env,hwaddr * physical,int * prot,target_ulong address,MMUAccessType access_type) fixed_mmu_map_address() argument 392 r4k_map_address(CPUMIPSState * env,hwaddr * physical,int * prot,target_ulong address,MMUAccessType access_type) r4k_map_address() argument 913 hwaddr physical; mips_cpu_tlb_fill() local 971 hwaddr physical; cpu_mips_translate_address() local [all...] |
| /openbmc/qemu/qapi/ |
| H A D | rocker.json | 79 # @link-up: physical link is UP on port 125 # @in-pport: physical input port 159 # @in-pport: physical input port 198 # @out-pport: physical output port 273 # @pport: physical port number 277 # @out-pport: output physical port number
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/ |
| H A D | README.md | 14 - simPress - To emulate physical power button press. 15 - simLongPress - To emulate physical power button long press.
|
| /openbmc/u-boot/doc/device-tree-bindings/gpio/ |
| H A D | nvidia,tegra186-gpio.txt | 15 register set. These registers exist in a single contiguous block of physical 25 controllers, these registers are exposed via multiple "physical aliases" in 28 just one of these physical aliases. 76 a) The single physical alias that this OS should use. 77 b) All physical aliases that exist in the controller. This is 79 the physical aliases. 84 Array of (physical base address, length) tuples.
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
| H A D | README.md | 5 Inventory refers to physical objects. Some of the objects can be physically 8 interfaces in this directory describe the DBus representation of those physical
|