Home
last modified time | relevance | path

Searched refs:INVAL (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/gdbstub/
H A Dsyscalls.c181 E(INVAL); in gdb_handle_file_io()
/openbmc/qemu/target/m68k/
H A Dm68k-semi.c64 E(INVAL); in host_to_gdb_errno()
/openbmc/qemu/target/hexagon/
H A Dmacros.h200 #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 Dmips-semi.c144 E(INVAL); in uhi_cb()
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def71 …REG = ((REG) & ~(((fCONSTLL(1)<<(WIDTH))-1)<<(OFFSET))) | (((INVAL) & ((fCONSTLL(1)<<(WIDTH))-1)) …
104 INREG |= ((INVAL & ((fCONSTLL(1)<<width)-1)) << offset);