Searched refs:TARGET_CSIZE (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/linux-user/cris/ |
H A D | termbits.h | 91 #define TARGET_CSIZE 0000060 macro
|
/openbmc/qemu/linux-user/hppa/ |
H A D | termbits.h | 91 #define TARGET_CSIZE 0000060 macro
|
/openbmc/qemu/linux-user/ppc/ |
H A D | termbits.h | 133 #define TARGET_CSIZE 00001400 macro
|
/openbmc/qemu/linux-user/mips/ |
H A D | termbits.h | 91 #define TARGET_CSIZE 0000060 macro
|
/openbmc/qemu/linux-user/sparc/ |
H A D | termbits.h | 119 #define TARGET_CSIZE 0x00000030 macro
|
/openbmc/qemu/linux-user/alpha/ |
H A D | termbits.h | 130 #define TARGET_CSIZE 00001400 macro
|
/openbmc/qemu/linux-user/generic/ |
H A D | termbits.h | 132 #define TARGET_CSIZE 0000060 macro
|
/openbmc/qemu/linux-user/sh4/ |
H A D | termbits.h | 111 #define TARGET_CSIZE 0000060 macro
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | termbits.h | 149 #define TARGET_CSIZE 0000060 macro
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1846 if (cflags & TARGET_CSIZE) { in print_termios() 1847 print_enums(termios_cflags_CSIZE, cflags & TARGET_CSIZE, 0); in print_termios() 1849 target_tcflag_t cflags_clean = cflags & ~(TARGET_CBAUD | TARGET_CSIZE); in print_termios()
|
H A D | syscall.c | 5724 { TARGET_CSIZE, TARGET_CS5, CSIZE, CS5 }, 5725 { TARGET_CSIZE, TARGET_CS6, CSIZE, CS6 }, 5726 { TARGET_CSIZE, TARGET_CS7, CSIZE, CS7 }, 5727 { TARGET_CSIZE, TARGET_CS8, CSIZE, CS8 },
|