Searched refs:__USER_DS (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/linux-user/i386/ |
| H A D | signal.c | 262 if ((env->segs[R_SS].selector & 0xffff) != __USER_DS in get_sigframe() 500 cpu_x86_load_seg(env, R_DS, __USER_DS); in setup_frame() 501 cpu_x86_load_seg(env, R_ES, __USER_DS); in setup_frame() 502 cpu_x86_load_seg(env, R_SS, __USER_DS); in setup_frame() 591 cpu_x86_load_seg(env, R_DS, __USER_DS); in setup_rt_frame() 592 cpu_x86_load_seg(env, R_ES, __USER_DS); in setup_rt_frame() 594 cpu_x86_load_seg(env, R_SS, __USER_DS); in setup_rt_frame()
|
| /openbmc/qemu/bsd-user/x86_64/ |
| H A D | target_syscall.h | 22 #define __USER_DS (0x2B) macro
|
| /openbmc/qemu/bsd-user/i386/ |
| H A D | target_syscall.h | 23 #define __USER_DS (0x2B) macro
|