Home
last modified time | relevance | path

Searched refs:physaddr (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/mctp/files/
H A Dmctp_setup.sh18 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 Dmctp_setup.sh95 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 Dvmclock.c52 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 Dio.h137 #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 DMCTPEndpoint.hpp269 const std::vector<uint8_t>& physaddr);
287 const std::vector<uint8_t> physaddr; member in MCTPDDevice
319 uint8_t physaddr) : in I2CMCTPDDevice() argument
320 MCTPDDevice(connection, interfaceFromBus(bus), {physaddr}) in I2CMCTPDDevice()
342 const std::vector<uint8_t>& physaddr) : in I3CMCTPDDevice() argument
343 MCTPDDevice(connection, interfaceFromBus(bus), physaddr) in I3CMCTPDDevice()
H A DMCTPEndpoint.cpp46 const std::string& interface, const std::vector<uint8_t>& physaddr) : in MCTPDDevice() argument
47 connection(connection), interface(interface), physaddr(physaddr) in MCTPDDevice()
122 mctpdControlInterface, "AssignEndpoint", physaddr); in setup()
150 if (!physaddr.empty()) in describe()
153 auto it = physaddr.begin(); in describe()
154 for (; it != physaddr.end() - 1; it++) in describe()
H A DMCTPReactor.hpp27 const std::string& interface, const std::vector<std::uint8_t>& physaddr,
/openbmc/qemu/target/mips/system/
H A Dmeson.build7 'physaddr.c',
/openbmc/qemu/include/hw/acpi/
H A Dvmclock.h21 uint64_t physaddr; member
/openbmc/qemu/monitor/
H A Dhmp-cmds-target.c362 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 Dmem_helper.c59 void alpha_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in alpha_cpu_do_transaction_failed() argument
H A Dcpu.h460 void alpha_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr,
/openbmc/qemu/target/mips/tcg/
H A Dtcg-internal.h59 void mips_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr,
H A Dop_helper.c327 void mips_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in mips_cpu_do_transaction_failed() argument
/openbmc/qemu/target/microblaze/
H A Dop_helper.c411 static void mb_transaction_failed_internal(CPUState *cs, hwaddr physaddr, in mb_transaction_failed_internal() argument
440 addr, physaddr, size, access_name, in mb_transaction_failed_internal()
451 void mb_cpu_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr, in mb_cpu_transaction_failed() argument
456 mb_transaction_failed_internal(cs, physaddr, addr, size, in mb_cpu_transaction_failed()
H A Dcpu.h428 void mb_cpu_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr,
/openbmc/qemu/include/accel/tcg/
H A Dcpu-ops.h236 void (*do_transaction_failed)(CPUState *cpu, hwaddr physaddr, vaddr addr,
/openbmc/qemu/target/ppc/
H A Dinternal.h285 void ppc_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr,
/openbmc/qemu/target/hppa/
H A Dcpu.h379 void hppa_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr,
H A Dmem_helper.c411 void hppa_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in hppa_cpu_do_transaction_failed() argument
421 env->iasq_f, env->iaoq_f, physaddr); in hppa_cpu_do_transaction_failed()
/openbmc/qemu/target/m68k/
H A Dcpu.h591 void m68k_cpu_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr,
/openbmc/qemu/target/arm/tcg/
H A Dtlb_helper.c304 void arm_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, in arm_cpu_do_transaction_failed() argument
/openbmc/qemu/target/xtensa/
H A Dhelper.c295 void xtensa_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr, in xtensa_cpu_do_transaction_failed() argument
H A Dcpu.h590 void xtensa_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr,
/openbmc/qemu/target/sparc/
H A Dcpu.h655 void sparc_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr,

12