Searched refs:STORE_LE32 (Results 1 - 3 of 3) sorted by relevance

/linux-master/samples/vfio-mdev/
H A Dmdpy.c40 #define STORE_LE32(addr, val) (*(u32 *)addr = val) macro
128 STORE_LE32((u32 *) &mdev_state->vconfig[PCI_BASE_ADDRESS_0],
139 STORE_LE32((u32 *) &mdev_state->vconfig[MDPY_FORMAT_OFFSET],
141 STORE_LE32((u32 *) &mdev_state->vconfig[MDPY_WIDTH_OFFSET],
143 STORE_LE32((u32 *) &mdev_state->vconfig[MDPY_HEIGHT_OFFSET],
167 STORE_LE32(&mdev_state->vconfig[offset], cfg_addr);
H A Dmtty.c52 #define STORE_LE32(addr, val) (*(u32 *)addr = val) macro
249 STORE_LE32((u32 *) &mdev_state->vconfig[0x0], 0x32534348);
271 STORE_LE32((u32 *) &mdev_state->vconfig[0x10], 0x000001);
276 STORE_LE32((u32 *) &mdev_state->vconfig[0x14], 0x000001);
281 STORE_LE32((u32 *) &mdev_state->vconfig[0x2c], 0x32534348);
337 STORE_LE32(&mdev_state->vconfig[offset], 0);
350 STORE_LE32(&mdev_state->vconfig[offset], cfg_addr);
355 STORE_LE32(&mdev_state->vconfig[offset], 0);
H A Dmbochs.c88 #define STORE_LE32(addr, val) (*(u32 *)addr = val) macro
237 STORE_LE32((u32 *) &mdev_state->vconfig[PCI_BASE_ADDRESS_0],
243 STORE_LE32((u32 *) &mdev_state->vconfig[PCI_BASE_ADDRESS_2],
330 STORE_LE32(&mdev_state->vconfig[offset], cfg_addr);

Completed in 127 milliseconds