Home
last modified time | relevance | path

Searched refs:TARGET_GDT_ENTRY_TLS_MIN (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/bsd-user/i386/
H A Dtarget_syscall.h50 #define TARGET_GDT_ENTRY_TLS_MIN 6 macro
51 #define TARGET_GDT_ENTRY_TLS_MAX (TARGET_GDT_ENTRY_TLS_MIN + TARGET_GDT_ENTRY_TLS_ENTRIES - 1)
/openbmc/qemu/linux-user/i386/
H A Dtarget_syscall.h33 #define TARGET_GDT_ENTRY_TLS_MIN 6 macro
34 #define TARGET_GDT_ENTRY_TLS_MAX (TARGET_GDT_ENTRY_TLS_MIN + TARGET_GDT_ENTRY_TLS_ENTRIES - 1)
/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h42 #define TARGET_GDT_ENTRY_TLS_MIN 12 macro
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h59 #define TARGET_GDT_ENTRY_TLS_MIN 12 macro
/openbmc/qemu/linux-user/
H A Dsyscall.c6098 for (i=TARGET_GDT_ENTRY_TLS_MIN; i<=TARGET_GDT_ENTRY_TLS_MAX; i++) { in do_set_thread_area()
6108 if (ldt_info.entry_number < TARGET_GDT_ENTRY_TLS_MIN || in do_set_thread_area()
6178 if (idx < TARGET_GDT_ENTRY_TLS_MIN || in do_get_thread_area()