Searched refs:TARGET_FFDLY (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/linux-user/cris/ |
H A D | termbits.h | 67 #define TARGET_FFDLY 0100000 macro
|
/openbmc/qemu/linux-user/hppa/ |
H A D | termbits.h | 67 #define TARGET_FFDLY 0100000 macro
|
/openbmc/qemu/linux-user/ppc/ |
H A D | termbits.h | 86 #define TARGET_FFDLY 00040000 macro
|
/openbmc/qemu/linux-user/mips/ |
H A D | termbits.h | 67 #define TARGET_FFDLY 0100000 macro
|
/openbmc/qemu/linux-user/sparc/ |
H A D | termbits.h | 93 #define TARGET_FFDLY 0x00008000 macro
|
/openbmc/qemu/linux-user/alpha/ |
H A D | termbits.h | 82 #define TARGET_FFDLY 00040000 macro
|
/openbmc/qemu/linux-user/generic/ |
H A D | termbits.h | 108 #define TARGET_FFDLY 0100000 macro
|
/openbmc/qemu/linux-user/sh4/ |
H A D | termbits.h | 87 #define TARGET_FFDLY 0100000 macro
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | termbits.h | 124 #define TARGET_FFDLY 0100000 macro
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1821 TARGET_VTDLY | TARGET_FFDLY); in print_termios() 1838 if (oflags & TARGET_FFDLY) { in print_termios() 1839 print_enums(termios_oflags_FFDLY, oflags & TARGET_FFDLY, 0); in print_termios()
|
H A D | syscall.c | 5699 { TARGET_FFDLY, TARGET_FF0, FFDLY, FF0 }, 5700 { TARGET_FFDLY, TARGET_FF1, FFDLY, FF1 },
|