Searched defs:target_type (Results 1 – 6 of 6) sorted by relevance
/qemu/bsd-user/ |
H A D | qemu.h | 349 #define put_user(x, gaddr, target_type) \ argument 363 #define get_user(x, gaddr, target_type) \ argument
|
/qemu/linux-user/ |
H A D | qemu.h | 262 #define put_user(x, gaddr, target_type) \ argument 275 #define get_user(x, gaddr, target_type) \ argument
|
H A D | syscall.c | 810 int target_type; in safe_syscall3() local 3128 int target_type = *type; in target_to_host_sock_type() local 3160 static int sock_flags_fixup(int fd, int target_type) in sock_flags_fixup() 3177 int target_type = type; in do_socket() local
|
/qemu/qom/ |
H A D | object.c | 282 static bool type_is_ancestor(TypeImpl *type, TypeImpl *target_type) in type_is_ancestor() 389 TypeImpl *target_type = OBJECT_CLASS(e->data)->type; in type_initialize() local 947 TypeImpl *target_type; in object_class_dynamic_cast() local 1910 char *target_type; in object_resolve_link() local
|
/qemu/ |
H A D | meson.build | 4266 target_type='system' variable 4283 target_type='user' variable
|
/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 149 uint8_t target_type; in cmd_tunnel_management_cmd() member
|