| /openbmc/qemu/linux-user/ |
| H A D | uaccess.c | 10 void *host_addr; in lock_user() local 16 host_addr = g2h_untagged(guest_addr); in lock_user() 19 host_addr = g_memdup(host_addr, len); in lock_user() 21 host_addr = g_malloc0(len); in lock_user() 24 return host_addr; in lock_user()
|
| H A D | fd-trans.c | 1699 static abi_long packet_target_to_host_sockaddr(void *host_addr, in packet_target_to_host_sockaddr() argument 1703 struct sockaddr *addr = host_addr; in packet_target_to_host_sockaddr()
|
| /openbmc/telemetry/redfish-tests/ |
| H A D | redfish_requests.py | 25 def __init__(self, host_addr, username, password): argument 26 self.host_addr = host_addr 31 u = self.host_addr + path 40 u = self.host_addr + path 51 u = self.host_addr + path
|
| H A D | conftest.py | 16 host_addr = request.config.getoption("--host_addr") 19 return redfish_requests.RedfishRequest(host_addr, username, password)
|
| H A D | README.md | 22 - `--host_addr` - address of an OpenBMC together with protocol and port, ex.
|
| /openbmc/qemu/hw/tpm/ |
| H A D | tpm_ppi.c | 33 hwaddr mr_offs = block->host_addr - in tpm_ppi_reset() 36 trace_tpm_ppi_memset(block->host_addr, in tpm_ppi_reset() 38 memset(block->host_addr, 0, in tpm_ppi_reset()
|
| /openbmc/qemu/accel/tcg/ |
| H A D | translator.c | 140 db->host_addr[0] = host_pc; in translator_loop() 141 db->host_addr[1] = NULL; in translator_loop() 263 host = db->host_addr[0]; in translator_ld() 296 host = db->host_addr[1]; in translator_ld() 301 new_page1 = get_page_addr_code_hostp(env, base, &db->host_addr[1]); in translator_ld() 331 host = db->host_addr[1]; in translator_ld() 426 if (db->host_addr[0]) { in translator_st() 428 memcpy(dest, db->host_addr[0] + offset, len); in translator_st() 433 memcpy(dest, db->host_addr[0] + offset, len0); in translator_st() 440 if (db->host_addr[1] && offset >= offset_page1) { in translator_st() [all …]
|
| /openbmc/qemu/system/ |
| H A D | memory_mapping.c | 203 uint8_t *host_addr = memory_region_get_ram_ptr(section->mr) + in guest_phys_block_add_section() local 219 predecessor->host_addr + predecessor_size != host_addr || in guest_phys_block_add_section() 231 block->host_addr = host_addr; in guest_phys_block_add_section()
|
| /openbmc/qemu/include/hw/xen/interface/ |
| H A D | grant_table.h | 328 uint64_t host_addr; member 353 uint64_t host_addr; member 492 uint64_t host_addr; member
|
| /openbmc/openbmc/meta-nvidia/recipes-nvidia/usb-ethernet-init/files/ |
| H A D | usb-ethernet-init.sh | 23 echo "06:B0:2D:00:00:01" > functions/ecm.usb0/host_addr
|
| /openbmc/qemu/plugins/ |
| H A D | api.c | 289 if (db->host_addr[0] == NULL) { in qemu_plugin_insn_haddr() 292 return db->host_addr[0] + insn->vaddr - db->pc_first; in qemu_plugin_insn_haddr() 294 if (db->host_addr[1] == NULL) { in qemu_plugin_insn_haddr() 297 return db->host_addr[1] + insn->vaddr - (page0_last + 1); in qemu_plugin_insn_haddr()
|
| /openbmc/qemu/include/system/ |
| H A D | memory_mapping.h | 28 uint8_t *host_addr; member
|
| /openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network/ |
| H A D | usb-network.sh | 50 cat $host_mac_path > functions/ecm.usb0/host_addr # write usb mac address
|
| /openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/ |
| H A D | usb_network_test.sh | 171 if [[ -e ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0/host_addr ]]; then 221 if [[ -e ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.${iface_name}/host_addr ]]; then
|
| H A D | usb_network.sh | 101 echo "${HOST_MAC_ADDR}" >"${func_dir}"/host_addr || return
|
| /openbmc/qemu/scripts/ |
| H A D | dump-guest-memory.py | 428 host_addr = (memory_region_get_ram_ptr(memory_region) 445 predecessor["host_addr"] + predecessor_size != host_addr): 452 "host_addr": host_addr}) 461 (target_start, target_end, host_addr.cast(UINTPTR_T),
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ |
| H A D | 0001-dns_hosts-Fix-build-with-musl.patch | 57 static struct in_addr host_addr;
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch | 30 void *host_addr;
|
| /openbmc/qemu/include/exec/ |
| H A D | translator.h | 78 void *host_addr[2]; member
|
| /openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/ |
| H A D | rpi-cmdline.bb | 44 # CMDLINE_RNDIS = "modules-load=dwc2,g_ether g_ether.host_addr=<some MAC
|
| /openbmc/qemu/bsd-user/ |
| H A D | signal.c | 507 uintptr_t host_addr; in host_signal_handler() local 511 host_addr = (uintptr_t)info->si_addr; in host_signal_handler() 517 guest_addr = h2g_nocheck(host_addr); in host_signal_handler() 526 if (info->si_code == SEGV_ACCERR && h2g_valid(host_addr)) { in host_signal_handler()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | ether.c | 281 static char host_addr[18]; variable 2229 get_ether_addr(host_addr, dev->host_mac); in eth_bind() 2355 strlcpy(host_addr, CONFIG_USBNET_HOST_ADDR, sizeof(host_addr)); in _usb_eth_init() 2363 strlcpy(host_addr, env_get("usbnet_hostaddr"), in _usb_eth_init() 2364 sizeof(host_addr)); in _usb_eth_init() 2370 if (!is_eth_addr_valid(host_addr)) { in _usb_eth_init()
|
| /openbmc/qemu/include/hw/cxl/ |
| H A D | cxl_device.h | 677 MemTxResult cxl_type3_read(PCIDevice *d, hwaddr host_addr, uint64_t *data, 679 MemTxResult cxl_type3_write(PCIDevice *d, hwaddr host_addr, uint64_t data,
|
| /openbmc/qemu/dump/ |
| H A D | dump.c | 538 write_data(s, block->host_addr + start + i * s->dump_info.page_size, in write_memory() 546 write_data(s, block->host_addr + start + i * s->dump_info.page_size, in write_memory() 1302 hbuf = block->host_addr + (addr - block->target_start); in get_next_page()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/ |
| H A D | 0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch | 339 + union usbg_f_net_attr_val val = {.host_addr = *addr};
|