Searched refs:DEFINE_STORE (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | test-plugin-mem-access.c | 34 #define DEFINE_STORE(name, type, value) \ macro 79 DEFINE_STORE(u8, uint8_t, 0xf1) 81 DEFINE_STORE(u16, uint16_t, 0xf123) 83 DEFINE_STORE(u32, uint32_t, 0xff112233) 87 DEFINE_STORE(u64, uint64_t, 0xf123456789abcdef)
|