Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dqxl.c1912 #define ALIGNED_UINT32_PTR(P) ((uint32_t *)__builtin_assume_aligned(P, 4)) macro
1914 #define ALIGNED_UINT32_PTR(P) ((uint32_t *)P) macro
1917 old_pending = qatomic_fetch_or(ALIGNED_UINT32_PTR(&d->ram->int_pending),