| /openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/mctp/files/ |
| H A D | mctp_setup.sh | 18 local physaddr="$3" 22 … echo "Setting up $devname on $iface (EID=$eid, Addr=$physaddr): Skipped (EID already assigned)" 28 "au.com.codeconstruct.MCTP.BusOwner1" AssignEndpointStatic ayy 1 "$physaddr" "$eid"; then 29 echo "Setting up $devname on $iface (EID=$eid, Addr=$physaddr): Success" 31 echo "Setting up $devname on $iface (EID=$eid, Addr=$physaddr): Failed" >&2 37 IFS=":" read -r devname iface physaddr eid <<< "$entry" 39 setup_endpoint "$devname" "$iface" "$physaddr" "$eid" 47 IFS=":" read -r devname iface physaddr eid <<< "$entry" 48 setup_endpoint "$devname" "$iface" "$physaddr" "$eid"
|
| /openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/files/ |
| H A D | mctp_setup.sh | 95 local physaddr="$3" 99 … echo "Setting up $label on $iface (EID=$eid, Addr=$physaddr): Skipped (EID already assigned)" 105 "au.com.codeconstruct.MCTP.BusOwner1" AssignEndpointStatic ayy 1 "$physaddr" "$eid"; then 106 echo "Setting up $label on $iface (EID=$eid, Addr=$physaddr): Success" 108 echo "Setting up $label on $iface (EID=$eid, Addr=$physaddr): Failed" >&2 114 IFS=":" read -r label physaddr eid <<< "$entry" 121 setup_endpoint "$iface" "$label" "$physaddr" "$eid" 129 IFS=":" read -r label physaddr eid <<< "$entry" 135 setup_endpoint "$iface" "$label" "$physaddr" "$eid"
|
| /openbmc/qemu/hw/acpi/ |
| H A D | vmclock.c | 52 vms->physaddr, in vmclock_build_acpi() 53 vms->physaddr + VMCLOCK_SIZE - 1, in vmclock_build_acpi() 105 VMSTATE_UINT64(physaddr, VmclockState), 116 vms->physaddr, in vmclock_handle_reset() 134 vms->physaddr = VMCLOCK_ADDR; in vmclock_realize() 136 e820_add_entry(vms->physaddr, VMCLOCK_SIZE, E820_RESERVED); in vmclock_realize()
|
| /openbmc/u-boot/arch/microblaze/include/asm/ |
| H A D | io.h | 137 #define ioremap_nocache(physaddr, size) (physaddr) argument 138 #define ioremap_writethrough(physaddr, size) (physaddr) argument 139 #define ioremap_fullcache(physaddr, size) (physaddr) argument
|
| /openbmc/dbus-sensors/src/mctp/ |
| H A D | MCTPEndpoint.hpp | 274 const std::vector<uint8_t>& physaddr); 293 const std::vector<uint8_t> physaddr; member in MCTPDDevice 325 uint8_t physaddr) : in I2CMCTPDDevice() argument 326 MCTPDDevice(connection, interfaceFromBus(bus), {physaddr}) in I2CMCTPDDevice() 348 const std::vector<uint8_t>& physaddr) : in I3CMCTPDDevice() argument 349 MCTPDDevice(connection, interfaceFromBus(bus), physaddr) in I3CMCTPDDevice()
|
| H A D | MCTPEndpoint.cpp | 47 const std::string& interface, const std::vector<uint8_t>& physaddr) : in MCTPDDevice() argument 48 connection(connection), interface(interface), physaddr(physaddr) in MCTPDDevice() 123 mctpdControlInterface, "AssignEndpoint", physaddr); in setup() 151 if (!physaddr.empty()) in describe() 154 auto it = physaddr.begin(); in describe() 155 for (; it != physaddr.end() - 1; it++) in describe() 217 std::size_t h2 = fnv1aHash(physaddr); in id()
|
| H A D | MCTPReactor.hpp | 33 const std::string& interface, const std::vector<std::uint8_t>& physaddr,
|
| /openbmc/qemu/target/mips/system/ |
| H A D | meson.build | 7 'physaddr.c',
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | vmclock.h | 21 uint64_t physaddr; member
|
| /openbmc/qemu/monitor/ |
| H A D | hmp-cmds-target.c | 362 uint64_t physaddr; in hmp_gpa2hpa() local 370 physaddr = vtop(ptr, &local_err); in hmp_gpa2hpa() 376 addr, mr->name, (uint64_t) physaddr); in hmp_gpa2hpa()
|
| /openbmc/qemu/target/alpha/ |
| H A D | mem_helper.c | 59 void alpha_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in alpha_cpu_do_transaction_failed() argument
|
| H A D | cpu.h | 460 void alpha_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr,
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | tcg-internal.h | 59 void mips_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr,
|
| H A D | op_helper.c | 327 void mips_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in mips_cpu_do_transaction_failed() argument
|
| /openbmc/qemu/include/accel/tcg/ |
| H A D | cpu-ops.h | 236 void (*do_transaction_failed)(CPUState *cpu, hwaddr physaddr, vaddr addr,
|
| /openbmc/qemu/target/ppc/ |
| H A D | internal.h | 285 void ppc_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr,
|
| /openbmc/qemu/target/m68k/ |
| H A D | cpu.h | 591 void m68k_cpu_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr,
|
| /openbmc/qemu/target/xtensa/ |
| H A D | helper.c | 295 void xtensa_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr, in xtensa_cpu_do_transaction_failed() argument
|
| H A D | cpu.h | 590 void xtensa_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr,
|
| /openbmc/qemu/target/sparc/ |
| H A D | ldst_helper.c | 1967 void sparc_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in sparc_cpu_do_transaction_failed() argument 1977 sparc_raise_mmu_fault(cs, physaddr, is_write, is_exec, in sparc_cpu_do_transaction_failed()
|
| /openbmc/qemu/target/mips/ |
| H A D | cpu-defs.c.inc | 40 /* No config4, no DSP ASE, no large physaddr (PABITS),
|