Searched refs:INVAL (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/gdbstub/ |
| H A D | syscalls.c | 181 E(INVAL); in gdb_handle_file_io()
|
| /openbmc/qemu/target/m68k/ |
| H A D | m68k-semi.c | 64 E(INVAL); in host_to_gdb_errno()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | macros.h | 200 #define fINSERT_BITS(REG, WIDTH, OFFSET, INVAL) \ argument 201 REG = ((WIDTH) ? deposit64(REG, (OFFSET), (WIDTH), (INVAL)) : REG) 210 #define fINSERT_RANGE(INREG, HIBIT, LOWBIT, INVAL) \ argument 214 deposit64((INREG), (LOWBIT), width, (INVAL)) : \
|
| /openbmc/qemu/target/mips/tcg/system/ |
| H A D | mips-semi.c | 144 E(INVAL); in uhi_cb()
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | macros.def | 71 …REG = ((REG) & ~(((fCONSTLL(1)<<(WIDTH))-1)<<(OFFSET))) | (((INVAL) & ((fCONSTLL(1)<<(WIDTH))-1)) … 104 INREG |= ((INVAL & ((fCONSTLL(1)<<width)-1)) << offset);
|