Home
last modified time | relevance | path

Searched defs:target_type (Results 1 – 6 of 6) sorted by relevance

/qemu/bsd-user/
H A Dqemu.h349 #define put_user(x, gaddr, target_type) \ argument
363 #define get_user(x, gaddr, target_type) \ argument
/qemu/linux-user/
H A Dqemu.h262 #define put_user(x, gaddr, target_type) \ argument
275 #define get_user(x, gaddr, target_type) \ argument
H A Dsyscall.c810 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 Dobject.c282 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 Dmeson.build4266 target_type='system' variable
4283 target_type='user' variable
/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c149 uint8_t target_type; in cmd_tunnel_management_cmd() member