Home
last modified time | relevance | path

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

/qemu/include/hw/xen/interface/io/
A Dring.h185 ((_r)->nr_ents)
189 (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons))
199 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
203 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
212 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt))) ? \
214 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt)))
233 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
236 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
257 (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r))
261 (((_prod) - (_r)->rsp_prod_pvt) > RING_SIZE(_r))
[all …]
/qemu/target/ppc/
A Dint_helper.c2025 uint8_t _r = (_e >> 10) & 0x1f; \
2029 result.u32[i] = (_a << 24) | (_r << 16) | (_g << 8) | _b; \
/qemu/target/arm/tcg/
A Dsve_helper.c5821 void HELPER(sve_##NAME##_r)(CPUARMState *env, void *vg, \
6180 void HELPER(sve_ldff1##PART##_r)(CPUARMState *env, void *vg, \
6186 void HELPER(sve_ldnf1##PART##_r)(CPUARMState *env, void *vg, \
6437 void HELPER(sve_st##N##NAME##_r)(CPUARMState *env, void *vg, \

Completed in 41 milliseconds