| /openbmc/u-boot/drivers/mtd/ |
| H A D | jedec_flash.c | 78 enum uaddr { enum 150 const __u8 uaddr[4]; /* unlock addrs for 8, 16, 32, 64 */ member 171 .uaddr = { 187 .uaddr = { 201 .uaddr = { 215 .uaddr = { 229 .uaddr = { 243 .uaddr = { 257 .uaddr = { 271 .uaddr = { [all …]
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-uhci-sysbus.c | |
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
| H A D | 0001-os-linux-Fix-build-when-__NR_futex-is-not-available.patch | 40 @@ -239,10 +244,9 @@ direct_futex( int *uaddr, int op, int val, const struct timespec *timeout, int… 44 - ret = syscall( __NR_futex, uaddr, op, val, timeout, uaddr2, val3 ); 45 + ret = syscall( SYS_futex, uaddr, op, val, timeout, uaddr2, val3 );
|
| /openbmc/qemu/io/ |
| H A D | dns-resolver.c | 58 char uaddr[INET6_ADDRSTRLEN + 1]; in qio_dns_resolver_lookup_sync_inet() local 111 uaddr, INET6_ADDRSTRLEN, uport, 32, in qio_dns_resolver_lookup_sync_inet() 115 newaddr->u.inet.host = g_strdup(uaddr), in qio_dns_resolver_lookup_sync_inet()
|
| /openbmc/openbmc/poky/meta/recipes-extended/libtirpc/libtirpc/ |
| H A D | 0002-update-signal-and-key_call-declarations-to-allow-com.patch | 26 @@ -248,7 +248,7 @@ __rpc_get_time_offset(td, srv, thost, uaddr, netid) 35 @@ -417,7 +417,7 @@ __rpc_get_time_offset(td, srv, thost, uaddr, netid)
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | fdt.c | 747 static void msg(const char *name, uint64_t uaddr, uint64_t daddr) argument 750 "but the device tree has it at %llx\n", name, uaddr, daddr); 831 uint64_t uaddr = CCSR_VIRT_TO_PHYS(CONFIG_SYS_LBC_ADDR); local 834 if (uaddr != addr) { 835 msg("the localbus", uaddr, addr);
|
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost-backend.c | 357 uint64_t iova, uint64_t uaddr, in vhost_backend_update_device_iotlb() argument 364 imsg.uaddr = uaddr; in vhost_backend_update_device_iotlb()
|
| H A D | vhost.c | 1179 uint64_t gpa, uint64_t *uaddr, in vhost_memory_region_lookup() argument 1189 *uaddr = reg->userspace_addr + gpa - reg->guest_phys_addr; in vhost_memory_region_lookup() 1201 uint64_t uaddr, len; in vhost_device_iotlb_miss() local 1213 &uaddr, &len); in vhost_device_iotlb_miss() 1224 ret = vhost_backend_update_device_iotlb(dev, iova, uaddr, in vhost_device_iotlb_miss()
|
| H A D | trace-events | 34 …uint64_t uaddr, uint8_t perm, uint8_t type) "vdpa_shared:%p fd: %d msg_type: %"PRIu32" asid: %"PRI…
|
| H A D | vhost-vdpa.c | 105 msg.iotlb.uaddr = (uint64_t)(uintptr_t)vaddr; in vhost_vdpa_dma_map() 110 msg.iotlb.size, msg.iotlb.uaddr, msg.iotlb.perm, in vhost_vdpa_dma_map()
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | vhost_types.h | 70 uint64_t uaddr; member
|
| /openbmc/qemu/target/s390x/kvm/ |
| H A D | pv.c | 248 static int s390_pv_dump_cmd(uint64_t subcmd, uint64_t uaddr, uint64_t gaddr, in s390_pv_dump_cmd() argument 253 .buff_addr = uaddr, in s390_pv_dump_cmd()
|
| /openbmc/qemu/linux-headers/asm-x86/ |
| H A D | kvm.h | 741 __u64 uaddr; member 760 __u64 uaddr; member 780 __u64 uaddr; member 855 __u64 uaddr; member
|
| /openbmc/qemu/linux-headers/linux/ |
| H A D | vduse.h | 224 __u64 uaddr; member
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/ |
| H A D | 0002-ncftp-3.2.7-fix-clang.patch | 21 struct sockaddr_un uaddr;
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | vhost-backend.h | 220 uint64_t iova, uint64_t uaddr,
|
| /openbmc/qemu/target/i386/ |
| H A D | sev.c | 1014 input.uaddr = (unsigned long)data; in sev_get_attestation_report() 1194 update.uaddr = (__u64)(unsigned long)data->hva; in sev_snp_launch_update() 1211 trace_kvm_sev_snp_launch_update(update.uaddr, update.gfn_start << in sev_snp_launch_update() 1285 update.uaddr = (uintptr_t)addr; in sev_launch_update_data() 1355 measurement.uaddr = (unsigned long)data; in sev_launch_get_measure()
|
| /openbmc/qemu/util/ |
| H A D | qemu-sockets.c | 277 char uaddr[INET6_ADDRSTRLEN+1]; in inet_listen_saddr() local 339 uaddr,INET6_ADDRSTRLEN,uport,32, in inet_listen_saddr()
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 343 _syscall6(int,sys_futex,int *,uaddr,int,op,int,val, 347 _syscall6(int,sys_futex_time64,int *,uaddr,int,op,int,val, 716 safe_syscall6(int,futex,int *,uaddr,int,op,int,val, \ in safe_syscall3() 720 safe_syscall6(int,futex_time64,int *,uaddr,int,op,int,val, \ in safe_syscall3() 7764 static int do_sys_futex(int *uaddr, int op, int val, in do_sys_futex() argument 7771 return sys_futex(uaddr, op, val, timeout, uaddr2, val3); in do_sys_futex() 7778 return sys_futex_time64(uaddr, op, val, timeout, uaddr2, val3); in do_sys_futex() 7783 return sys_futex(uaddr, op, val, timeout, uaddr2, val3); in do_sys_futex() 7789 static int do_safe_futex(int *uaddr, int op, int val, in do_safe_futex() argument 7796 return get_errno(safe_futex(uaddr, op, val, timeout, uaddr2, val3)); in do_safe_futex() [all …]
|