Home
last modified time | relevance | path

Searched refs:TARGET_CSIZE (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/linux-user/cris/
H A Dtermbits.h91 #define TARGET_CSIZE 0000060 macro
/openbmc/qemu/linux-user/hppa/
H A Dtermbits.h91 #define TARGET_CSIZE 0000060 macro
/openbmc/qemu/linux-user/ppc/
H A Dtermbits.h133 #define TARGET_CSIZE 00001400 macro
/openbmc/qemu/linux-user/mips/
H A Dtermbits.h91 #define TARGET_CSIZE 0000060 macro
/openbmc/qemu/linux-user/sparc/
H A Dtermbits.h119 #define TARGET_CSIZE 0x00000030 macro
/openbmc/qemu/linux-user/alpha/
H A Dtermbits.h130 #define TARGET_CSIZE 00001400 macro
/openbmc/qemu/linux-user/generic/
H A Dtermbits.h132 #define TARGET_CSIZE 0000060 macro
/openbmc/qemu/linux-user/sh4/
H A Dtermbits.h111 #define TARGET_CSIZE 0000060 macro
/openbmc/qemu/linux-user/xtensa/
H A Dtermbits.h149 #define TARGET_CSIZE 0000060 macro
/openbmc/qemu/linux-user/
H A Dstrace.c1846 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 Dsyscall.c5724 { 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 },